Shades of Jungle Green #2EBA88
Tints of Jungle Green #2EBA88
RGB
CMYK
RGB Variations
Color information
#2EBA88 (or 0x2EBA88) is known color: Jungle Green. HEX triplet: 2E, BA and 88. RGB value is (46,186,136). Sum of RGB (Red+Green+Blue) = 46+186+136=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA88 is #D14577. Grayscale: #8A8A8A. Windows color (decimal): -13714808 or 8960558. OLE color: 8960558.
HSL color Cylindrical-coordinate representation of color #2EBA88: hue angle of 158.57º 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 #2EBA88 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 136 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.27 |
| HSL | 158.57º | 0.6% | 0.45% | - |
| HSV(B) | 158.57º | 0.75% | 0.73% | - |
| XYZ | 23.13 | 37.48 | 29.31 | - |
| YUV | 138.44 | 126.62 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 136 | 0.75 | 0 | 0.27 | 0.27 | 158.57 | 0.6 | 0.45 |
| Hex | 2E | BA | 88 | 4B | 0 | 1B | 1B | 9F | 3C | 2D |
| Octal | 56 | 272 | 210 | 113 | 0 | 33 | 33 | 237 | 74 | 55 |
| Binary | 101110 | 10111010 | 10001000 | 1001011 | 0 | 11011 | 11011 | 10011111 | 111100 | 101101 |
Color Harmonies of #2EBA88
Complementary color
Monochromatic Colors of #2EBA88
Black with #2EBA88
Text Example
Text Example
White with #2EBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA88; }
p { color: rgb(46,186,136); }
H1.HeaderClassName
{
color: #2EBA88;
}
.AnyTagClassName
{
color: #2EBA88;
}
</style>
background-color css
<style>
a { background-color: #2EBA88; }
a { background-color: rgb(46,186,136); }
div.DivClassName
{
background-color: #2EBA88;
}
.BgClassName
{
background-color: #2EBA88;
}
</style>
border-color css
<style>
span { border-color: #2EBA88; }
span { border-color: rgb(46,186,136); }
td.TdClassName
{
border-color: #2EBA88;
}
.TagClassName
{
border-color: #2EBA88;
}
</style>