Shades of Forest Green #2AA911
Tints of Forest Green #2AA911
RGB
CMYK
RGB Variations
Color information
#2AA911 (or 0x2AA911) is known color: Forest Green. HEX triplet: 2A, A9 and 11. RGB value is (42,169,17). Sum of RGB (Red+Green+Blue) = 42+169+17=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 169 (66.41% from 255 or 74.12% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA911 is #D556EE. Grayscale: #727272. Windows color (decimal): -13981423 or 1157418. OLE color: 1157418.
HSL color Cylindrical-coordinate representation of color #2AA911: hue angle of 110.13º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AA911 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 169 | 17 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.34 |
| HSL | 110.13º | 0.82% | 0.36% | - |
| HSV(B) | 110.13º | 0.9% | 0.66% | - |
| XYZ | 15.24 | 28.91 | 5.31 | - |
| YUV | 113.7 | 73.42 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 169 | 17 | 0.75 | 0 | 0.90 | 0.34 | 110.13 | 0.82 | 0.36 |
| Hex | 2A | A9 | 11 | 4B | 0 | 5A | 22 | 6E | 52 | 24 |
| Octal | 52 | 251 | 21 | 113 | 0 | 132 | 42 | 156 | 122 | 44 |
| Binary | 101010 | 10101001 | 10001 | 1001011 | 0 | 1011010 | 100010 | 1101110 | 1010010 | 100100 |
Color Harmonies of #2AA911
Complementary color
Monochromatic Colors of #2AA911
Black with #2AA911
Text Example
Text Example
White with #2AA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA911; }
p { color: rgb(42,169,17); }
H1.HeaderClassName
{
color: #2AA911;
}
.AnyTagClassName
{
color: #2AA911;
}
</style>
background-color css
<style>
a { background-color: #2AA911; }
a { background-color: rgb(42,169,17); }
div.DivClassName
{
background-color: #2AA911;
}
.BgClassName
{
background-color: #2AA911;
}
</style>
border-color css
<style>
span { border-color: #2AA911; }
span { border-color: rgb(42,169,17); }
td.TdClassName
{
border-color: #2AA911;
}
.TagClassName
{
border-color: #2AA911;
}
</style>