Shades of Forest Green #2AAA11
Tints of Forest Green #2AAA11
RGB
CMYK
RGB Variations
Color information
#2AAA11 (or 0x2AAA11) is known color: Forest Green. HEX triplet: 2A, AA and 11. RGB value is (42,170,17). Sum of RGB (Red+Green+Blue) = 42+170+17=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA11 is #D555EE. Grayscale: #727272. Windows color (decimal): -13981167 or 1157674. OLE color: 1157674.
HSL color Cylindrical-coordinate representation of color #2AAA11: hue angle of 110.2º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AAA11 is Cyan = 0.75, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 17 | - |
| CMYK | 0.75 | 0 | 0.9 | 0.33 |
| HSL | 110.2º | 0.82% | 0.37% | - |
| HSV(B) | 110.2º | 0.9% | 0.67% | - |
| XYZ | 15.43 | 29.28 | 5.37 | - |
| YUV | 114.29 | 73.09 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 17 | 0.75 | 0 | 0.9 | 0.33 | 110.2 | 0.82 | 0.37 |
| Hex | 2A | AA | 11 | 4B | 0 | 5A | 21 | 6E | 52 | 25 |
| Octal | 52 | 252 | 21 | 113 | 0 | 132 | 41 | 156 | 122 | 45 |
| Binary | 101010 | 10101010 | 10001 | 1001011 | 0 | 1011010 | 100001 | 1101110 | 1010010 | 100101 |
Color Harmonies of #2AAA11
Complementary color
Monochromatic Colors of #2AAA11
Black with #2AAA11
Text Example
Text Example
White with #2AAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA11; }
p { color: rgb(42,170,17); }
H1.HeaderClassName
{
color: #2AAA11;
}
.AnyTagClassName
{
color: #2AAA11;
}
</style>
background-color css
<style>
a { background-color: #2AAA11; }
a { background-color: rgb(42,170,17); }
div.DivClassName
{
background-color: #2AAA11;
}
.BgClassName
{
background-color: #2AAA11;
}
</style>
border-color css
<style>
span { border-color: #2AAA11; }
span { border-color: rgb(42,170,17); }
td.TdClassName
{
border-color: #2AAA11;
}
.TagClassName
{
border-color: #2AAA11;
}
</style>