Shades of Forest Green #2EA10D
Tints of Forest Green #2EA10D
RGB
CMYK
RGB Variations
Color information
#2EA10D (or 0x2EA10D) is known color: Forest Green. HEX triplet: 2E, A1 and 0D. RGB value is (46,161,13). Sum of RGB (Red+Green+Blue) = 46+161+13=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 161 (63.28% from 255 or 73.18% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA10D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA10D is #D15EF2. Grayscale: #6E6E6E. Windows color (decimal): -13721331 or 893230. OLE color: 893230.
HSL color Cylindrical-coordinate representation of color #2EA10D: hue angle of 106.62º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EA10D is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 161 | 13 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.37 |
| HSL | 106.62º | 0.85% | 0.34% | - |
| HSV(B) | 106.62º | 0.92% | 0.63% | - |
| XYZ | 13.94 | 26.1 | 4.68 | - |
| YUV | 109.74 | 73.4 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 13 | 0.71 | 0 | 0.92 | 0.37 | 106.62 | 0.85 | 0.34 |
| Hex | 2E | A1 | D | 47 | 0 | 5C | 25 | 6B | 55 | 22 |
| Octal | 56 | 241 | 15 | 107 | 0 | 134 | 45 | 153 | 125 | 42 |
| Binary | 101110 | 10100001 | 1101 | 1000111 | 0 | 1011100 | 100101 | 1101011 | 1010101 | 100010 |
Color Harmonies of #2EA10D
Complementary color
Monochromatic Colors of #2EA10D
Black with #2EA10D
Text Example
Text Example
White with #2EA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA10D; }
p { color: rgb(46,161,13); }
H1.HeaderClassName
{
color: #2EA10D;
}
.AnyTagClassName
{
color: #2EA10D;
}
</style>
background-color css
<style>
a { background-color: #2EA10D; }
a { background-color: rgb(46,161,13); }
div.DivClassName
{
background-color: #2EA10D;
}
.BgClassName
{
background-color: #2EA10D;
}
</style>
border-color css
<style>
span { border-color: #2EA10D; }
span { border-color: rgb(46,161,13); }
td.TdClassName
{
border-color: #2EA10D;
}
.TagClassName
{
border-color: #2EA10D;
}
</style>