Shades of Jungle Green #2EB68C
Tints of Jungle Green #2EB68C
RGB
CMYK
RGB Variations
Color information
#2EB68C (or 0x2EB68C) is known color: Jungle Green. HEX triplet: 2E, B6 and 8C. RGB value is (46,182,140). Sum of RGB (Red+Green+Blue) = 46+182+140=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB68C is #D14973. Grayscale: #888888. Windows color (decimal): -13715828 or 9221678. OLE color: 9221678.
HSL color Cylindrical-coordinate representation of color #2EB68C: hue angle of 161.47º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB68C is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 182 | 140 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.29 |
| HSL | 161.47º | 0.6% | 0.45% | - |
| HSV(B) | 161.47º | 0.75% | 0.71% | - |
| XYZ | 22.59 | 35.93 | 30.56 | - |
| YUV | 136.55 | 129.94 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 182 | 140 | 0.75 | 0 | 0.23 | 0.29 | 161.47 | 0.6 | 0.45 |
| Hex | 2E | B6 | 8C | 4B | 0 | 17 | 1D | A1 | 3C | 2D |
| Octal | 56 | 266 | 214 | 113 | 0 | 27 | 35 | 241 | 74 | 55 |
| Binary | 101110 | 10110110 | 10001100 | 1001011 | 0 | 10111 | 11101 | 10100001 | 111100 | 101101 |
Color Harmonies of #2EB68C
Complementary color
Monochromatic Colors of #2EB68C
Black with #2EB68C
Text Example
Text Example
White with #2EB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB68C; }
p { color: rgb(46,182,140); }
H1.HeaderClassName
{
color: #2EB68C;
}
.AnyTagClassName
{
color: #2EB68C;
}
</style>
background-color css
<style>
a { background-color: #2EB68C; }
a { background-color: rgb(46,182,140); }
div.DivClassName
{
background-color: #2EB68C;
}
.BgClassName
{
background-color: #2EB68C;
}
</style>
border-color css
<style>
span { border-color: #2EB68C; }
span { border-color: rgb(46,182,140); }
td.TdClassName
{
border-color: #2EB68C;
}
.TagClassName
{
border-color: #2EB68C;
}
</style>