Shades of Forest Green #2AA02E
Tints of Forest Green #2AA02E
RGB
CMYK
RGB Variations
Color information
#2AA02E (or 0x2AA02E) is known color: Forest Green. HEX triplet: 2A, A0 and 2E. RGB value is (42,160,46). Sum of RGB (Red+Green+Blue) = 42+160+46=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA02E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA02E is #D55FD1. Grayscale: #707070. Windows color (decimal): -13983698 or 3055658. OLE color: 3055658.
HSL color Cylindrical-coordinate representation of color #2AA02E: hue angle of 122.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA02E is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 46 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.37 |
| HSL | 122.03º | 0.58% | 0.4% | - |
| HSV(B) | 122.03º | 0.74% | 0.63% | - |
| XYZ | 14.02 | 25.83 | 6.83 | - |
| YUV | 111.72 | 90.91 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 46 | 0.74 | 0 | 0.71 | 0.37 | 122.03 | 0.58 | 0.4 |
| Hex | 2A | A0 | 2E | 4A | 0 | 47 | 25 | 7A | 3A | 28 |
| Octal | 52 | 240 | 56 | 112 | 0 | 107 | 45 | 172 | 72 | 50 |
| Binary | 101010 | 10100000 | 101110 | 1001010 | 0 | 1000111 | 100101 | 1111010 | 111010 | 101000 |
Color Harmonies of #2AA02E
Complementary color
Monochromatic Colors of #2AA02E
Black with #2AA02E
Text Example
Text Example
White with #2AA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA02E; }
p { color: rgb(42,160,46); }
H1.HeaderClassName
{
color: #2AA02E;
}
.AnyTagClassName
{
color: #2AA02E;
}
</style>
background-color css
<style>
a { background-color: #2AA02E; }
a { background-color: rgb(42,160,46); }
div.DivClassName
{
background-color: #2AA02E;
}
.BgClassName
{
background-color: #2AA02E;
}
</style>
border-color css
<style>
span { border-color: #2AA02E; }
span { border-color: rgb(42,160,46); }
td.TdClassName
{
border-color: #2AA02E;
}
.TagClassName
{
border-color: #2AA02E;
}
</style>