Shades of Jungle Green #2EC182
Tints of Jungle Green #2EC182
RGB
CMYK
RGB Variations
Color information
#2EC182 (or 0x2EC182) is known color: Jungle Green. HEX triplet: 2E, C1 and 82. RGB value is (46,193,130). Sum of RGB (Red+Green+Blue) = 46+193+130=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC182 is #D13E7D. Grayscale: #8D8D8D. Windows color (decimal): -13713022 or 8569134. OLE color: 8569134.
HSL color Cylindrical-coordinate representation of color #2EC182: hue angle of 154.29º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC182 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 130 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.24 |
| HSL | 154.29º | 0.62% | 0.47% | - |
| HSV(B) | 154.29º | 0.76% | 0.76% | - |
| XYZ | 24.23 | 40.33 | 27.63 | - |
| YUV | 141.87 | 121.3 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 130 | 0.76 | 0 | 0.33 | 0.24 | 154.29 | 0.62 | 0.47 |
| Hex | 2E | C1 | 82 | 4C | 0 | 21 | 18 | 9A | 3E | 2F |
| Octal | 56 | 301 | 202 | 114 | 0 | 41 | 30 | 232 | 76 | 57 |
| Binary | 101110 | 11000001 | 10000010 | 1001100 | 0 | 100001 | 11000 | 10011010 | 111110 | 101111 |
Color Harmonies of #2EC182
Complementary color
Monochromatic Colors of #2EC182
Black with #2EC182
Text Example
Text Example
White with #2EC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC182; }
p { color: rgb(46,193,130); }
H1.HeaderClassName
{
color: #2EC182;
}
.AnyTagClassName
{
color: #2EC182;
}
</style>
background-color css
<style>
a { background-color: #2EC182; }
a { background-color: rgb(46,193,130); }
div.DivClassName
{
background-color: #2EC182;
}
.BgClassName
{
background-color: #2EC182;
}
</style>
border-color css
<style>
span { border-color: #2EC182; }
span { border-color: rgb(46,193,130); }
td.TdClassName
{
border-color: #2EC182;
}
.TagClassName
{
border-color: #2EC182;
}
</style>