Shades of County Green #1D5239
Tints of County Green #1D5239
RGB
CMYK
RGB Variations
Color information
#1D5239 (or 0x1D5239) is known color: County Green. HEX triplet: 1D, 52 and 39. RGB value is (29,82,57). Sum of RGB (Red+Green+Blue) = 29+82+57=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #1D5239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5239 is #E2ADC6. Grayscale: #3F3F3F. Windows color (decimal): -14855623 or 3756573. OLE color: 3756573.
HSL color Cylindrical-coordinate representation of color #1D5239: hue angle of 151.7º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5239 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 82 | 57 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.68 |
| HSL | 151.7º | 0.48% | 0.22% | - |
| HSV(B) | 151.7º | 0.65% | 0.32% | - |
| XYZ | 4.26 | 6.59 | 4.92 | - |
| YUV | 63.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 57 | 0.65 | 0 | 0.30 | 0.68 | 151.7 | 0.48 | 0.22 |
| Hex | 1D | 52 | 39 | 41 | 0 | 1E | 44 | 98 | 30 | 16 |
| Octal | 35 | 122 | 71 | 101 | 0 | 36 | 104 | 230 | 60 | 26 |
| Binary | 11101 | 1010010 | 111001 | 1000001 | 0 | 11110 | 1000100 | 10011000 | 110000 | 10110 |
Color Harmonies of #1D5239
Complementary color
Monochromatic Colors of #1D5239
Black with #1D5239
Text Example
Text Example
White with #1D5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5239; }
p { color: rgb(29,82,57); }
H1.HeaderClassName
{
color: #1D5239;
}
.AnyTagClassName
{
color: #1D5239;
}
</style>
background-color css
<style>
a { background-color: #1D5239; }
a { background-color: rgb(29,82,57); }
div.DivClassName
{
background-color: #1D5239;
}
.BgClassName
{
background-color: #1D5239;
}
</style>
border-color css
<style>
span { border-color: #1D5239; }
span { border-color: rgb(29,82,57); }
td.TdClassName
{
border-color: #1D5239;
}
.TagClassName
{
border-color: #1D5239;
}
</style>