#1F4E37

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

Shades of County Green #1F4E37

Tints of County Green #1F4E37

Color information

#1F4E37 (or 0x1F4E37) is unknown color: approx County Green. HEX triplet: 1F, 4E and 37. RGB value is (31,78,55). Sum of RGB (Red+Green+Blue) = 31+78+55=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #1F4E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4E37 is #E0B1C8. Grayscale: #3D3D3D. Windows color (decimal): -14725577 or 3624479. OLE color: 3624479.

HSL color Cylindrical-coordinate representation of color #1F4E37: hue angle of 150.64º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4E37 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB317855-
CMYK0.6000.290.69
HSL150.64º43.12%21.37%-
HSV(B)150.64º60.26%30.59%-
XYZ3.986.024.57-
YUV61.32124.43106.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.90%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=18.90%
G=47.56%
B=33.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3178550.6000.290.69150.6443.1221.37
Hex1F4E373C01D45972b15
Octal3711667740351052275325
Binary11111100111011011111110001110110001011001011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,78,55); }

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

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

 a { background-color: rgb(31,78,55); }

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

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

 span { border-color: rgb(31,78,55); }

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