Shades of Jungle Green #2EBA8B
Tints of Jungle Green #2EBA8B
RGB
CMYK
RGB Variations
Color information
#2EBA8B (or 0x2EBA8B) is known color: Jungle Green. HEX triplet: 2E, BA and 8B. RGB value is (46,186,139). Sum of RGB (Red+Green+Blue) = 46+186+139=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA8B is #D14574. Grayscale: #8A8A8A. Windows color (decimal): -13714805 or 9157166. OLE color: 9157166.
HSL color Cylindrical-coordinate representation of color #2EBA8B: hue angle of 159.86º 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 #2EBA8B is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 139 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.27 |
| HSL | 159.86º | 0.6% | 0.45% | - |
| HSV(B) | 159.86º | 0.75% | 0.73% | - |
| XYZ | 23.35 | 37.56 | 30.45 | - |
| YUV | 138.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 139 | 0.75 | 0 | 0.25 | 0.27 | 159.86 | 0.6 | 0.45 |
| Hex | 2E | BA | 8B | 4B | 0 | 19 | 1B | A0 | 3C | 2D |
| Octal | 56 | 272 | 213 | 113 | 0 | 31 | 33 | 240 | 74 | 55 |
| Binary | 101110 | 10111010 | 10001011 | 1001011 | 0 | 11001 | 11011 | 10100000 | 111100 | 101101 |
Color Harmonies of #2EBA8B
Complementary color
Monochromatic Colors of #2EBA8B
Black with #2EBA8B
Text Example
Text Example
White with #2EBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA8B; }
p { color: rgb(46,186,139); }
H1.HeaderClassName
{
color: #2EBA8B;
}
.AnyTagClassName
{
color: #2EBA8B;
}
</style>
background-color css
<style>
a { background-color: #2EBA8B; }
a { background-color: rgb(46,186,139); }
div.DivClassName
{
background-color: #2EBA8B;
}
.BgClassName
{
background-color: #2EBA8B;
}
</style>
border-color css
<style>
span { border-color: #2EBA8B; }
span { border-color: rgb(46,186,139); }
td.TdClassName
{
border-color: #2EBA8B;
}
.TagClassName
{
border-color: #2EBA8B;
}
</style>