#1F5640

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

Shades of County Green #1F5640

Tints of County Green #1F5640

Color information

#1F5640 (or 0x1F5640) is unknown color: approx County Green. HEX triplet: 1F, 56 and 40. RGB value is (31,86,64). Sum of RGB (Red+Green+Blue) = 31+86+64=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #1F5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5640 is #E0A9BF. Grayscale: #434343. Windows color (decimal): -14723520 or 4216351. OLE color: 4216351.

HSL color Cylindrical-coordinate representation of color #1F5640: hue angle of 156º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5640 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB318664-
CMYK0.6400.260.66
HSL156º47.01%22.94%-
HSV(B)156º63.95%33.73%-
XYZ4.827.326.01-
YUV67.05126.28102.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.13%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=17.13%
G=47.51%
B=35.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3186640.6400.260.6615647.0122.94
Hex1F56404001A429c2f17
Octal371261001000321022345727
Binary1111110101101000000100000001101010000101001110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,86,64); }

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

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

 a { background-color: rgb(31,86,64); }

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

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

 span { border-color: rgb(31,86,64); }

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