Shades of Forest Green #2EA613
Tints of Forest Green #2EA613
RGB
CMYK
RGB Variations
Color information
#2EA613 (or 0x2EA613) is known color: Forest Green. HEX triplet: 2E, A6 and 13. RGB value is (46,166,19). Sum of RGB (Red+Green+Blue) = 46+166+19=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 166 (65.23% from 255 or 71.86% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA613 is #D159EC. Grayscale: #717171. Windows color (decimal): -13720045 or 1287726. OLE color: 1287726.
HSL color Cylindrical-coordinate representation of color #2EA613: hue angle of 108.98º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EA613 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 166 | 19 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.35 |
| HSL | 108.98º | 0.79% | 0.36% | - |
| HSV(B) | 108.98º | 0.89% | 0.65% | - |
| XYZ | 14.88 | 27.9 | 5.22 | - |
| YUV | 113.36 | 74.74 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 166 | 19 | 0.72 | 0 | 0.89 | 0.35 | 108.98 | 0.79 | 0.36 |
| Hex | 2E | A6 | 13 | 48 | 0 | 59 | 23 | 6D | 4F | 24 |
| Octal | 56 | 246 | 23 | 110 | 0 | 131 | 43 | 155 | 117 | 44 |
| Binary | 101110 | 10100110 | 10011 | 1001000 | 0 | 1011001 | 100011 | 1101101 | 1001111 | 100100 |
Color Harmonies of #2EA613
Complementary color
Monochromatic Colors of #2EA613
Black with #2EA613
Text Example
Text Example
White with #2EA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA613; }
p { color: rgb(46,166,19); }
H1.HeaderClassName
{
color: #2EA613;
}
.AnyTagClassName
{
color: #2EA613;
}
</style>
background-color css
<style>
a { background-color: #2EA613; }
a { background-color: rgb(46,166,19); }
div.DivClassName
{
background-color: #2EA613;
}
.BgClassName
{
background-color: #2EA613;
}
</style>
border-color css
<style>
span { border-color: #2EA613; }
span { border-color: rgb(46,166,19); }
td.TdClassName
{
border-color: #2EA613;
}
.TagClassName
{
border-color: #2EA613;
}
</style>