Shades of Forest Green #2EA521
Tints of Forest Green #2EA521
RGB
CMYK
RGB Variations
Color information
#2EA521 (or 0x2EA521) is known color: Forest Green. HEX triplet: 2E, A5 and 21. RGB value is (46,165,33). Sum of RGB (Red+Green+Blue) = 46+165+33=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA521 is #D15ADE. Grayscale: #727272. Windows color (decimal): -13720287 or 2204974. OLE color: 2204974.
HSL color Cylindrical-coordinate representation of color #2EA521: hue angle of 114.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EA521 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 165 | 33 | - |
| CMYK | 0.72 | 0 | 0.8 | 0.35 |
| HSL | 114.09º | 0.67% | 0.39% | - |
| HSV(B) | 114.09º | 0.8% | 0.65% | - |
| XYZ | 14.86 | 27.6 | 5.98 | - |
| YUV | 114.37 | 82.08 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 165 | 33 | 0.72 | 0 | 0.8 | 0.35 | 114.09 | 0.67 | 0.39 |
| Hex | 2E | A5 | 21 | 48 | 0 | 50 | 23 | 72 | 43 | 27 |
| Octal | 56 | 245 | 41 | 110 | 0 | 120 | 43 | 162 | 103 | 47 |
| Binary | 101110 | 10100101 | 100001 | 1001000 | 0 | 1010000 | 100011 | 1110010 | 1000011 | 100111 |
Color Harmonies of #2EA521
Complementary color
Monochromatic Colors of #2EA521
Black with #2EA521
Text Example
Text Example
White with #2EA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA521; }
p { color: rgb(46,165,33); }
H1.HeaderClassName
{
color: #2EA521;
}
.AnyTagClassName
{
color: #2EA521;
}
</style>
background-color css
<style>
a { background-color: #2EA521; }
a { background-color: rgb(46,165,33); }
div.DivClassName
{
background-color: #2EA521;
}
.BgClassName
{
background-color: #2EA521;
}
</style>
border-color css
<style>
span { border-color: #2EA521; }
span { border-color: rgb(46,165,33); }
td.TdClassName
{
border-color: #2EA521;
}
.TagClassName
{
border-color: #2EA521;
}
</style>