Shades of Forest Green #2EA027
Tints of Forest Green #2EA027
RGB
CMYK
RGB Variations
Color information
#2EA027 (or 0x2EA027) is known color: Forest Green. HEX triplet: 2E, A0 and 27. RGB value is (46,160,39). Sum of RGB (Red+Green+Blue) = 46+160+39=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA027 is #D15FD8. Grayscale: #707070. Windows color (decimal): -13721561 or 2596910. OLE color: 2596910.
HSL color Cylindrical-coordinate representation of color #2EA027: hue angle of 116.53º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA027 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 39 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.37 |
| HSL | 116.53º | 0.61% | 0.39% | - |
| HSV(B) | 116.53º | 0.76% | 0.63% | - |
| XYZ | 14.06 | 25.87 | 6.17 | - |
| YUV | 112.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 39 | 0.71 | 0 | 0.76 | 0.37 | 116.53 | 0.61 | 0.39 |
| Hex | 2E | A0 | 27 | 47 | 0 | 4C | 25 | 75 | 3D | 27 |
| Octal | 56 | 240 | 47 | 107 | 0 | 114 | 45 | 165 | 75 | 47 |
| Binary | 101110 | 10100000 | 100111 | 1000111 | 0 | 1001100 | 100101 | 1110101 | 111101 | 100111 |
Color Harmonies of #2EA027
Complementary color
Monochromatic Colors of #2EA027
Black with #2EA027
Text Example
Text Example
White with #2EA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA027; }
p { color: rgb(46,160,39); }
H1.HeaderClassName
{
color: #2EA027;
}
.AnyTagClassName
{
color: #2EA027;
}
</style>
background-color css
<style>
a { background-color: #2EA027; }
a { background-color: rgb(46,160,39); }
div.DivClassName
{
background-color: #2EA027;
}
.BgClassName
{
background-color: #2EA027;
}
</style>
border-color css
<style>
span { border-color: #2EA027; }
span { border-color: rgb(46,160,39); }
td.TdClassName
{
border-color: #2EA027;
}
.TagClassName
{
border-color: #2EA027;
}
</style>