Shades of Jungle Green #2EB98C
Tints of Jungle Green #2EB98C
RGB
CMYK
RGB Variations
Color information
#2EB98C (or 0x2EB98C) is known color: Jungle Green. HEX triplet: 2E, B9 and 8C. RGB value is (46,185,140). Sum of RGB (Red+Green+Blue) = 46+185+140=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB98C is #D14673. Grayscale: #8A8A8A. Windows color (decimal): -13715060 or 9222446. OLE color: 9222446.
HSL color Cylindrical-coordinate representation of color #2EB98C: hue angle of 160.58º 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 #2EB98C is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 140 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.27 |
| HSL | 160.58º | 0.6% | 0.45% | - |
| HSV(B) | 160.58º | 0.75% | 0.73% | - |
| XYZ | 23.21 | 37.17 | 30.76 | - |
| YUV | 138.31 | 128.95 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 140 | 0.75 | 0 | 0.24 | 0.27 | 160.58 | 0.6 | 0.45 |
| Hex | 2E | B9 | 8C | 4B | 0 | 18 | 1B | A1 | 3C | 2D |
| Octal | 56 | 271 | 214 | 113 | 0 | 30 | 33 | 241 | 74 | 55 |
| Binary | 101110 | 10111001 | 10001100 | 1001011 | 0 | 11000 | 11011 | 10100001 | 111100 | 101101 |
Color Harmonies of #2EB98C
Complementary color
Monochromatic Colors of #2EB98C
Black with #2EB98C
Text Example
Text Example
White with #2EB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB98C; }
p { color: rgb(46,185,140); }
H1.HeaderClassName
{
color: #2EB98C;
}
.AnyTagClassName
{
color: #2EB98C;
}
</style>
background-color css
<style>
a { background-color: #2EB98C; }
a { background-color: rgb(46,185,140); }
div.DivClassName
{
background-color: #2EB98C;
}
.BgClassName
{
background-color: #2EB98C;
}
</style>
border-color css
<style>
span { border-color: #2EB98C; }
span { border-color: rgb(46,185,140); }
td.TdClassName
{
border-color: #2EB98C;
}
.TagClassName
{
border-color: #2EB98C;
}
</style>