Shades of Forest Green #2EAB27
Tints of Forest Green #2EAB27
RGB
CMYK
RGB Variations
Color information
#2EAB27 (or 0x2EAB27) is known color: Forest Green. HEX triplet: 2E, AB and 27. RGB value is (46,171,39). Sum of RGB (Red+Green+Blue) = 46+171+39=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB27 is #D154D8. Grayscale: #767676. Windows color (decimal): -13718745 or 2599726. OLE color: 2599726.
HSL color Cylindrical-coordinate representation of color #2EAB27: hue angle of 116.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EAB27 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 39 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.33 |
| HSL | 116.82º | 0.63% | 0.41% | - |
| HSV(B) | 116.82º | 0.77% | 0.67% | - |
| XYZ | 16.06 | 29.85 | 6.84 | - |
| YUV | 118.58 | 83.09 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 39 | 0.73 | 0 | 0.77 | 0.33 | 116.82 | 0.63 | 0.41 |
| Hex | 2E | AB | 27 | 49 | 0 | 4D | 21 | 75 | 3F | 29 |
| Octal | 56 | 253 | 47 | 111 | 0 | 115 | 41 | 165 | 77 | 51 |
| Binary | 101110 | 10101011 | 100111 | 1001001 | 0 | 1001101 | 100001 | 1110101 | 111111 | 101001 |
Color Harmonies of #2EAB27
Complementary color
Monochromatic Colors of #2EAB27
Black with #2EAB27
Text Example
Text Example
White with #2EAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB27; }
p { color: rgb(46,171,39); }
H1.HeaderClassName
{
color: #2EAB27;
}
.AnyTagClassName
{
color: #2EAB27;
}
</style>
background-color css
<style>
a { background-color: #2EAB27; }
a { background-color: rgb(46,171,39); }
div.DivClassName
{
background-color: #2EAB27;
}
.BgClassName
{
background-color: #2EAB27;
}
</style>
border-color css
<style>
span { border-color: #2EAB27; }
span { border-color: rgb(46,171,39); }
td.TdClassName
{
border-color: #2EAB27;
}
.TagClassName
{
border-color: #2EAB27;
}
</style>