Shades of County Green #1D573D
Tints of County Green #1D573D
RGB
CMYK
RGB Variations
Color information
#1D573D (or 0x1D573D) is known color: County Green. HEX triplet: 1D, 57 and 3D. RGB value is (29,87,61). Sum of RGB (Red+Green+Blue) = 29+87+61=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #1D573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D573D is #E2A8C2. Grayscale: #424242. Windows color (decimal): -14854339 or 4019997. OLE color: 4019997.
HSL color Cylindrical-coordinate representation of color #1D573D: hue angle of 153.1º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D573D is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 87 | 61 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.66 |
| HSL | 153.1º | 0.5% | 0.23% | - |
| HSV(B) | 153.1º | 0.67% | 0.34% | - |
| XYZ | 4.76 | 7.41 | 5.6 | - |
| YUV | 66.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 61 | 0.67 | 0 | 0.30 | 0.66 | 153.1 | 0.5 | 0.23 |
| Hex | 1D | 57 | 3D | 43 | 0 | 1E | 42 | 99 | 32 | 17 |
| Octal | 35 | 127 | 75 | 103 | 0 | 36 | 102 | 231 | 62 | 27 |
| Binary | 11101 | 1010111 | 111101 | 1000011 | 0 | 11110 | 1000010 | 10011001 | 110010 | 10111 |
Color Harmonies of #1D573D
Complementary color
Monochromatic Colors of #1D573D
Black with #1D573D
Text Example
Text Example
White with #1D573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D573D; }
p { color: rgb(29,87,61); }
H1.HeaderClassName
{
color: #1D573D;
}
.AnyTagClassName
{
color: #1D573D;
}
</style>
background-color css
<style>
a { background-color: #1D573D; }
a { background-color: rgb(29,87,61); }
div.DivClassName
{
background-color: #1D573D;
}
.BgClassName
{
background-color: #1D573D;
}
</style>
border-color css
<style>
span { border-color: #1D573D; }
span { border-color: rgb(29,87,61); }
td.TdClassName
{
border-color: #1D573D;
}
.TagClassName
{
border-color: #1D573D;
}
</style>