Shades of Forest Green #2EA008
Tints of Forest Green #2EA008
RGB
CMYK
RGB Variations
Color information
#2EA008 (or 0x2EA008) is known color: Forest Green. HEX triplet: 2E, A0 and 08. RGB value is (46,160,8). Sum of RGB (Red+Green+Blue) = 46+160+8=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA008 is #D15FF7. Grayscale: #6D6D6D. Windows color (decimal): -13721592 or 565294. OLE color: 565294.
HSL color Cylindrical-coordinate representation of color #2EA008: hue angle of 105º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EA008 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 8 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.37 |
| HSL | 105º | 0.9% | 0.33% | - |
| HSV(B) | 105º | 0.95% | 0.63% | - |
| XYZ | 13.74 | 25.74 | 4.47 | - |
| YUV | 108.59 | 71.23 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 8 | 0.71 | 0 | 0.95 | 0.37 | 105 | 0.9 | 0.33 |
| Hex | 2E | A0 | 8 | 47 | 0 | 5F | 25 | 69 | 5A | 21 |
| Octal | 56 | 240 | 10 | 107 | 0 | 137 | 45 | 151 | 132 | 41 |
| Binary | 101110 | 10100000 | 1000 | 1000111 | 0 | 1011111 | 100101 | 1101001 | 1011010 | 100001 |
Color Harmonies of #2EA008
Complementary color
Monochromatic Colors of #2EA008
Black with #2EA008
Text Example
Text Example
White with #2EA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA008; }
p { color: rgb(46,160,8); }
H1.HeaderClassName
{
color: #2EA008;
}
.AnyTagClassName
{
color: #2EA008;
}
</style>
background-color css
<style>
a { background-color: #2EA008; }
a { background-color: rgb(46,160,8); }
div.DivClassName
{
background-color: #2EA008;
}
.BgClassName
{
background-color: #2EA008;
}
</style>
border-color css
<style>
span { border-color: #2EA008; }
span { border-color: rgb(46,160,8); }
td.TdClassName
{
border-color: #2EA008;
}
.TagClassName
{
border-color: #2EA008;
}
</style>