Shades of Forest Green #2EA036
Tints of Forest Green #2EA036
RGB
CMYK
RGB Variations
Color information
#2EA036 (or 0x2EA036) is known color: Forest Green. HEX triplet: 2E, A0 and 36. RGB value is (46,160,54). Sum of RGB (Red+Green+Blue) = 46+160+54=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA036 is #D15FC9. Grayscale: #727272. Windows color (decimal): -13721546 or 3579950. OLE color: 3579950.
HSL color Cylindrical-coordinate representation of color #2EA036: hue angle of 124.21º 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 #2EA036 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 54 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.37 |
| HSL | 124.21º | 0.55% | 0.4% | - |
| HSV(B) | 124.21º | 0.71% | 0.63% | - |
| XYZ | 14.36 | 25.99 | 7.75 | - |
| YUV | 113.83 | 94.23 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 54 | 0.71 | 0 | 0.66 | 0.37 | 124.21 | 0.55 | 0.4 |
| Hex | 2E | A0 | 36 | 47 | 0 | 42 | 25 | 7C | 37 | 28 |
| Octal | 56 | 240 | 66 | 107 | 0 | 102 | 45 | 174 | 67 | 50 |
| Binary | 101110 | 10100000 | 110110 | 1000111 | 0 | 1000010 | 100101 | 1111100 | 110111 | 101000 |
Color Harmonies of #2EA036
Complementary color
Monochromatic Colors of #2EA036
Black with #2EA036
Text Example
Text Example
White with #2EA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA036; }
p { color: rgb(46,160,54); }
H1.HeaderClassName
{
color: #2EA036;
}
.AnyTagClassName
{
color: #2EA036;
}
</style>
background-color css
<style>
a { background-color: #2EA036; }
a { background-color: rgb(46,160,54); }
div.DivClassName
{
background-color: #2EA036;
}
.BgClassName
{
background-color: #2EA036;
}
</style>
border-color css
<style>
span { border-color: #2EA036; }
span { border-color: rgb(46,160,54); }
td.TdClassName
{
border-color: #2EA036;
}
.TagClassName
{
border-color: #2EA036;
}
</style>