Shades of Forest Green #2AA22A
Tints of Forest Green #2AA22A
RGB
CMYK
RGB Variations
Color information
#2AA22A (or 0x2AA22A) is known color: Forest Green. HEX triplet: 2A, A2 and 2A. RGB value is (42,162,42). Sum of RGB (Red+Green+Blue) = 42+162+42=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA22A is #D55DD5. Grayscale: #707070. Windows color (decimal): -13983190 or 2794026. OLE color: 2794026.
HSL color Cylindrical-coordinate representation of color #2AA22A: hue angle of 120º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA22A is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 42 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.36 |
| HSL | 120º | 0.59% | 0.4% | - |
| HSV(B) | 120º | 0.74% | 0.64% | - |
| XYZ | 14.29 | 26.5 | 6.55 | - |
| YUV | 112.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 42 | 0.74 | 0 | 0.74 | 0.36 | 120 | 0.59 | 0.4 |
| Hex | 2A | A2 | 2A | 4A | 0 | 4A | 24 | 78 | 3B | 28 |
| Octal | 52 | 242 | 52 | 112 | 0 | 112 | 44 | 170 | 73 | 50 |
| Binary | 101010 | 10100010 | 101010 | 1001010 | 0 | 1001010 | 100100 | 1111000 | 111011 | 101000 |
Color Harmonies of #2AA22A
Complementary color
Monochromatic Colors of #2AA22A
Black with #2AA22A
Text Example
Text Example
White with #2AA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA22A; }
p { color: rgb(42,162,42); }
H1.HeaderClassName
{
color: #2AA22A;
}
.AnyTagClassName
{
color: #2AA22A;
}
</style>
background-color css
<style>
a { background-color: #2AA22A; }
a { background-color: rgb(42,162,42); }
div.DivClassName
{
background-color: #2AA22A;
}
.BgClassName
{
background-color: #2AA22A;
}
</style>
border-color css
<style>
span { border-color: #2AA22A; }
span { border-color: rgb(42,162,42); }
td.TdClassName
{
border-color: #2AA22A;
}
.TagClassName
{
border-color: #2AA22A;
}
</style>