Shades of County Green #1D5037
Tints of County Green #1D5037
RGB
CMYK
RGB Variations
Color information
#1D5037 (or 0x1D5037) is known color: County Green. HEX triplet: 1D, 50 and 37. RGB value is (29,80,55). Sum of RGB (Red+Green+Blue) = 29+80+55=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5037 is #E2AFC8. Grayscale: #3D3D3D. Windows color (decimal): -14856137 or 3624989. OLE color: 3624989.
HSL color Cylindrical-coordinate representation of color #1D5037: hue angle of 150.59º 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 #1D5037 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 55 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.69 |
| HSL | 150.59º | 0.47% | 0.21% | - |
| HSV(B) | 150.59º | 0.64% | 0.31% | - |
| XYZ | 4.06 | 6.27 | 4.61 | - |
| YUV | 61.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 55 | 0.64 | 0 | 0.31 | 0.69 | 150.59 | 0.47 | 0.21 |
| Hex | 1D | 50 | 37 | 40 | 0 | 1F | 45 | 97 | 2F | 15 |
| Octal | 35 | 120 | 67 | 100 | 0 | 37 | 105 | 227 | 57 | 25 |
| Binary | 11101 | 1010000 | 110111 | 1000000 | 0 | 11111 | 1000101 | 10010111 | 101111 | 10101 |
Color Harmonies of #1D5037
Complementary color
Monochromatic Colors of #1D5037
Black with #1D5037
Text Example
Text Example
White with #1D5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5037; }
p { color: rgb(29,80,55); }
H1.HeaderClassName
{
color: #1D5037;
}
.AnyTagClassName
{
color: #1D5037;
}
</style>
background-color css
<style>
a { background-color: #1D5037; }
a { background-color: rgb(29,80,55); }
div.DivClassName
{
background-color: #1D5037;
}
.BgClassName
{
background-color: #1D5037;
}
</style>
border-color css
<style>
span { border-color: #1D5037; }
span { border-color: rgb(29,80,55); }
td.TdClassName
{
border-color: #1D5037;
}
.TagClassName
{
border-color: #1D5037;
}
</style>