Shades of Forest Green #1D9616
Tints of Forest Green #1D9616
RGB
CMYK
RGB Variations
Color information
#1D9616 (or 0x1D9616) is known color: Forest Green. HEX triplet: 1D, 96 and 16. RGB value is (29,150,22). Sum of RGB (Red+Green+Blue) = 29+150+22=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #1D9616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9616 is #E269E9. Grayscale: #636363. Windows color (decimal): -14838250 or 1480221. OLE color: 1480221.
HSL color Cylindrical-coordinate representation of color #1D9616: hue angle of 116.72º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9616 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 150 | 22 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.41 |
| HSL | 116.72º | 0.74% | 0.34% | - |
| HSV(B) | 116.72º | 0.85% | 0.59% | - |
| XYZ | 11.56 | 22.13 | 4.42 | - |
| YUV | 99.23 | 84.41 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 150 | 22 | 0.81 | 0 | 0.85 | 0.41 | 116.72 | 0.74 | 0.34 |
| Hex | 1D | 96 | 16 | 51 | 0 | 55 | 29 | 75 | 4A | 22 |
| Octal | 35 | 226 | 26 | 121 | 0 | 125 | 51 | 165 | 112 | 42 |
| Binary | 11101 | 10010110 | 10110 | 1010001 | 0 | 1010101 | 101001 | 1110101 | 1001010 | 100010 |
Color Harmonies of #1D9616
Complementary color
Monochromatic Colors of #1D9616
Black with #1D9616
Text Example
Text Example
White with #1D9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9616; }
p { color: rgb(29,150,22); }
H1.HeaderClassName
{
color: #1D9616;
}
.AnyTagClassName
{
color: #1D9616;
}
</style>
background-color css
<style>
a { background-color: #1D9616; }
a { background-color: rgb(29,150,22); }
div.DivClassName
{
background-color: #1D9616;
}
.BgClassName
{
background-color: #1D9616;
}
</style>
border-color css
<style>
span { border-color: #1D9616; }
span { border-color: rgb(29,150,22); }
td.TdClassName
{
border-color: #1D9616;
}
.TagClassName
{
border-color: #1D9616;
}
</style>