Shades of Forest Green #2AA816
Tints of Forest Green #2AA816
RGB
CMYK
RGB Variations
Color information
#2AA816 (or 0x2AA816) is known color: Forest Green. HEX triplet: 2A, A8 and 16. RGB value is (42,168,22). Sum of RGB (Red+Green+Blue) = 42+168+22=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 168 (66.02% from 255 or 72.41% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA816 is #D557E9. Grayscale: #727272. Windows color (decimal): -13981674 or 1484842. OLE color: 1484842.
HSL color Cylindrical-coordinate representation of color #2AA816: hue angle of 111.78º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AA816 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 22 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.34 |
| HSL | 111.78º | 0.77% | 0.37% | - |
| HSV(B) | 111.78º | 0.87% | 0.66% | - |
| XYZ | 15.1 | 28.56 | 5.47 | - |
| YUV | 113.68 | 76.26 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 22 | 0.75 | 0 | 0.87 | 0.34 | 111.78 | 0.77 | 0.37 |
| Hex | 2A | A8 | 16 | 4B | 0 | 57 | 22 | 70 | 4D | 25 |
| Octal | 52 | 250 | 26 | 113 | 0 | 127 | 42 | 160 | 115 | 45 |
| Binary | 101010 | 10101000 | 10110 | 1001011 | 0 | 1010111 | 100010 | 1110000 | 1001101 | 100101 |
Color Harmonies of #2AA816
Complementary color
Monochromatic Colors of #2AA816
Black with #2AA816
Text Example
Text Example
White with #2AA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA816; }
p { color: rgb(42,168,22); }
H1.HeaderClassName
{
color: #2AA816;
}
.AnyTagClassName
{
color: #2AA816;
}
</style>
background-color css
<style>
a { background-color: #2AA816; }
a { background-color: rgb(42,168,22); }
div.DivClassName
{
background-color: #2AA816;
}
.BgClassName
{
background-color: #2AA816;
}
</style>
border-color css
<style>
span { border-color: #2AA816; }
span { border-color: rgb(42,168,22); }
td.TdClassName
{
border-color: #2AA816;
}
.TagClassName
{
border-color: #2AA816;
}
</style>