Shades of Jungle Green #2EB986
Tints of Jungle Green #2EB986
RGB
CMYK
RGB Variations
Color information
#2EB986 (or 0x2EB986) is known color: Jungle Green. HEX triplet: 2E, B9 and 86. RGB value is (46,185,134). Sum of RGB (Red+Green+Blue) = 46+185+134=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB986 is #D14679. Grayscale: #898989. Windows color (decimal): -13715066 or 8829230. OLE color: 8829230.
HSL color Cylindrical-coordinate representation of color #2EB986: hue angle of 157.99º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB986 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 134 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.27 |
| HSL | 157.99º | 0.6% | 0.45% | - |
| HSV(B) | 157.99º | 0.75% | 0.73% | - |
| XYZ | 22.78 | 37 | 28.5 | - |
| YUV | 137.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 134 | 0.75 | 0 | 0.28 | 0.27 | 157.99 | 0.6 | 0.45 |
| Hex | 2E | B9 | 86 | 4B | 0 | 1C | 1B | 9E | 3C | 2D |
| Octal | 56 | 271 | 206 | 113 | 0 | 34 | 33 | 236 | 74 | 55 |
| Binary | 101110 | 10111001 | 10000110 | 1001011 | 0 | 11100 | 11011 | 10011110 | 111100 | 101101 |
Color Harmonies of #2EB986
Complementary color
Monochromatic Colors of #2EB986
Black with #2EB986
Text Example
Text Example
White with #2EB986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB986; }
p { color: rgb(46,185,134); }
H1.HeaderClassName
{
color: #2EB986;
}
.AnyTagClassName
{
color: #2EB986;
}
</style>
background-color css
<style>
a { background-color: #2EB986; }
a { background-color: rgb(46,185,134); }
div.DivClassName
{
background-color: #2EB986;
}
.BgClassName
{
background-color: #2EB986;
}
</style>
border-color css
<style>
span { border-color: #2EB986; }
span { border-color: rgb(46,185,134); }
td.TdClassName
{
border-color: #2EB986;
}
.TagClassName
{
border-color: #2EB986;
}
</style>