Shades of Jungle Green #2EA87B
Tints of Jungle Green #2EA87B
RGB
CMYK
RGB Variations
Color information
#2EA87B (or 0x2EA87B) is known color: Jungle Green. HEX triplet: 2E, A8 and 7B. RGB value is (46,168,123). Sum of RGB (Red+Green+Blue) = 46+168+123=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA87B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA87B is #D15784. Grayscale: #7E7E7E. Windows color (decimal): -13719429 or 8103982. OLE color: 8103982.
HSL color Cylindrical-coordinate representation of color #2EA87B: hue angle of 157.87º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA87B is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 168 | 123 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.34 |
| HSL | 157.87º | 0.57% | 0.42% | - |
| HSV(B) | 157.87º | 0.73% | 0.66% | - |
| XYZ | 18.7 | 30.02 | 23.55 | - |
| YUV | 126.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 168 | 123 | 0.73 | 0 | 0.27 | 0.34 | 157.87 | 0.57 | 0.42 |
| Hex | 2E | A8 | 7B | 49 | 0 | 1B | 22 | 9E | 39 | 2A |
| Octal | 56 | 250 | 173 | 111 | 0 | 33 | 42 | 236 | 71 | 52 |
| Binary | 101110 | 10101000 | 1111011 | 1001001 | 0 | 11011 | 100010 | 10011110 | 111001 | 101010 |
Color Harmonies of #2EA87B
Complementary color
Monochromatic Colors of #2EA87B
Black with #2EA87B
Text Example
Text Example
White with #2EA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA87B; }
p { color: rgb(46,168,123); }
H1.HeaderClassName
{
color: #2EA87B;
}
.AnyTagClassName
{
color: #2EA87B;
}
</style>
background-color css
<style>
a { background-color: #2EA87B; }
a { background-color: rgb(46,168,123); }
div.DivClassName
{
background-color: #2EA87B;
}
.BgClassName
{
background-color: #2EA87B;
}
</style>
border-color css
<style>
span { border-color: #2EA87B; }
span { border-color: rgb(46,168,123); }
td.TdClassName
{
border-color: #2EA87B;
}
.TagClassName
{
border-color: #2EA87B;
}
</style>