Shades of Jungle Green #2EB789
Tints of Jungle Green #2EB789
RGB
CMYK
RGB Variations
Color information
#2EB789 (or 0x2EB789) is known color: Jungle Green. HEX triplet: 2E, B7 and 89. RGB value is (46,183,137). Sum of RGB (Red+Green+Blue) = 46+183+137=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB789 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB789 is #D14876. Grayscale: #888888. Windows color (decimal): -13715575 or 9025326. OLE color: 9025326.
HSL color Cylindrical-coordinate representation of color #2EB789: hue angle of 159.85º 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 #2EB789 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 137 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.28 |
| HSL | 159.85º | 0.6% | 0.45% | - |
| HSV(B) | 159.85º | 0.75% | 0.72% | - |
| XYZ | 22.58 | 36.25 | 29.47 | - |
| YUV | 136.79 | 128.11 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 137 | 0.75 | 0 | 0.25 | 0.28 | 159.85 | 0.6 | 0.45 |
| Hex | 2E | B7 | 89 | 4B | 0 | 19 | 1C | A0 | 3C | 2D |
| Octal | 56 | 267 | 211 | 113 | 0 | 31 | 34 | 240 | 74 | 55 |
| Binary | 101110 | 10110111 | 10001001 | 1001011 | 0 | 11001 | 11100 | 10100000 | 111100 | 101101 |
Color Harmonies of #2EB789
Complementary color
Monochromatic Colors of #2EB789
Black with #2EB789
Text Example
Text Example
White with #2EB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB789; }
p { color: rgb(46,183,137); }
H1.HeaderClassName
{
color: #2EB789;
}
.AnyTagClassName
{
color: #2EB789;
}
</style>
background-color css
<style>
a { background-color: #2EB789; }
a { background-color: rgb(46,183,137); }
div.DivClassName
{
background-color: #2EB789;
}
.BgClassName
{
background-color: #2EB789;
}
</style>
border-color css
<style>
span { border-color: #2EB789; }
span { border-color: rgb(46,183,137); }
td.TdClassName
{
border-color: #2EB789;
}
.TagClassName
{
border-color: #2EB789;
}
</style>