Shades of Forest Green #2AA222
Tints of Forest Green #2AA222
RGB
CMYK
RGB Variations
Color information
#2AA222 (or 0x2AA222) is known color: Forest Green. HEX triplet: 2A, A2 and 22. RGB value is (42,162,34). Sum of RGB (Red+Green+Blue) = 42+162+34=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 162 (63.67% from 255 or 68.07% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA222 is #D55DDD. Grayscale: #6F6F6F. Windows color (decimal): -13983198 or 2269738. OLE color: 2269738.
HSL color Cylindrical-coordinate representation of color #2AA222: hue angle of 116.25º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AA222 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 34 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.36 |
| HSL | 116.25º | 0.65% | 0.38% | - |
| HSV(B) | 116.25º | 0.79% | 0.64% | - |
| XYZ | 14.16 | 26.45 | 5.87 | - |
| YUV | 111.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 34 | 0.74 | 0 | 0.79 | 0.36 | 116.25 | 0.65 | 0.38 |
| Hex | 2A | A2 | 22 | 4A | 0 | 4F | 24 | 74 | 41 | 26 |
| Octal | 52 | 242 | 42 | 112 | 0 | 117 | 44 | 164 | 101 | 46 |
| Binary | 101010 | 10100010 | 100010 | 1001010 | 0 | 1001111 | 100100 | 1110100 | 1000001 | 100110 |
Color Harmonies of #2AA222
Complementary color
Monochromatic Colors of #2AA222
Black with #2AA222
Text Example
Text Example
White with #2AA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA222; }
p { color: rgb(42,162,34); }
H1.HeaderClassName
{
color: #2AA222;
}
.AnyTagClassName
{
color: #2AA222;
}
</style>
background-color css
<style>
a { background-color: #2AA222; }
a { background-color: rgb(42,162,34); }
div.DivClassName
{
background-color: #2AA222;
}
.BgClassName
{
background-color: #2AA222;
}
</style>
border-color css
<style>
span { border-color: #2AA222; }
span { border-color: rgb(42,162,34); }
td.TdClassName
{
border-color: #2AA222;
}
.TagClassName
{
border-color: #2AA222;
}
</style>