Shades of Forest Green #2DA715
Tints of Forest Green #2DA715
RGB
CMYK
RGB Variations
Color information
#2DA715 (or 0x2DA715) is known color: Forest Green. HEX triplet: 2D, A7 and 15. RGB value is (45,167,21). Sum of RGB (Red+Green+Blue) = 45+167+21=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA715 is #D258EA. Grayscale: #727272. Windows color (decimal): -13785323 or 1419053. OLE color: 1419053.
HSL color Cylindrical-coordinate representation of color #2DA715: hue angle of 110.14º 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 #2DA715 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 21 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.35 |
| HSL | 110.14º | 0.78% | 0.37% | - |
| HSV(B) | 110.14º | 0.87% | 0.65% | - |
| XYZ | 15.04 | 28.25 | 5.37 | - |
| YUV | 113.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 21 | 0.73 | 0 | 0.87 | 0.35 | 110.14 | 0.78 | 0.37 |
| Hex | 2D | A7 | 15 | 49 | 0 | 57 | 23 | 6E | 4E | 25 |
| Octal | 55 | 247 | 25 | 111 | 0 | 127 | 43 | 156 | 116 | 45 |
| Binary | 101101 | 10100111 | 10101 | 1001001 | 0 | 1010111 | 100011 | 1101110 | 1001110 | 100101 |
Color Harmonies of #2DA715
Complementary color
Monochromatic Colors of #2DA715
Black with #2DA715
Text Example
Text Example
White with #2DA715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA715; }
p { color: rgb(45,167,21); }
H1.HeaderClassName
{
color: #2DA715;
}
.AnyTagClassName
{
color: #2DA715;
}
</style>
background-color css
<style>
a { background-color: #2DA715; }
a { background-color: rgb(45,167,21); }
div.DivClassName
{
background-color: #2DA715;
}
.BgClassName
{
background-color: #2DA715;
}
</style>
border-color css
<style>
span { border-color: #2DA715; }
span { border-color: rgb(45,167,21); }
td.TdClassName
{
border-color: #2DA715;
}
.TagClassName
{
border-color: #2DA715;
}
</style>