Shades of Forest Green #2AA710
Tints of Forest Green #2AA710
RGB
CMYK
RGB Variations
Color information
#2AA710 (or 0x2AA710) is known color: Forest Green. HEX triplet: 2A, A7 and 10. RGB value is (42,167,16). Sum of RGB (Red+Green+Blue) = 42+167+16=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 167 (65.62% from 255 or 74.22% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA710 is #D558EF. Grayscale: #707070. Windows color (decimal): -13981936 or 1091370. OLE color: 1091370.
HSL color Cylindrical-coordinate representation of color #2AA710: hue angle of 109.67º 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 #2AA710 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 16 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.35 |
| HSL | 109.67º | 0.83% | 0.36% | - |
| HSV(B) | 109.67º | 0.9% | 0.65% | - |
| XYZ | 14.87 | 28.17 | 5.14 | - |
| YUV | 112.41 | 73.59 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 16 | 0.75 | 0 | 0.90 | 0.35 | 109.67 | 0.83 | 0.36 |
| Hex | 2A | A7 | 10 | 4B | 0 | 5A | 23 | 6E | 53 | 24 |
| Octal | 52 | 247 | 20 | 113 | 0 | 132 | 43 | 156 | 123 | 44 |
| Binary | 101010 | 10100111 | 10000 | 1001011 | 0 | 1011010 | 100011 | 1101110 | 1010011 | 100100 |
Color Harmonies of #2AA710
Complementary color
Monochromatic Colors of #2AA710
Black with #2AA710
Text Example
Text Example
White with #2AA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA710; }
p { color: rgb(42,167,16); }
H1.HeaderClassName
{
color: #2AA710;
}
.AnyTagClassName
{
color: #2AA710;
}
</style>
background-color css
<style>
a { background-color: #2AA710; }
a { background-color: rgb(42,167,16); }
div.DivClassName
{
background-color: #2AA710;
}
.BgClassName
{
background-color: #2AA710;
}
</style>
border-color css
<style>
span { border-color: #2AA710; }
span { border-color: rgb(42,167,16); }
td.TdClassName
{
border-color: #2AA710;
}
.TagClassName
{
border-color: #2AA710;
}
</style>