Shades of Jungle Green #2EB38C
Tints of Jungle Green #2EB38C
RGB
CMYK
RGB Variations
Color information
#2EB38C (or 0x2EB38C) is known color: Jungle Green. HEX triplet: 2E, B3 and 8C. RGB value is (46,179,140). Sum of RGB (Red+Green+Blue) = 46+179+140=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB38C is #D14C73. Grayscale: #868686. Windows color (decimal): -13716596 or 9220910. OLE color: 9220910.
HSL color Cylindrical-coordinate representation of color #2EB38C: hue angle of 162.41º 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 #2EB38C is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 140 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.30 |
| HSL | 162.41º | 0.59% | 0.44% | - |
| HSV(B) | 162.41º | 0.74% | 0.7% | - |
| XYZ | 21.98 | 34.71 | 30.35 | - |
| YUV | 134.79 | 130.94 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 140 | 0.74 | 0 | 0.22 | 0.30 | 162.41 | 0.59 | 0.44 |
| Hex | 2E | B3 | 8C | 4A | 0 | 16 | 1E | A2 | 3B | 2C |
| Octal | 56 | 263 | 214 | 112 | 0 | 26 | 36 | 242 | 73 | 54 |
| Binary | 101110 | 10110011 | 10001100 | 1001010 | 0 | 10110 | 11110 | 10100010 | 111011 | 101100 |
Color Harmonies of #2EB38C
Complementary color
Monochromatic Colors of #2EB38C
Black with #2EB38C
Text Example
Text Example
White with #2EB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB38C; }
p { color: rgb(46,179,140); }
H1.HeaderClassName
{
color: #2EB38C;
}
.AnyTagClassName
{
color: #2EB38C;
}
</style>
background-color css
<style>
a { background-color: #2EB38C; }
a { background-color: rgb(46,179,140); }
div.DivClassName
{
background-color: #2EB38C;
}
.BgClassName
{
background-color: #2EB38C;
}
</style>
border-color css
<style>
span { border-color: #2EB38C; }
span { border-color: rgb(46,179,140); }
td.TdClassName
{
border-color: #2EB38C;
}
.TagClassName
{
border-color: #2EB38C;
}
</style>