Shades of County Green #1D5136
Tints of County Green #1D5136
RGB
CMYK
RGB Variations
Color information
#1D5136 (or 0x1D5136) is known color: County Green. HEX triplet: 1D, 51 and 36. RGB value is (29,81,54). Sum of RGB (Red+Green+Blue) = 29+81+54=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5136 is #E2AEC9. Grayscale: #3E3E3E. Windows color (decimal): -14855882 or 3559709. OLE color: 3559709.
HSL color Cylindrical-coordinate representation of color #1D5136: hue angle of 148.85º 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 #1D5136 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 54 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.68 |
| HSL | 148.85º | 0.47% | 0.22% | - |
| HSV(B) | 148.85º | 0.64% | 0.32% | - |
| XYZ | 4.11 | 6.41 | 4.51 | - |
| YUV | 62.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 54 | 0.64 | 0 | 0.33 | 0.68 | 148.85 | 0.47 | 0.22 |
| Hex | 1D | 51 | 36 | 40 | 0 | 21 | 44 | 95 | 2F | 16 |
| Octal | 35 | 121 | 66 | 100 | 0 | 41 | 104 | 225 | 57 | 26 |
| Binary | 11101 | 1010001 | 110110 | 1000000 | 0 | 100001 | 1000100 | 10010101 | 101111 | 10110 |
Color Harmonies of #1D5136
Complementary color
Monochromatic Colors of #1D5136
Black with #1D5136
Text Example
Text Example
White with #1D5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5136; }
p { color: rgb(29,81,54); }
H1.HeaderClassName
{
color: #1D5136;
}
.AnyTagClassName
{
color: #1D5136;
}
</style>
background-color css
<style>
a { background-color: #1D5136; }
a { background-color: rgb(29,81,54); }
div.DivClassName
{
background-color: #1D5136;
}
.BgClassName
{
background-color: #1D5136;
}
</style>
border-color css
<style>
span { border-color: #1D5136; }
span { border-color: rgb(29,81,54); }
td.TdClassName
{
border-color: #1D5136;
}
.TagClassName
{
border-color: #1D5136;
}
</style>