Shades of Forest Green #2AA21E
Tints of Forest Green #2AA21E
RGB
CMYK
RGB Variations
Color information
#2AA21E (or 0x2AA21E) is known color: Forest Green. HEX triplet: 2A, A2 and 1E. RGB value is (42,162,30). Sum of RGB (Red+Green+Blue) = 42+162+30=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA21E is #D55DE1. Grayscale: #6F6F6F. Windows color (decimal): -13983202 or 2007594. OLE color: 2007594.
HSL color Cylindrical-coordinate representation of color #2AA21E: hue angle of 114.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AA21E is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 30 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.36 |
| HSL | 114.55º | 0.69% | 0.38% | - |
| HSV(B) | 114.55º | 0.81% | 0.64% | - |
| XYZ | 14.11 | 26.43 | 5.59 | - |
| YUV | 111.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 30 | 0.74 | 0 | 0.81 | 0.36 | 114.55 | 0.69 | 0.38 |
| Hex | 2A | A2 | 1E | 4A | 0 | 51 | 24 | 73 | 45 | 26 |
| Octal | 52 | 242 | 36 | 112 | 0 | 121 | 44 | 163 | 105 | 46 |
| Binary | 101010 | 10100010 | 11110 | 1001010 | 0 | 1010001 | 100100 | 1110011 | 1000101 | 100110 |
Color Harmonies of #2AA21E
Complementary color
Monochromatic Colors of #2AA21E
Black with #2AA21E
Text Example
Text Example
White with #2AA21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA21E; }
p { color: rgb(42,162,30); }
H1.HeaderClassName
{
color: #2AA21E;
}
.AnyTagClassName
{
color: #2AA21E;
}
</style>
background-color css
<style>
a { background-color: #2AA21E; }
a { background-color: rgb(42,162,30); }
div.DivClassName
{
background-color: #2AA21E;
}
.BgClassName
{
background-color: #2AA21E;
}
</style>
border-color css
<style>
span { border-color: #2AA21E; }
span { border-color: rgb(42,162,30); }
td.TdClassName
{
border-color: #2AA21E;
}
.TagClassName
{
border-color: #2AA21E;
}
</style>