#1F4B36

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

Shades of County Green #1F4B36

Tints of County Green #1F4B36

Color information

#1F4B36 (or 0x1F4B36) is unknown color: approx County Green. HEX triplet: 1F, 4B and 36. RGB value is (31,75,54). Sum of RGB (Red+Green+Blue) = 31+75+54=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B36 is #E0B4C9. Grayscale: #3B3B3B. Windows color (decimal): -14726346 or 3558175. OLE color: 3558175.

HSL color Cylindrical-coordinate representation of color #1F4B36: hue angle of 151.36º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4B36 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB317554-
CMYK0.5900.280.71
HSL151.36º41.51%20.78%-
HSV(B)151.36º58.67%29.41%-
XYZ3.755.594.37-
YUV59.45124.92107.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 75 (29.69% from 255) = 46.88%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=19.38%
G=46.88%
B=33.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175540.5900.280.71151.3641.5120.78
Hex1F4B363B01C47972a15
Octal3711366730341072275225
Binary11111100101111011011101101110010001111001011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,75,54); }

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

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

 a { background-color: rgb(31,75,54); }

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

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

 span { border-color: rgb(31,75,54); }

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