Shades of Forest Green #2E9810
Tints of Forest Green #2E9810
RGB
CMYK
RGB Variations
Color information
#2E9810 (or 0x2E9810) is known color: Forest Green. HEX triplet: 2E, 98 and 10. RGB value is (46,152,16). Sum of RGB (Red+Green+Blue) = 46+152+16=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 152 (59.77% from 255 or 71.03% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 152 - color contains mainly: green. Hex color #2E9810 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9810 is #D167EF. Grayscale: #696969. Windows color (decimal): -13723632 or 1087534. OLE color: 1087534.
HSL color Cylindrical-coordinate representation of color #2E9810: hue angle of 106.76º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E9810 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 152 | 16 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.40 |
| HSL | 106.76º | 0.81% | 0.33% | - |
| HSV(B) | 106.76º | 0.89% | 0.6% | - |
| XYZ | 12.45 | 23.07 | 4.29 | - |
| YUV | 104.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 152 | 16 | 0.70 | 0 | 0.89 | 0.40 | 106.76 | 0.81 | 0.33 |
| Hex | 2E | 98 | 10 | 46 | 0 | 59 | 28 | 6B | 51 | 21 |
| Octal | 56 | 230 | 20 | 106 | 0 | 131 | 50 | 153 | 121 | 41 |
| Binary | 101110 | 10011000 | 10000 | 1000110 | 0 | 1011001 | 101000 | 1101011 | 1010001 | 100001 |
Color Harmonies of #2E9810
Complementary color
Monochromatic Colors of #2E9810
Black with #2E9810
Text Example
Text Example
White with #2E9810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9810; }
p { color: rgb(46,152,16); }
H1.HeaderClassName
{
color: #2E9810;
}
.AnyTagClassName
{
color: #2E9810;
}
</style>
background-color css
<style>
a { background-color: #2E9810; }
a { background-color: rgb(46,152,16); }
div.DivClassName
{
background-color: #2E9810;
}
.BgClassName
{
background-color: #2E9810;
}
</style>
border-color css
<style>
span { border-color: #2E9810; }
span { border-color: rgb(46,152,16); }
td.TdClassName
{
border-color: #2E9810;
}
.TagClassName
{
border-color: #2E9810;
}
</style>