Shades of Jungle Green #2EB992
Tints of Jungle Green #2EB992
RGB
CMYK
RGB Variations
Color information
#2EB992 (or 0x2EB992) is known color: Jungle Green. HEX triplet: 2E, B9 and 92. RGB value is (46,185,146). Sum of RGB (Red+Green+Blue) = 46+185+146=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB992 is #D1466D. Grayscale: #8B8B8B. Windows color (decimal): -13715054 or 9615662. OLE color: 9615662.
HSL color Cylindrical-coordinate representation of color #2EB992: hue angle of 163.17º 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 #2EB992 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 146 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.27 |
| HSL | 163.17º | 0.6% | 0.45% | - |
| HSV(B) | 163.17º | 0.75% | 0.73% | - |
| XYZ | 23.66 | 37.35 | 33.16 | - |
| YUV | 138.99 | 131.95 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 146 | 0.75 | 0 | 0.21 | 0.27 | 163.17 | 0.6 | 0.45 |
| Hex | 2E | B9 | 92 | 4B | 0 | 15 | 1B | A3 | 3C | 2D |
| Octal | 56 | 271 | 222 | 113 | 0 | 25 | 33 | 243 | 74 | 55 |
| Binary | 101110 | 10111001 | 10010010 | 1001011 | 0 | 10101 | 11011 | 10100011 | 111100 | 101101 |
Color Harmonies of #2EB992
Complementary color
Monochromatic Colors of #2EB992
Black with #2EB992
Text Example
Text Example
White with #2EB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB992; }
p { color: rgb(46,185,146); }
H1.HeaderClassName
{
color: #2EB992;
}
.AnyTagClassName
{
color: #2EB992;
}
</style>
background-color css
<style>
a { background-color: #2EB992; }
a { background-color: rgb(46,185,146); }
div.DivClassName
{
background-color: #2EB992;
}
.BgClassName
{
background-color: #2EB992;
}
</style>
border-color css
<style>
span { border-color: #2EB992; }
span { border-color: rgb(46,185,146); }
td.TdClassName
{
border-color: #2EB992;
}
.TagClassName
{
border-color: #2EB992;
}
</style>