Shades of Forest Green #2EA024
Tints of Forest Green #2EA024
RGB
CMYK
RGB Variations
Color information
#2EA024 (or 0x2EA024) is known color: Forest Green. HEX triplet: 2E, A0 and 24. RGB value is (46,160,36). Sum of RGB (Red+Green+Blue) = 46+160+36=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA024 is #D15FDB. Grayscale: #707070. Windows color (decimal): -13721564 or 2400302. OLE color: 2400302.
HSL color Cylindrical-coordinate representation of color #2EA024: hue angle of 115.16º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA024 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 36 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.37 |
| HSL | 115.16º | 0.63% | 0.38% | - |
| HSV(B) | 115.16º | 0.78% | 0.63% | - |
| XYZ | 14.02 | 25.85 | 5.92 | - |
| YUV | 111.78 | 85.23 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 36 | 0.71 | 0 | 0.78 | 0.37 | 115.16 | 0.63 | 0.38 |
| Hex | 2E | A0 | 24 | 47 | 0 | 4E | 25 | 73 | 3F | 26 |
| Octal | 56 | 240 | 44 | 107 | 0 | 116 | 45 | 163 | 77 | 46 |
| Binary | 101110 | 10100000 | 100100 | 1000111 | 0 | 1001110 | 100101 | 1110011 | 111111 | 100110 |
Color Harmonies of #2EA024
Complementary color
Monochromatic Colors of #2EA024
Black with #2EA024
Text Example
Text Example
White with #2EA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA024; }
p { color: rgb(46,160,36); }
H1.HeaderClassName
{
color: #2EA024;
}
.AnyTagClassName
{
color: #2EA024;
}
</style>
background-color css
<style>
a { background-color: #2EA024; }
a { background-color: rgb(46,160,36); }
div.DivClassName
{
background-color: #2EA024;
}
.BgClassName
{
background-color: #2EA024;
}
</style>
border-color css
<style>
span { border-color: #2EA024; }
span { border-color: rgb(46,160,36); }
td.TdClassName
{
border-color: #2EA024;
}
.TagClassName
{
border-color: #2EA024;
}
</style>