Shades of County Green #1D5036
Tints of County Green #1D5036
RGB
CMYK
RGB Variations
Color information
#1D5036 (or 0x1D5036) is known color: County Green. HEX triplet: 1D, 50 and 36. RGB value is (29,80,54). Sum of RGB (Red+Green+Blue) = 29+80+54=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5036 is #E2AFC9. Grayscale: #3D3D3D. Windows color (decimal): -14856138 or 3559453. OLE color: 3559453.
HSL color Cylindrical-coordinate representation of color #1D5036: hue angle of 149.41º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5036 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 54 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.69 |
| HSL | 149.41º | 0.47% | 0.21% | - |
| HSV(B) | 149.41º | 0.64% | 0.31% | - |
| XYZ | 4.04 | 6.26 | 4.49 | - |
| YUV | 61.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 54 | 0.64 | 0 | 0.33 | 0.69 | 149.41 | 0.47 | 0.21 |
| Hex | 1D | 50 | 36 | 40 | 0 | 21 | 45 | 95 | 2F | 15 |
| Octal | 35 | 120 | 66 | 100 | 0 | 41 | 105 | 225 | 57 | 25 |
| Binary | 11101 | 1010000 | 110110 | 1000000 | 0 | 100001 | 1000101 | 10010101 | 101111 | 10101 |
Color Harmonies of #1D5036
Complementary color
Monochromatic Colors of #1D5036
Black with #1D5036
Text Example
Text Example
White with #1D5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5036; }
p { color: rgb(29,80,54); }
H1.HeaderClassName
{
color: #1D5036;
}
.AnyTagClassName
{
color: #1D5036;
}
</style>
background-color css
<style>
a { background-color: #1D5036; }
a { background-color: rgb(29,80,54); }
div.DivClassName
{
background-color: #1D5036;
}
.BgClassName
{
background-color: #1D5036;
}
</style>
border-color css
<style>
span { border-color: #1D5036; }
span { border-color: rgb(29,80,54); }
td.TdClassName
{
border-color: #1D5036;
}
.TagClassName
{
border-color: #1D5036;
}
</style>