Shades of County Green #1D5539
Tints of County Green #1D5539
RGB
CMYK
RGB Variations
Color information
#1D5539 (or 0x1D5539) is known color: County Green. HEX triplet: 1D, 55 and 39. RGB value is (29,85,57). Sum of RGB (Red+Green+Blue) = 29+85+57=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5539 is #E2AAC6. Grayscale: #414141. Windows color (decimal): -14854855 or 3757341. OLE color: 3757341.
HSL color Cylindrical-coordinate representation of color #1D5539: hue angle of 150º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5539 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 57 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.67 |
| HSL | 150º | 0.49% | 0.22% | - |
| HSV(B) | 150º | 0.66% | 0.33% | - |
| XYZ | 4.49 | 7.05 | 5 | - |
| YUV | 65.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 57 | 0.66 | 0 | 0.33 | 0.67 | 150 | 0.49 | 0.22 |
| Hex | 1D | 55 | 39 | 42 | 0 | 21 | 43 | 96 | 31 | 16 |
| Octal | 35 | 125 | 71 | 102 | 0 | 41 | 103 | 226 | 61 | 26 |
| Binary | 11101 | 1010101 | 111001 | 1000010 | 0 | 100001 | 1000011 | 10010110 | 110001 | 10110 |
Color Harmonies of #1D5539
Complementary color
Monochromatic Colors of #1D5539
Black with #1D5539
Text Example
Text Example
White with #1D5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5539; }
p { color: rgb(29,85,57); }
H1.HeaderClassName
{
color: #1D5539;
}
.AnyTagClassName
{
color: #1D5539;
}
</style>
background-color css
<style>
a { background-color: #1D5539; }
a { background-color: rgb(29,85,57); }
div.DivClassName
{
background-color: #1D5539;
}
.BgClassName
{
background-color: #1D5539;
}
</style>
border-color css
<style>
span { border-color: #1D5539; }
span { border-color: rgb(29,85,57); }
td.TdClassName
{
border-color: #1D5539;
}
.TagClassName
{
border-color: #1D5539;
}
</style>