Shades of Forest Green #2AA011
Tints of Forest Green #2AA011
RGB
CMYK
RGB Variations
Color information
#2AA011 (or 0x2AA011) is known color: Forest Green. HEX triplet: 2A, A0 and 11. RGB value is (42,160,17). Sum of RGB (Red+Green+Blue) = 42+160+17=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 160 (62.89% from 255 or 73.06% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA011 is #D55FEE. Grayscale: #6C6C6C. Windows color (decimal): -13983727 or 1155114. OLE color: 1155114.
HSL color Cylindrical-coordinate representation of color #2AA011: hue angle of 109.51º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AA011 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 17 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.37 |
| HSL | 109.51º | 0.81% | 0.35% | - |
| HSV(B) | 109.51º | 0.89% | 0.63% | - |
| XYZ | 13.63 | 25.67 | 4.77 | - |
| YUV | 108.42 | 76.41 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 17 | 0.74 | 0 | 0.89 | 0.37 | 109.51 | 0.81 | 0.35 |
| Hex | 2A | A0 | 11 | 4A | 0 | 59 | 25 | 6E | 51 | 23 |
| Octal | 52 | 240 | 21 | 112 | 0 | 131 | 45 | 156 | 121 | 43 |
| Binary | 101010 | 10100000 | 10001 | 1001010 | 0 | 1011001 | 100101 | 1101110 | 1010001 | 100011 |
Color Harmonies of #2AA011
Complementary color
Monochromatic Colors of #2AA011
Black with #2AA011
Text Example
Text Example
White with #2AA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA011; }
p { color: rgb(42,160,17); }
H1.HeaderClassName
{
color: #2AA011;
}
.AnyTagClassName
{
color: #2AA011;
}
</style>
background-color css
<style>
a { background-color: #2AA011; }
a { background-color: rgb(42,160,17); }
div.DivClassName
{
background-color: #2AA011;
}
.BgClassName
{
background-color: #2AA011;
}
</style>
border-color css
<style>
span { border-color: #2AA011; }
span { border-color: rgb(42,160,17); }
td.TdClassName
{
border-color: #2AA011;
}
.TagClassName
{
border-color: #2AA011;
}
</style>