#1F3127

Color #1F3127 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #1F3127

Tints of Cardin Green #1F3127

Color information

#1F3127 (or 0x1F3127) is unknown color: approx Cardin Green. HEX triplet: 1F, 31 and 27. RGB value is (31,49,39). Sum of RGB (Red+Green+Blue) = 31+49+39=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3127 is #E0CED8. Grayscale: #2A2A2A. Windows color (decimal): -14733017 or 2568479. OLE color: 2568479.

HSL color Cylindrical-coordinate representation of color #1F3127: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F3127 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB314939-
CMYK0.3700.200.81
HSL146.67º22.5%15.69%-
HSV(B)146.67º36.73%19.22%-
XYZ2.032.632.32-
YUV42.48126.04119.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=26.05%
G=41.18%
B=32.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149390.3700.200.81146.6722.515.69
Hex1F31272501451931610
Octal376147450241212232620
Binary111111100011001111001010101001010001100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3127; }

 p { color: rgb(31,49,39); }

 H1.HeaderClassName
 {
   color: #1F3127;
 }
 .AnyTagClassName
 {
   color: #1F3127;
 }
</style>
background-color css

<style>
 a { background-color: #1F3127; }

 a { background-color: rgb(31,49,39); }

 div.DivClassName
 {
   background-color: #1F3127;
 }
 .BgClassName
 {
   background-color: #1F3127;
 }
</style>
border-color css

<style>
 span { border-color: #1F3127; }

 span { border-color: rgb(31,49,39); }

 td.TdClassName
 {
   border-color: #1F3127;
 }
 .TagClassName
 {
   border-color: #1F3127;
 }
</style>