Shades of Forest Green #2EAC21
Tints of Forest Green #2EAC21
RGB
CMYK
RGB Variations
Color information
#2EAC21 (or 0x2EAC21) is known color: Forest Green. HEX triplet: 2E, AC and 21. RGB value is (46,172,33). Sum of RGB (Red+Green+Blue) = 46+172+33=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 172 (67.58% from 255 or 68.53% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC21 is #D153DE. Grayscale: #767676. Windows color (decimal): -13718495 or 2206766. OLE color: 2206766.
HSL color Cylindrical-coordinate representation of color #2EAC21: hue angle of 114.39º degrees, saturation: 0.68, 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 #2EAC21 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 33 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.33 |
| HSL | 114.39º | 0.68% | 0.4% | - |
| HSV(B) | 114.39º | 0.81% | 0.67% | - |
| XYZ | 16.15 | 30.2 | 6.42 | - |
| YUV | 118.48 | 79.76 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 33 | 0.73 | 0 | 0.81 | 0.33 | 114.39 | 0.68 | 0.4 |
| Hex | 2E | AC | 21 | 49 | 0 | 51 | 21 | 72 | 44 | 28 |
| Octal | 56 | 254 | 41 | 111 | 0 | 121 | 41 | 162 | 104 | 50 |
| Binary | 101110 | 10101100 | 100001 | 1001001 | 0 | 1010001 | 100001 | 1110010 | 1000100 | 101000 |
Color Harmonies of #2EAC21
Complementary color
Monochromatic Colors of #2EAC21
Black with #2EAC21
Text Example
Text Example
White with #2EAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC21; }
p { color: rgb(46,172,33); }
H1.HeaderClassName
{
color: #2EAC21;
}
.AnyTagClassName
{
color: #2EAC21;
}
</style>
background-color css
<style>
a { background-color: #2EAC21; }
a { background-color: rgb(46,172,33); }
div.DivClassName
{
background-color: #2EAC21;
}
.BgClassName
{
background-color: #2EAC21;
}
</style>
border-color css
<style>
span { border-color: #2EAC21; }
span { border-color: rgb(46,172,33); }
td.TdClassName
{
border-color: #2EAC21;
}
.TagClassName
{
border-color: #2EAC21;
}
</style>