Shades of Forest Green #1D8416
Tints of Forest Green #1D8416
RGB
CMYK
RGB Variations
Color information
#1D8416 (or 0x1D8416) is known color: Forest Green. HEX triplet: 1D, 84 and 16. RGB value is (29,132,22). Sum of RGB (Red+Green+Blue) = 29+132+22=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 132 (51.95% from 255 or 72.13% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8416 is #E27BE9. Grayscale: #595959. Windows color (decimal): -14842858 or 1475613. OLE color: 1475613.
HSL color Cylindrical-coordinate representation of color #1D8416: hue angle of 116.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D8416 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 22 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.48 |
| HSL | 116.18º | 0.71% | 0.3% | - |
| HSV(B) | 116.18º | 0.83% | 0.52% | - |
| XYZ | 8.9 | 16.82 | 3.54 | - |
| YUV | 88.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 22 | 0.78 | 0 | 0.83 | 0.48 | 116.18 | 0.71 | 0.3 |
| Hex | 1D | 84 | 16 | 4E | 0 | 53 | 30 | 74 | 47 | 1E |
| Octal | 35 | 204 | 26 | 116 | 0 | 123 | 60 | 164 | 107 | 36 |
| Binary | 11101 | 10000100 | 10110 | 1001110 | 0 | 1010011 | 110000 | 1110100 | 1000111 | 11110 |
Color Harmonies of #1D8416
Complementary color
Monochromatic Colors of #1D8416
Black with #1D8416
Text Example
Text Example
White with #1D8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8416; }
p { color: rgb(29,132,22); }
H1.HeaderClassName
{
color: #1D8416;
}
.AnyTagClassName
{
color: #1D8416;
}
</style>
background-color css
<style>
a { background-color: #1D8416; }
a { background-color: rgb(29,132,22); }
div.DivClassName
{
background-color: #1D8416;
}
.BgClassName
{
background-color: #1D8416;
}
</style>
border-color css
<style>
span { border-color: #1D8416; }
span { border-color: rgb(29,132,22); }
td.TdClassName
{
border-color: #1D8416;
}
.TagClassName
{
border-color: #1D8416;
}
</style>