Shades of Forest Green #2EAB1A
Tints of Forest Green #2EAB1A
RGB
CMYK
RGB Variations
Color information
#2EAB1A (or 0x2EAB1A) is known color: Forest Green. HEX triplet: 2E, AB and 1A. RGB value is (46,171,26). Sum of RGB (Red+Green+Blue) = 46+171+26=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB1A is #D154E5. Grayscale: #757575. Windows color (decimal): -13718758 or 1747758. OLE color: 1747758.
HSL color Cylindrical-coordinate representation of color #2EAB1A: hue angle of 111.72º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EAB1A is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 26 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.33 |
| HSL | 111.72º | 0.74% | 0.39% | - |
| HSV(B) | 111.72º | 0.85% | 0.67% | - |
| XYZ | 15.88 | 29.78 | 5.89 | - |
| YUV | 117.1 | 76.59 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 26 | 0.73 | 0 | 0.85 | 0.33 | 111.72 | 0.74 | 0.39 |
| Hex | 2E | AB | 1A | 49 | 0 | 55 | 21 | 70 | 4A | 27 |
| Octal | 56 | 253 | 32 | 111 | 0 | 125 | 41 | 160 | 112 | 47 |
| Binary | 101110 | 10101011 | 11010 | 1001001 | 0 | 1010101 | 100001 | 1110000 | 1001010 | 100111 |
Color Harmonies of #2EAB1A
Complementary color
Monochromatic Colors of #2EAB1A
Black with #2EAB1A
Text Example
Text Example
White with #2EAB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB1A; }
p { color: rgb(46,171,26); }
H1.HeaderClassName
{
color: #2EAB1A;
}
.AnyTagClassName
{
color: #2EAB1A;
}
</style>
background-color css
<style>
a { background-color: #2EAB1A; }
a { background-color: rgb(46,171,26); }
div.DivClassName
{
background-color: #2EAB1A;
}
.BgClassName
{
background-color: #2EAB1A;
}
</style>
border-color css
<style>
span { border-color: #2EAB1A; }
span { border-color: rgb(46,171,26); }
td.TdClassName
{
border-color: #2EAB1A;
}
.TagClassName
{
border-color: #2EAB1A;
}
</style>