Shades of Forest Green #1D7916
Tints of Forest Green #1D7916
RGB
CMYK
RGB Variations
Color information
#1D7916 (or 0x1D7916) is known color: Forest Green. HEX triplet: 1D, 79 and 16. RGB value is (29,121,22). Sum of RGB (Red+Green+Blue) = 29+121+22=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 121 (47.66% from 255 or 70.35% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7916 is #E286E9. Grayscale: #525252. Windows color (decimal): -14845674 or 1472797. OLE color: 1472797.
HSL color Cylindrical-coordinate representation of color #1D7916: hue angle of 115.76º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D7916 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 22 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.53 |
| HSL | 115.76º | 0.69% | 0.28% | - |
| HSV(B) | 115.76º | 0.82% | 0.47% | - |
| XYZ | 7.49 | 13.99 | 3.07 | - |
| YUV | 82.21 | 94.02 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 22 | 0.76 | 0 | 0.82 | 0.53 | 115.76 | 0.69 | 0.28 |
| Hex | 1D | 79 | 16 | 4C | 0 | 52 | 35 | 74 | 45 | 1C |
| Octal | 35 | 171 | 26 | 114 | 0 | 122 | 65 | 164 | 105 | 34 |
| Binary | 11101 | 1111001 | 10110 | 1001100 | 0 | 1010010 | 110101 | 1110100 | 1000101 | 11100 |
Color Harmonies of #1D7916
Complementary color
Monochromatic Colors of #1D7916
Black with #1D7916
Text Example
Text Example
White with #1D7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7916; }
p { color: rgb(29,121,22); }
H1.HeaderClassName
{
color: #1D7916;
}
.AnyTagClassName
{
color: #1D7916;
}
</style>
background-color css
<style>
a { background-color: #1D7916; }
a { background-color: rgb(29,121,22); }
div.DivClassName
{
background-color: #1D7916;
}
.BgClassName
{
background-color: #1D7916;
}
</style>
border-color css
<style>
span { border-color: #1D7916; }
span { border-color: rgb(29,121,22); }
td.TdClassName
{
border-color: #1D7916;
}
.TagClassName
{
border-color: #1D7916;
}
</style>