Shades of Forest Green #1DA715
Tints of Forest Green #1DA715
RGB
CMYK
RGB Variations
Color information
#1DA715 (or 0x1DA715) is known color: Forest Green. HEX triplet: 1D, A7 and 15. RGB value is (29,167,21). Sum of RGB (Red+Green+Blue) = 29+167+21=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 167 (65.62% from 255 or 76.96% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 167 - color contains mainly: green. Hex color #1DA715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA715 is #E258EA. Grayscale: #6D6D6D. Windows color (decimal): -14833899 or 1419037. OLE color: 1419037.
HSL color Cylindrical-coordinate representation of color #1DA715: hue angle of 116.71º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DA715 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 167 | 21 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.35 |
| HSL | 116.71º | 0.78% | 0.37% | - |
| HSV(B) | 116.71º | 0.87% | 0.65% | - |
| XYZ | 14.46 | 27.95 | 5.34 | - |
| YUV | 109.09 | 78.28 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 21 | 0.83 | 0 | 0.87 | 0.35 | 116.71 | 0.78 | 0.37 |
| Hex | 1D | A7 | 15 | 53 | 0 | 57 | 23 | 75 | 4E | 25 |
| Octal | 35 | 247 | 25 | 123 | 0 | 127 | 43 | 165 | 116 | 45 |
| Binary | 11101 | 10100111 | 10101 | 1010011 | 0 | 1010111 | 100011 | 1110101 | 1001110 | 100101 |
Color Harmonies of #1DA715
Complementary color
Monochromatic Colors of #1DA715
Black with #1DA715
Text Example
Text Example
White with #1DA715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA715; }
p { color: rgb(29,167,21); }
H1.HeaderClassName
{
color: #1DA715;
}
.AnyTagClassName
{
color: #1DA715;
}
</style>
background-color css
<style>
a { background-color: #1DA715; }
a { background-color: rgb(29,167,21); }
div.DivClassName
{
background-color: #1DA715;
}
.BgClassName
{
background-color: #1DA715;
}
</style>
border-color css
<style>
span { border-color: #1DA715; }
span { border-color: rgb(29,167,21); }
td.TdClassName
{
border-color: #1DA715;
}
.TagClassName
{
border-color: #1DA715;
}
</style>