Shades of County Green #1D5135
Tints of County Green #1D5135
RGB
CMYK
RGB Variations
Color information
#1D5135 (or 0x1D5135) is known color: County Green. HEX triplet: 1D, 51 and 35. RGB value is (29,81,53). Sum of RGB (Red+Green+Blue) = 29+81+53=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5135 is #E2AECA. Grayscale: #3E3E3E. Windows color (decimal): -14855883 or 3494173. OLE color: 3494173.
HSL color Cylindrical-coordinate representation of color #1D5135: hue angle of 147.69º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5135 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 53 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.68 |
| HSL | 147.69º | 0.47% | 0.22% | - |
| HSV(B) | 147.69º | 0.64% | 0.32% | - |
| XYZ | 4.09 | 6.4 | 4.39 | - |
| YUV | 62.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 53 | 0.64 | 0 | 0.35 | 0.68 | 147.69 | 0.47 | 0.22 |
| Hex | 1D | 51 | 35 | 40 | 0 | 23 | 44 | 94 | 2F | 16 |
| Octal | 35 | 121 | 65 | 100 | 0 | 43 | 104 | 224 | 57 | 26 |
| Binary | 11101 | 1010001 | 110101 | 1000000 | 0 | 100011 | 1000100 | 10010100 | 101111 | 10110 |
Color Harmonies of #1D5135
Complementary color
Monochromatic Colors of #1D5135
Black with #1D5135
Text Example
Text Example
White with #1D5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5135; }
p { color: rgb(29,81,53); }
H1.HeaderClassName
{
color: #1D5135;
}
.AnyTagClassName
{
color: #1D5135;
}
</style>
background-color css
<style>
a { background-color: #1D5135; }
a { background-color: rgb(29,81,53); }
div.DivClassName
{
background-color: #1D5135;
}
.BgClassName
{
background-color: #1D5135;
}
</style>
border-color css
<style>
span { border-color: #1D5135; }
span { border-color: rgb(29,81,53); }
td.TdClassName
{
border-color: #1D5135;
}
.TagClassName
{
border-color: #1D5135;
}
</style>