Shades of Forest Green #1D9815
Tints of Forest Green #1D9815
RGB
CMYK
RGB Variations
Color information
#1D9815 (or 0x1D9815) is known color: Forest Green. HEX triplet: 1D, 98 and 15. RGB value is (29,152,21). Sum of RGB (Red+Green+Blue) = 29+152+21=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 152 (59.77% from 255 or 75.25% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 152 - color contains mainly: green. Hex color #1D9815 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9815 is #E267EA. Grayscale: #646464. Windows color (decimal): -14837739 or 1415197. OLE color: 1415197.
HSL color Cylindrical-coordinate representation of color #1D9815: hue angle of 116.34º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9815 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 21 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.40 |
| HSL | 116.34º | 0.76% | 0.34% | - |
| HSV(B) | 116.34º | 0.86% | 0.6% | - |
| XYZ | 11.87 | 22.77 | 4.48 | - |
| YUV | 100.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 21 | 0.81 | 0 | 0.86 | 0.40 | 116.34 | 0.76 | 0.34 |
| Hex | 1D | 98 | 15 | 51 | 0 | 56 | 28 | 74 | 4C | 22 |
| Octal | 35 | 230 | 25 | 121 | 0 | 126 | 50 | 164 | 114 | 42 |
| Binary | 11101 | 10011000 | 10101 | 1010001 | 0 | 1010110 | 101000 | 1110100 | 1001100 | 100010 |
Color Harmonies of #1D9815
Complementary color
Monochromatic Colors of #1D9815
Black with #1D9815
Text Example
Text Example
White with #1D9815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9815; }
p { color: rgb(29,152,21); }
H1.HeaderClassName
{
color: #1D9815;
}
.AnyTagClassName
{
color: #1D9815;
}
</style>
background-color css
<style>
a { background-color: #1D9815; }
a { background-color: rgb(29,152,21); }
div.DivClassName
{
background-color: #1D9815;
}
.BgClassName
{
background-color: #1D9815;
}
</style>
border-color css
<style>
span { border-color: #1D9815; }
span { border-color: rgb(29,152,21); }
td.TdClassName
{
border-color: #1D9815;
}
.TagClassName
{
border-color: #1D9815;
}
</style>