Shades of Jungle Green #2EBC89
Tints of Jungle Green #2EBC89
RGB
CMYK
RGB Variations
Color information
#2EBC89 (or 0x2EBC89) is known color: Jungle Green. HEX triplet: 2E, BC and 89. RGB value is (46,188,137). Sum of RGB (Red+Green+Blue) = 46+188+137=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC89 is #D14376. Grayscale: #8B8B8B. Windows color (decimal): -13714295 or 9026606. OLE color: 9026606.
HSL color Cylindrical-coordinate representation of color #2EBC89: hue angle of 158.45º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC89 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 137 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.26 |
| HSL | 158.45º | 0.61% | 0.46% | - |
| HSV(B) | 158.45º | 0.76% | 0.74% | - |
| XYZ | 23.63 | 38.35 | 29.82 | - |
| YUV | 139.73 | 126.46 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 137 | 0.76 | 0 | 0.27 | 0.26 | 158.45 | 0.61 | 0.46 |
| Hex | 2E | BC | 89 | 4C | 0 | 1B | 1A | 9E | 3D | 2E |
| Octal | 56 | 274 | 211 | 114 | 0 | 33 | 32 | 236 | 75 | 56 |
| Binary | 101110 | 10111100 | 10001001 | 1001100 | 0 | 11011 | 11010 | 10011110 | 111101 | 101110 |
Color Harmonies of #2EBC89
Complementary color
Monochromatic Colors of #2EBC89
Black with #2EBC89
Text Example
Text Example
White with #2EBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC89; }
p { color: rgb(46,188,137); }
H1.HeaderClassName
{
color: #2EBC89;
}
.AnyTagClassName
{
color: #2EBC89;
}
</style>
background-color css
<style>
a { background-color: #2EBC89; }
a { background-color: rgb(46,188,137); }
div.DivClassName
{
background-color: #2EBC89;
}
.BgClassName
{
background-color: #2EBC89;
}
</style>
border-color css
<style>
span { border-color: #2EBC89; }
span { border-color: rgb(46,188,137); }
td.TdClassName
{
border-color: #2EBC89;
}
.TagClassName
{
border-color: #2EBC89;
}
</style>