Shades of County Green #1F5239
Tints of County Green #1F5239
RGB
CMYK
RGB Variations
Color information
#1F5239 (or 0x1F5239) is known color: County Green. HEX triplet: 1F, 52 and 39. RGB value is (31,82,57). Sum of RGB (Red+Green+Blue) = 31+82+57=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5239 is #E0ADC6. Grayscale: #3F3F3F. Windows color (decimal): -14724551 or 3756575. OLE color: 3756575.
HSL color Cylindrical-coordinate representation of color #1F5239: hue angle of 150.59º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5239 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 57 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.68 |
| HSL | 150.59º | 0.45% | 0.22% | - |
| HSV(B) | 150.59º | 0.62% | 0.32% | - |
| XYZ | 4.32 | 6.62 | 4.92 | - |
| YUV | 63.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 57 | 0.62 | 0 | 0.30 | 0.68 | 150.59 | 0.45 | 0.22 |
| Hex | 1F | 52 | 39 | 3E | 0 | 1E | 44 | 97 | 2D | 16 |
| Octal | 37 | 122 | 71 | 76 | 0 | 36 | 104 | 227 | 55 | 26 |
| Binary | 11111 | 1010010 | 111001 | 111110 | 0 | 11110 | 1000100 | 10010111 | 101101 | 10110 |
Color Harmonies of #1F5239
Complementary color
Monochromatic Colors of #1F5239
Black with #1F5239
Text Example
Text Example
White with #1F5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5239; }
p { color: rgb(31,82,57); }
H1.HeaderClassName
{
color: #1F5239;
}
.AnyTagClassName
{
color: #1F5239;
}
</style>
background-color css
<style>
a { background-color: #1F5239; }
a { background-color: rgb(31,82,57); }
div.DivClassName
{
background-color: #1F5239;
}
.BgClassName
{
background-color: #1F5239;
}
</style>
border-color css
<style>
span { border-color: #1F5239; }
span { border-color: rgb(31,82,57); }
td.TdClassName
{
border-color: #1F5239;
}
.TagClassName
{
border-color: #1F5239;
}
</style>