Shades of Forest Green #2EA827
Tints of Forest Green #2EA827
RGB
CMYK
RGB Variations
Color information
#2EA827 (or 0x2EA827) is known color: Forest Green. HEX triplet: 2E, A8 and 27. RGB value is (46,168,39). Sum of RGB (Red+Green+Blue) = 46+168+39=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 168 (66.02% from 255 or 66.40% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA827 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA827 is #D157D8. Grayscale: #757575. Windows color (decimal): -13719513 or 2598958. OLE color: 2598958.
HSL color Cylindrical-coordinate representation of color #2EA827: hue angle of 116.74º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA827 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 168 | 39 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.34 |
| HSL | 116.74º | 0.62% | 0.41% | - |
| HSV(B) | 116.74º | 0.77% | 0.66% | - |
| XYZ | 15.5 | 28.73 | 6.65 | - |
| YUV | 116.82 | 84.08 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 168 | 39 | 0.73 | 0 | 0.77 | 0.34 | 116.74 | 0.62 | 0.41 |
| Hex | 2E | A8 | 27 | 49 | 0 | 4D | 22 | 75 | 3E | 29 |
| Octal | 56 | 250 | 47 | 111 | 0 | 115 | 42 | 165 | 76 | 51 |
| Binary | 101110 | 10101000 | 100111 | 1001001 | 0 | 1001101 | 100010 | 1110101 | 111110 | 101001 |
Color Harmonies of #2EA827
Complementary color
Monochromatic Colors of #2EA827
Black with #2EA827
Text Example
Text Example
White with #2EA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA827; }
p { color: rgb(46,168,39); }
H1.HeaderClassName
{
color: #2EA827;
}
.AnyTagClassName
{
color: #2EA827;
}
</style>
background-color css
<style>
a { background-color: #2EA827; }
a { background-color: rgb(46,168,39); }
div.DivClassName
{
background-color: #2EA827;
}
.BgClassName
{
background-color: #2EA827;
}
</style>
border-color css
<style>
span { border-color: #2EA827; }
span { border-color: rgb(46,168,39); }
td.TdClassName
{
border-color: #2EA827;
}
.TagClassName
{
border-color: #2EA827;
}
</style>