Shades of Jungle Green #2EB880
Tints of Jungle Green #2EB880
RGB
CMYK
RGB Variations
Color information
#2EB880 (or 0x2EB880) is known color: Jungle Green. HEX triplet: 2E, B8 and 80. RGB value is (46,184,128). Sum of RGB (Red+Green+Blue) = 46+184+128=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB880 is #D1477F. Grayscale: #888888. Windows color (decimal): -13715328 or 8435758. OLE color: 8435758.
HSL color Cylindrical-coordinate representation of color #2EB880: hue angle of 155.65º 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 #2EB880 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 128 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.28 |
| HSL | 155.65º | 0.6% | 0.45% | - |
| HSV(B) | 155.65º | 0.75% | 0.72% | - |
| XYZ | 22.16 | 36.42 | 26.28 | - |
| YUV | 136.35 | 123.28 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 128 | 0.75 | 0 | 0.30 | 0.28 | 155.65 | 0.6 | 0.45 |
| Hex | 2E | B8 | 80 | 4B | 0 | 1E | 1C | 9C | 3C | 2D |
| Octal | 56 | 270 | 200 | 113 | 0 | 36 | 34 | 234 | 74 | 55 |
| Binary | 101110 | 10111000 | 10000000 | 1001011 | 0 | 11110 | 11100 | 10011100 | 111100 | 101101 |
Color Harmonies of #2EB880
Complementary color
Monochromatic Colors of #2EB880
Black with #2EB880
Text Example
Text Example
White with #2EB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB880; }
p { color: rgb(46,184,128); }
H1.HeaderClassName
{
color: #2EB880;
}
.AnyTagClassName
{
color: #2EB880;
}
</style>
background-color css
<style>
a { background-color: #2EB880; }
a { background-color: rgb(46,184,128); }
div.DivClassName
{
background-color: #2EB880;
}
.BgClassName
{
background-color: #2EB880;
}
</style>
border-color css
<style>
span { border-color: #2EB880; }
span { border-color: rgb(46,184,128); }
td.TdClassName
{
border-color: #2EB880;
}
.TagClassName
{
border-color: #2EB880;
}
</style>