Shades of Forest Green #2AA721
Tints of Forest Green #2AA721
RGB
CMYK
RGB Variations
Color information
#2AA721 (or 0x2AA721) is known color: Forest Green. HEX triplet: 2A, A7 and 21. RGB value is (42,167,33). Sum of RGB (Red+Green+Blue) = 42+167+33=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 167 (65.62% from 255 or 69.01% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA721 is #D558DE. Grayscale: #727272. Windows color (decimal): -13981919 or 2205482. OLE color: 2205482.
HSL color Cylindrical-coordinate representation of color #2AA721: hue angle of 115.97º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AA721 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 33 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.35 |
| HSL | 115.97º | 0.67% | 0.39% | - |
| HSV(B) | 115.97º | 0.8% | 0.65% | - |
| XYZ | 15.05 | 28.24 | 6.1 | - |
| YUV | 114.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 33 | 0.75 | 0 | 0.80 | 0.35 | 115.97 | 0.67 | 0.39 |
| Hex | 2A | A7 | 21 | 4B | 0 | 50 | 23 | 74 | 43 | 27 |
| Octal | 52 | 247 | 41 | 113 | 0 | 120 | 43 | 164 | 103 | 47 |
| Binary | 101010 | 10100111 | 100001 | 1001011 | 0 | 1010000 | 100011 | 1110100 | 1000011 | 100111 |
Color Harmonies of #2AA721
Complementary color
Monochromatic Colors of #2AA721
Black with #2AA721
Text Example
Text Example
White with #2AA721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA721; }
p { color: rgb(42,167,33); }
H1.HeaderClassName
{
color: #2AA721;
}
.AnyTagClassName
{
color: #2AA721;
}
</style>
background-color css
<style>
a { background-color: #2AA721; }
a { background-color: rgb(42,167,33); }
div.DivClassName
{
background-color: #2AA721;
}
.BgClassName
{
background-color: #2AA721;
}
</style>
border-color css
<style>
span { border-color: #2AA721; }
span { border-color: rgb(42,167,33); }
td.TdClassName
{
border-color: #2AA721;
}
.TagClassName
{
border-color: #2AA721;
}
</style>