Shades of Forest Green #2AA209
Tints of Forest Green #2AA209
RGB
CMYK
RGB Variations
Color information
#2AA209 (or 0x2AA209) is known color: Forest Green. HEX triplet: 2A, A2 and 09. RGB value is (42,162,9). Sum of RGB (Red+Green+Blue) = 42+162+9=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA209 is #D55DF6. Grayscale: #6D6D6D. Windows color (decimal): -13983223 or 631338. OLE color: 631338.
HSL color Cylindrical-coordinate representation of color #2AA209: hue angle of 107.06º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AA209 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 9 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.36 |
| HSL | 107.06º | 0.89% | 0.34% | - |
| HSV(B) | 107.06º | 0.94% | 0.64% | - |
| XYZ | 13.92 | 26.35 | 4.61 | - |
| YUV | 108.68 | 71.74 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 9 | 0.74 | 0 | 0.94 | 0.36 | 107.06 | 0.89 | 0.34 |
| Hex | 2A | A2 | 9 | 4A | 0 | 5E | 24 | 6B | 59 | 22 |
| Octal | 52 | 242 | 11 | 112 | 0 | 136 | 44 | 153 | 131 | 42 |
| Binary | 101010 | 10100010 | 1001 | 1001010 | 0 | 1011110 | 100100 | 1101011 | 1011001 | 100010 |
Color Harmonies of #2AA209
Complementary color
Monochromatic Colors of #2AA209
Black with #2AA209
Text Example
Text Example
White with #2AA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA209; }
p { color: rgb(42,162,9); }
H1.HeaderClassName
{
color: #2AA209;
}
.AnyTagClassName
{
color: #2AA209;
}
</style>
background-color css
<style>
a { background-color: #2AA209; }
a { background-color: rgb(42,162,9); }
div.DivClassName
{
background-color: #2AA209;
}
.BgClassName
{
background-color: #2AA209;
}
</style>
border-color css
<style>
span { border-color: #2AA209; }
span { border-color: rgb(42,162,9); }
td.TdClassName
{
border-color: #2AA209;
}
.TagClassName
{
border-color: #2AA209;
}
</style>