Shades of Forest Green #2DA710
Tints of Forest Green #2DA710
RGB
CMYK
RGB Variations
Color information
#2DA710 (or 0x2DA710) is known color: Forest Green. HEX triplet: 2D, A7 and 10. RGB value is (45,167,16). Sum of RGB (Red+Green+Blue) = 45+167+16=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 167 (65.62% from 255 or 73.25% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA710 is #D258EF. Grayscale: #717171. Windows color (decimal): -13785328 or 1091373. OLE color: 1091373.
HSL color Cylindrical-coordinate representation of color #2DA710: hue angle of 108.48º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DA710 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 16 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.35 |
| HSL | 108.48º | 0.83% | 0.36% | - |
| HSV(B) | 108.48º | 0.9% | 0.65% | - |
| XYZ | 14.99 | 28.23 | 5.15 | - |
| YUV | 113.31 | 73.08 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 16 | 0.73 | 0 | 0.90 | 0.35 | 108.48 | 0.83 | 0.36 |
| Hex | 2D | A7 | 10 | 49 | 0 | 5A | 23 | 6C | 53 | 24 |
| Octal | 55 | 247 | 20 | 111 | 0 | 132 | 43 | 154 | 123 | 44 |
| Binary | 101101 | 10100111 | 10000 | 1001001 | 0 | 1011010 | 100011 | 1101100 | 1010011 | 100100 |
Color Harmonies of #2DA710
Complementary color
Monochromatic Colors of #2DA710
Black with #2DA710
Text Example
Text Example
White with #2DA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA710; }
p { color: rgb(45,167,16); }
H1.HeaderClassName
{
color: #2DA710;
}
.AnyTagClassName
{
color: #2DA710;
}
</style>
background-color css
<style>
a { background-color: #2DA710; }
a { background-color: rgb(45,167,16); }
div.DivClassName
{
background-color: #2DA710;
}
.BgClassName
{
background-color: #2DA710;
}
</style>
border-color css
<style>
span { border-color: #2DA710; }
span { border-color: rgb(45,167,16); }
td.TdClassName
{
border-color: #2DA710;
}
.TagClassName
{
border-color: #2DA710;
}
</style>