Shades of Jungle Green #2EBA87
Tints of Jungle Green #2EBA87
RGB
CMYK
RGB Variations
Color information
#2EBA87 (or 0x2EBA87) is known color: Jungle Green. HEX triplet: 2E, BA and 87. RGB value is (46,186,135). Sum of RGB (Red+Green+Blue) = 46+186+135=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA87 is #D14578. Grayscale: #8A8A8A. Windows color (decimal): -13714809 or 8895022. OLE color: 8895022.
HSL color Cylindrical-coordinate representation of color #2EBA87: hue angle of 158.14º 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 #2EBA87 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 135 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.27 |
| HSL | 158.14º | 0.6% | 0.45% | - |
| HSV(B) | 158.14º | 0.75% | 0.73% | - |
| XYZ | 23.06 | 37.45 | 28.93 | - |
| YUV | 138.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 135 | 0.75 | 0 | 0.27 | 0.27 | 158.14 | 0.6 | 0.45 |
| Hex | 2E | BA | 87 | 4B | 0 | 1B | 1B | 9E | 3C | 2D |
| Octal | 56 | 272 | 207 | 113 | 0 | 33 | 33 | 236 | 74 | 55 |
| Binary | 101110 | 10111010 | 10000111 | 1001011 | 0 | 11011 | 11011 | 10011110 | 111100 | 101101 |
Color Harmonies of #2EBA87
Complementary color
Monochromatic Colors of #2EBA87
Black with #2EBA87
Text Example
Text Example
White with #2EBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA87; }
p { color: rgb(46,186,135); }
H1.HeaderClassName
{
color: #2EBA87;
}
.AnyTagClassName
{
color: #2EBA87;
}
</style>
background-color css
<style>
a { background-color: #2EBA87; }
a { background-color: rgb(46,186,135); }
div.DivClassName
{
background-color: #2EBA87;
}
.BgClassName
{
background-color: #2EBA87;
}
</style>
border-color css
<style>
span { border-color: #2EBA87; }
span { border-color: rgb(46,186,135); }
td.TdClassName
{
border-color: #2EBA87;
}
.TagClassName
{
border-color: #2EBA87;
}
</style>