Shades of Forest Green #1DA815
Tints of Forest Green #1DA815
RGB
CMYK
RGB Variations
Color information
#1DA815 (or 0x1DA815) is known color: Forest Green. HEX triplet: 1D, A8 and 15. RGB value is (29,168,21). Sum of RGB (Red+Green+Blue) = 29+168+21=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA815 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA815 is #E257EA. Grayscale: #6E6E6E. Windows color (decimal): -14833643 or 1419293. OLE color: 1419293.
HSL color Cylindrical-coordinate representation of color #1DA815: hue angle of 116.73º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA815 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 168 | 21 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.34 |
| HSL | 116.73º | 0.78% | 0.37% | - |
| HSV(B) | 116.73º | 0.88% | 0.66% | - |
| XYZ | 14.64 | 28.32 | 5.4 | - |
| YUV | 109.68 | 77.95 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 21 | 0.83 | 0 | 0.88 | 0.34 | 116.73 | 0.78 | 0.37 |
| Hex | 1D | A8 | 15 | 53 | 0 | 58 | 22 | 75 | 4E | 25 |
| Octal | 35 | 250 | 25 | 123 | 0 | 130 | 42 | 165 | 116 | 45 |
| Binary | 11101 | 10101000 | 10101 | 1010011 | 0 | 1011000 | 100010 | 1110101 | 1001110 | 100101 |
Color Harmonies of #1DA815
Complementary color
Monochromatic Colors of #1DA815
Black with #1DA815
Text Example
Text Example
White with #1DA815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA815; }
p { color: rgb(29,168,21); }
H1.HeaderClassName
{
color: #1DA815;
}
.AnyTagClassName
{
color: #1DA815;
}
</style>
background-color css
<style>
a { background-color: #1DA815; }
a { background-color: rgb(29,168,21); }
div.DivClassName
{
background-color: #1DA815;
}
.BgClassName
{
background-color: #1DA815;
}
</style>
border-color css
<style>
span { border-color: #1DA815; }
span { border-color: rgb(29,168,21); }
td.TdClassName
{
border-color: #1DA815;
}
.TagClassName
{
border-color: #1DA815;
}
</style>