Shades of Jungle Green #2EC085
Tints of Jungle Green #2EC085
RGB
CMYK
RGB Variations
Color information
#2EC085 (or 0x2EC085) is known color: Jungle Green. HEX triplet: 2E, C0 and 85. RGB value is (46,192,133). Sum of RGB (Red+Green+Blue) = 46+192+133=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC085 is #D13F7A. Grayscale: #8D8D8D. Windows color (decimal): -13713275 or 8765486. OLE color: 8765486.
HSL color Cylindrical-coordinate representation of color #2EC085: hue angle of 155.75º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC085 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 133 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.25 |
| HSL | 155.75º | 0.61% | 0.47% | - |
| HSV(B) | 155.75º | 0.76% | 0.75% | - |
| XYZ | 24.21 | 39.97 | 28.63 | - |
| YUV | 141.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 133 | 0.76 | 0 | 0.31 | 0.25 | 155.75 | 0.61 | 0.47 |
| Hex | 2E | C0 | 85 | 4C | 0 | 1F | 19 | 9C | 3D | 2F |
| Octal | 56 | 300 | 205 | 114 | 0 | 37 | 31 | 234 | 75 | 57 |
| Binary | 101110 | 11000000 | 10000101 | 1001100 | 0 | 11111 | 11001 | 10011100 | 111101 | 101111 |
Color Harmonies of #2EC085
Complementary color
Monochromatic Colors of #2EC085
Black with #2EC085
Text Example
Text Example
White with #2EC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC085; }
p { color: rgb(46,192,133); }
H1.HeaderClassName
{
color: #2EC085;
}
.AnyTagClassName
{
color: #2EC085;
}
</style>
background-color css
<style>
a { background-color: #2EC085; }
a { background-color: rgb(46,192,133); }
div.DivClassName
{
background-color: #2EC085;
}
.BgClassName
{
background-color: #2EC085;
}
</style>
border-color css
<style>
span { border-color: #2EC085; }
span { border-color: rgb(46,192,133); }
td.TdClassName
{
border-color: #2EC085;
}
.TagClassName
{
border-color: #2EC085;
}
</style>