Shades of Jungle Green #2EB38D
Tints of Jungle Green #2EB38D
RGB
CMYK
RGB Variations
Color information
#2EB38D (or 0x2EB38D) is known color: Jungle Green. HEX triplet: 2E, B3 and 8D. RGB value is (46,179,141). Sum of RGB (Red+Green+Blue) = 46+179+141=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB38D is #D14C72. Grayscale: #868686. Windows color (decimal): -13716595 or 9286446. OLE color: 9286446.
HSL color Cylindrical-coordinate representation of color #2EB38D: hue angle of 162.86º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB38D is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 141 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.30 |
| HSL | 162.86º | 0.59% | 0.44% | - |
| HSV(B) | 162.86º | 0.74% | 0.7% | - |
| XYZ | 22.05 | 34.74 | 30.74 | - |
| YUV | 134.9 | 131.44 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 141 | 0.74 | 0 | 0.21 | 0.30 | 162.86 | 0.59 | 0.44 |
| Hex | 2E | B3 | 8D | 4A | 0 | 15 | 1E | A3 | 3B | 2C |
| Octal | 56 | 263 | 215 | 112 | 0 | 25 | 36 | 243 | 73 | 54 |
| Binary | 101110 | 10110011 | 10001101 | 1001010 | 0 | 10101 | 11110 | 10100011 | 111011 | 101100 |
Color Harmonies of #2EB38D
Complementary color
Monochromatic Colors of #2EB38D
Black with #2EB38D
Text Example
Text Example
White with #2EB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB38D; }
p { color: rgb(46,179,141); }
H1.HeaderClassName
{
color: #2EB38D;
}
.AnyTagClassName
{
color: #2EB38D;
}
</style>
background-color css
<style>
a { background-color: #2EB38D; }
a { background-color: rgb(46,179,141); }
div.DivClassName
{
background-color: #2EB38D;
}
.BgClassName
{
background-color: #2EB38D;
}
</style>
border-color css
<style>
span { border-color: #2EB38D; }
span { border-color: rgb(46,179,141); }
td.TdClassName
{
border-color: #2EB38D;
}
.TagClassName
{
border-color: #2EB38D;
}
</style>