Shades of Forest Green #2EAC20
Tints of Forest Green #2EAC20
RGB
CMYK
RGB Variations
Color information
#2EAC20 (or 0x2EAC20) is known color: Forest Green. HEX triplet: 2E, AC and 20. RGB value is (46,172,32). Sum of RGB (Red+Green+Blue) = 46+172+32=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC20 is #D153DF. Grayscale: #767676. Windows color (decimal): -13718496 or 2141230. OLE color: 2141230.
HSL color Cylindrical-coordinate representation of color #2EAC20: hue angle of 114º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EAC20 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 32 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.33 |
| HSL | 114º | 0.69% | 0.4% | - |
| HSV(B) | 114º | 0.81% | 0.67% | - |
| XYZ | 16.14 | 30.19 | 6.34 | - |
| YUV | 118.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 32 | 0.73 | 0 | 0.81 | 0.33 | 114 | 0.69 | 0.4 |
| Hex | 2E | AC | 20 | 49 | 0 | 51 | 21 | 72 | 45 | 28 |
| Octal | 56 | 254 | 40 | 111 | 0 | 121 | 41 | 162 | 105 | 50 |
| Binary | 101110 | 10101100 | 100000 | 1001001 | 0 | 1010001 | 100001 | 1110010 | 1000101 | 101000 |
Color Harmonies of #2EAC20
Complementary color
Monochromatic Colors of #2EAC20
Black with #2EAC20
Text Example
Text Example
White with #2EAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC20; }
p { color: rgb(46,172,32); }
H1.HeaderClassName
{
color: #2EAC20;
}
.AnyTagClassName
{
color: #2EAC20;
}
</style>
background-color css
<style>
a { background-color: #2EAC20; }
a { background-color: rgb(46,172,32); }
div.DivClassName
{
background-color: #2EAC20;
}
.BgClassName
{
background-color: #2EAC20;
}
</style>
border-color css
<style>
span { border-color: #2EAC20; }
span { border-color: rgb(46,172,32); }
td.TdClassName
{
border-color: #2EAC20;
}
.TagClassName
{
border-color: #2EAC20;
}
</style>