Shades of Forest Green #2AA212
Tints of Forest Green #2AA212
RGB
CMYK
RGB Variations
Color information
#2AA212 (or 0x2AA212) is known color: Forest Green. HEX triplet: 2A, A2 and 12. RGB value is (42,162,18). Sum of RGB (Red+Green+Blue) = 42+162+18=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 162 (63.67% from 255 or 72.97% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA212 is #D55DED. Grayscale: #6E6E6E. Windows color (decimal): -13983214 or 1221162. OLE color: 1221162.
HSL color Cylindrical-coordinate representation of color #2AA212: hue angle of 110º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AA212 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 18 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.36 |
| HSL | 110º | 0.8% | 0.35% | - |
| HSV(B) | 110º | 0.89% | 0.64% | - |
| XYZ | 13.98 | 26.38 | 4.93 | - |
| YUV | 109.7 | 76.24 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 18 | 0.74 | 0 | 0.89 | 0.36 | 110 | 0.8 | 0.35 |
| Hex | 2A | A2 | 12 | 4A | 0 | 59 | 24 | 6E | 50 | 23 |
| Octal | 52 | 242 | 22 | 112 | 0 | 131 | 44 | 156 | 120 | 43 |
| Binary | 101010 | 10100010 | 10010 | 1001010 | 0 | 1011001 | 100100 | 1101110 | 1010000 | 100011 |
Color Harmonies of #2AA212
Complementary color
Monochromatic Colors of #2AA212
Black with #2AA212
Text Example
Text Example
White with #2AA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA212; }
p { color: rgb(42,162,18); }
H1.HeaderClassName
{
color: #2AA212;
}
.AnyTagClassName
{
color: #2AA212;
}
</style>
background-color css
<style>
a { background-color: #2AA212; }
a { background-color: rgb(42,162,18); }
div.DivClassName
{
background-color: #2AA212;
}
.BgClassName
{
background-color: #2AA212;
}
</style>
border-color css
<style>
span { border-color: #2AA212; }
span { border-color: rgb(42,162,18); }
td.TdClassName
{
border-color: #2AA212;
}
.TagClassName
{
border-color: #2AA212;
}
</style>