Shades of Jungle Green #2EB888
Tints of Jungle Green #2EB888
RGB
CMYK
RGB Variations
Color information
#2EB888 (or 0x2EB888) is known color: Jungle Green. HEX triplet: 2E, B8 and 88. RGB value is (46,184,136). Sum of RGB (Red+Green+Blue) = 46+184+136=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB888 is #D14777. Grayscale: #898989. Windows color (decimal): -13715320 or 8960046. OLE color: 8960046.
HSL color Cylindrical-coordinate representation of color #2EB888: hue angle of 159.13º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB888 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 136 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.28 |
| HSL | 159.13º | 0.6% | 0.45% | - |
| HSV(B) | 159.13º | 0.75% | 0.72% | - |
| XYZ | 22.71 | 36.64 | 29.17 | - |
| YUV | 137.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 136 | 0.75 | 0 | 0.26 | 0.28 | 159.13 | 0.6 | 0.45 |
| Hex | 2E | B8 | 88 | 4B | 0 | 1A | 1C | 9F | 3C | 2D |
| Octal | 56 | 270 | 210 | 113 | 0 | 32 | 34 | 237 | 74 | 55 |
| Binary | 101110 | 10111000 | 10001000 | 1001011 | 0 | 11010 | 11100 | 10011111 | 111100 | 101101 |
Color Harmonies of #2EB888
Complementary color
Monochromatic Colors of #2EB888
Black with #2EB888
Text Example
Text Example
White with #2EB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB888; }
p { color: rgb(46,184,136); }
H1.HeaderClassName
{
color: #2EB888;
}
.AnyTagClassName
{
color: #2EB888;
}
</style>
background-color css
<style>
a { background-color: #2EB888; }
a { background-color: rgb(46,184,136); }
div.DivClassName
{
background-color: #2EB888;
}
.BgClassName
{
background-color: #2EB888;
}
</style>
border-color css
<style>
span { border-color: #2EB888; }
span { border-color: rgb(46,184,136); }
td.TdClassName
{
border-color: #2EB888;
}
.TagClassName
{
border-color: #2EB888;
}
</style>