Shades of Forest Green #2AA211
Tints of Forest Green #2AA211
RGB
CMYK
RGB Variations
Color information
#2AA211 (or 0x2AA211) is known color: Forest Green. HEX triplet: 2A, A2 and 11. RGB value is (42,162,17). Sum of RGB (Red+Green+Blue) = 42+162+17=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA211 is #D55DEE. Grayscale: #6E6E6E. Windows color (decimal): -13983215 or 1155626. OLE color: 1155626.
HSL color Cylindrical-coordinate representation of color #2AA211: hue angle of 109.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AA211 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 17 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.36 |
| HSL | 109.66º | 0.81% | 0.35% | - |
| HSV(B) | 109.66º | 0.9% | 0.64% | - |
| XYZ | 13.98 | 26.37 | 4.88 | - |
| YUV | 109.59 | 75.74 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 17 | 0.74 | 0 | 0.90 | 0.36 | 109.66 | 0.81 | 0.35 |
| Hex | 2A | A2 | 11 | 4A | 0 | 5A | 24 | 6E | 51 | 23 |
| Octal | 52 | 242 | 21 | 112 | 0 | 132 | 44 | 156 | 121 | 43 |
| Binary | 101010 | 10100010 | 10001 | 1001010 | 0 | 1011010 | 100100 | 1101110 | 1010001 | 100011 |
Color Harmonies of #2AA211
Complementary color
Monochromatic Colors of #2AA211
Black with #2AA211
Text Example
Text Example
White with #2AA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA211; }
p { color: rgb(42,162,17); }
H1.HeaderClassName
{
color: #2AA211;
}
.AnyTagClassName
{
color: #2AA211;
}
</style>
background-color css
<style>
a { background-color: #2AA211; }
a { background-color: rgb(42,162,17); }
div.DivClassName
{
background-color: #2AA211;
}
.BgClassName
{
background-color: #2AA211;
}
</style>
border-color css
<style>
span { border-color: #2AA211; }
span { border-color: rgb(42,162,17); }
td.TdClassName
{
border-color: #2AA211;
}
.TagClassName
{
border-color: #2AA211;
}
</style>