Shades of Forest Green #2AA009
Tints of Forest Green #2AA009
RGB
CMYK
RGB Variations
Color information
#2AA009 (or 0x2AA009) is known color: Forest Green. HEX triplet: 2A, A0 and 09. RGB value is (42,160,9). Sum of RGB (Red+Green+Blue) = 42+160+9=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA009 is #D55FF6. Grayscale: #6B6B6B. Windows color (decimal): -13983735 or 630826. OLE color: 630826.
HSL color Cylindrical-coordinate representation of color #2AA009: hue angle of 106.89º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AA009 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 9 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.37 |
| HSL | 106.89º | 0.89% | 0.33% | - |
| HSV(B) | 106.89º | 0.94% | 0.63% | - |
| XYZ | 13.57 | 25.65 | 4.49 | - |
| YUV | 107.5 | 72.41 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 9 | 0.74 | 0 | 0.94 | 0.37 | 106.89 | 0.89 | 0.33 |
| Hex | 2A | A0 | 9 | 4A | 0 | 5E | 25 | 6B | 59 | 21 |
| Octal | 52 | 240 | 11 | 112 | 0 | 136 | 45 | 153 | 131 | 41 |
| Binary | 101010 | 10100000 | 1001 | 1001010 | 0 | 1011110 | 100101 | 1101011 | 1011001 | 100001 |
Color Harmonies of #2AA009
Complementary color
Monochromatic Colors of #2AA009
Black with #2AA009
Text Example
Text Example
White with #2AA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA009; }
p { color: rgb(42,160,9); }
H1.HeaderClassName
{
color: #2AA009;
}
.AnyTagClassName
{
color: #2AA009;
}
</style>
background-color css
<style>
a { background-color: #2AA009; }
a { background-color: rgb(42,160,9); }
div.DivClassName
{
background-color: #2AA009;
}
.BgClassName
{
background-color: #2AA009;
}
</style>
border-color css
<style>
span { border-color: #2AA009; }
span { border-color: rgb(42,160,9); }
td.TdClassName
{
border-color: #2AA009;
}
.TagClassName
{
border-color: #2AA009;
}
</style>