Shades of Forest Green #1D8010
Tints of Forest Green #1D8010
RGB
CMYK
RGB Variations
Color information
#1D8010 (or 0x1D8010) is known color: Forest Green. HEX triplet: 1D, 80 and 10. RGB value is (29,128,16). Sum of RGB (Red+Green+Blue) = 29+128+16=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #1D8010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8010 is #E27FEF. Grayscale: #555555. Windows color (decimal): -14843888 or 1081373. OLE color: 1081373.
HSL color Cylindrical-coordinate representation of color #1D8010: hue angle of 113.04º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8010 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 128 | 16 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.50 |
| HSL | 113.04º | 0.78% | 0.28% | - |
| HSV(B) | 113.04º | 0.88% | 0.5% | - |
| XYZ | 8.32 | 15.74 | 3.09 | - |
| YUV | 85.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 16 | 0.77 | 0 | 0.88 | 0.50 | 113.04 | 0.78 | 0.28 |
| Hex | 1D | 80 | 10 | 4D | 0 | 58 | 32 | 71 | 4E | 1C |
| Octal | 35 | 200 | 20 | 115 | 0 | 130 | 62 | 161 | 116 | 34 |
| Binary | 11101 | 10000000 | 10000 | 1001101 | 0 | 1011000 | 110010 | 1110001 | 1001110 | 11100 |
Color Harmonies of #1D8010
Complementary color
Monochromatic Colors of #1D8010
Black with #1D8010
Text Example
Text Example
White with #1D8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8010; }
p { color: rgb(29,128,16); }
H1.HeaderClassName
{
color: #1D8010;
}
.AnyTagClassName
{
color: #1D8010;
}
</style>
background-color css
<style>
a { background-color: #1D8010; }
a { background-color: rgb(29,128,16); }
div.DivClassName
{
background-color: #1D8010;
}
.BgClassName
{
background-color: #1D8010;
}
</style>
border-color css
<style>
span { border-color: #1D8010; }
span { border-color: rgb(29,128,16); }
td.TdClassName
{
border-color: #1D8010;
}
.TagClassName
{
border-color: #1D8010;
}
</style>