Shades of Forest Green #2AA70A
Tints of Forest Green #2AA70A
RGB
CMYK
RGB Variations
Color information
#2AA70A (or 0x2AA70A) is known color: Forest Green. HEX triplet: 2A, A7 and 0A. RGB value is (42,167,10). Sum of RGB (Red+Green+Blue) = 42+167+10=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 167 (65.62% from 255 or 76.26% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA70A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA70A is #D558F5. Grayscale: #707070. Windows color (decimal): -13981942 or 698154. OLE color: 698154.
HSL color Cylindrical-coordinate representation of color #2AA70A: hue angle of 107.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AA70A is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 10 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.35 |
| HSL | 107.77º | 0.89% | 0.35% | - |
| HSV(B) | 107.77º | 0.94% | 0.65% | - |
| XYZ | 14.83 | 28.15 | 4.94 | - |
| YUV | 111.73 | 70.59 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 10 | 0.75 | 0 | 0.94 | 0.35 | 107.77 | 0.89 | 0.35 |
| Hex | 2A | A7 | A | 4B | 0 | 5E | 23 | 6C | 59 | 23 |
| Octal | 52 | 247 | 12 | 113 | 0 | 136 | 43 | 154 | 131 | 43 |
| Binary | 101010 | 10100111 | 1010 | 1001011 | 0 | 1011110 | 100011 | 1101100 | 1011001 | 100011 |
Color Harmonies of #2AA70A
Complementary color
Monochromatic Colors of #2AA70A
Black with #2AA70A
Text Example
Text Example
White with #2AA70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA70A; }
p { color: rgb(42,167,10); }
H1.HeaderClassName
{
color: #2AA70A;
}
.AnyTagClassName
{
color: #2AA70A;
}
</style>
background-color css
<style>
a { background-color: #2AA70A; }
a { background-color: rgb(42,167,10); }
div.DivClassName
{
background-color: #2AA70A;
}
.BgClassName
{
background-color: #2AA70A;
}
</style>
border-color css
<style>
span { border-color: #2AA70A; }
span { border-color: rgb(42,167,10); }
td.TdClassName
{
border-color: #2AA70A;
}
.TagClassName
{
border-color: #2AA70A;
}
</style>