#1F4C36

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

Shades of County Green #1F4C36

Tints of County Green #1F4C36

Color information

#1F4C36 (or 0x1F4C36) is unknown color: approx County Green. HEX triplet: 1F, 4C and 36. RGB value is (31,76,54). Sum of RGB (Red+Green+Blue) = 31+76+54=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C36 is #E0B3C9. Grayscale: #3C3C3C. Windows color (decimal): -14726090 or 3558431. OLE color: 3558431.

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

Color convert

RGB317654-
CMYK0.5900.290.70
HSL150.67º42.06%20.98%-
HSV(B)150.67º59.21%29.8%-
XYZ3.825.734.39-
YUV60.04124.59107.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=19.25%
G=47.20%
B=33.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3176540.5900.290.70150.6742.0620.98
Hex1F4C363B01D46972a15
Octal3711466730351062275225
Binary11111100110011011011101101110110001101001011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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