Shades of Forest Green #2EA02E
Tints of Forest Green #2EA02E
RGB
CMYK
RGB Variations
Color information
#2EA02E (or 0x2EA02E) is known color: Forest Green. HEX triplet: 2E, A0 and 2E. RGB value is (46,160,46). Sum of RGB (Red+Green+Blue) = 46+160+46=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA02E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA02E is #D15FD1. Grayscale: #717171. Windows color (decimal): -13721554 or 3055662. OLE color: 3055662.
HSL color Cylindrical-coordinate representation of color #2EA02E: hue angle of 120º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA02E is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 46 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.37 |
| HSL | 120º | 0.55% | 0.4% | - |
| HSV(B) | 120º | 0.71% | 0.63% | - |
| XYZ | 14.19 | 25.92 | 6.84 | - |
| YUV | 112.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 46 | 0.71 | 0 | 0.71 | 0.37 | 120 | 0.55 | 0.4 |
| Hex | 2E | A0 | 2E | 47 | 0 | 47 | 25 | 78 | 37 | 28 |
| Octal | 56 | 240 | 56 | 107 | 0 | 107 | 45 | 170 | 67 | 50 |
| Binary | 101110 | 10100000 | 101110 | 1000111 | 0 | 1000111 | 100101 | 1111000 | 110111 | 101000 |
Color Harmonies of #2EA02E
Complementary color
Monochromatic Colors of #2EA02E
Black with #2EA02E
Text Example
Text Example
White with #2EA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA02E; }
p { color: rgb(46,160,46); }
H1.HeaderClassName
{
color: #2EA02E;
}
.AnyTagClassName
{
color: #2EA02E;
}
</style>
background-color css
<style>
a { background-color: #2EA02E; }
a { background-color: rgb(46,160,46); }
div.DivClassName
{
background-color: #2EA02E;
}
.BgClassName
{
background-color: #2EA02E;
}
</style>
border-color css
<style>
span { border-color: #2EA02E; }
span { border-color: rgb(46,160,46); }
td.TdClassName
{
border-color: #2EA02E;
}
.TagClassName
{
border-color: #2EA02E;
}
</style>