#1F4B32

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

Shades of County Green #1F4B32

Tints of County Green #1F4B32

Color information

#1F4B32 (or 0x1F4B32) is unknown color: approx County Green. HEX triplet: 1F, 4B and 32. RGB value is (31,75,50). Sum of RGB (Red+Green+Blue) = 31+75+50=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B32 is #E0B4CD. Grayscale: #3B3B3B. Windows color (decimal): -14726350 or 3296031. OLE color: 3296031.

HSL color Cylindrical-coordinate representation of color #1F4B32: hue angle of 145.91º 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 #1F4B32 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB317550-
CMYK0.5900.330.71
HSL145.91º41.51%20.78%-
HSV(B)145.91º58.67%29.41%-
XYZ3.665.553.9-
YUV58.99122.92108.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 75 (29.69% from 255) = 48.08%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=19.87%
G=48.08%
B=32.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175500.5900.330.71145.9141.5120.78
Hex1F4B323B02147922a15
Octal3711362730411072225225
Binary111111001011110010111011010000110001111001001010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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