Shades of Forest Green #2EA21A
Tints of Forest Green #2EA21A
RGB
CMYK
RGB Variations
Color information
#2EA21A (or 0x2EA21A) is known color: Forest Green. HEX triplet: 2E, A2 and 1A. RGB value is (46,162,26). Sum of RGB (Red+Green+Blue) = 46+162+26=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA21A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA21A is #D15DE5. Grayscale: #707070. Windows color (decimal): -13721062 or 1745454. OLE color: 1745454.
HSL color Cylindrical-coordinate representation of color #2EA21A: hue angle of 111.18º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EA21A is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 162 | 26 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.36 |
| HSL | 111.18º | 0.72% | 0.37% | - |
| HSV(B) | 111.18º | 0.84% | 0.64% | - |
| XYZ | 14.23 | 26.5 | 5.34 | - |
| YUV | 111.81 | 79.57 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 162 | 26 | 0.72 | 0 | 0.84 | 0.36 | 111.18 | 0.72 | 0.37 |
| Hex | 2E | A2 | 1A | 48 | 0 | 54 | 24 | 6F | 48 | 25 |
| Octal | 56 | 242 | 32 | 110 | 0 | 124 | 44 | 157 | 110 | 45 |
| Binary | 101110 | 10100010 | 11010 | 1001000 | 0 | 1010100 | 100100 | 1101111 | 1001000 | 100101 |
Color Harmonies of #2EA21A
Complementary color
Monochromatic Colors of #2EA21A
Black with #2EA21A
Text Example
Text Example
White with #2EA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA21A; }
p { color: rgb(46,162,26); }
H1.HeaderClassName
{
color: #2EA21A;
}
.AnyTagClassName
{
color: #2EA21A;
}
</style>
background-color css
<style>
a { background-color: #2EA21A; }
a { background-color: rgb(46,162,26); }
div.DivClassName
{
background-color: #2EA21A;
}
.BgClassName
{
background-color: #2EA21A;
}
</style>
border-color css
<style>
span { border-color: #2EA21A; }
span { border-color: rgb(46,162,26); }
td.TdClassName
{
border-color: #2EA21A;
}
.TagClassName
{
border-color: #2EA21A;
}
</style>