Shades of Jungle Green #2EB188
Tints of Jungle Green #2EB188
RGB
CMYK
RGB Variations
Color information
#2EB188 (or 0x2EB188) is known color: Jungle Green. HEX triplet: 2E, B1 and 88. RGB value is (46,177,136). Sum of RGB (Red+Green+Blue) = 46+177+136=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB188 is #D14E77. Grayscale: #858585. Windows color (decimal): -13717112 or 8958254. OLE color: 8958254.
HSL color Cylindrical-coordinate representation of color #2EB188: hue angle of 161.22º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB188 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 136 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.31 |
| HSL | 161.22º | 0.59% | 0.44% | - |
| HSV(B) | 161.22º | 0.74% | 0.69% | - |
| XYZ | 21.29 | 33.8 | 28.69 | - |
| YUV | 133.16 | 129.6 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 136 | 0.74 | 0 | 0.23 | 0.31 | 161.22 | 0.59 | 0.44 |
| Hex | 2E | B1 | 88 | 4A | 0 | 17 | 1F | A1 | 3B | 2C |
| Octal | 56 | 261 | 210 | 112 | 0 | 27 | 37 | 241 | 73 | 54 |
| Binary | 101110 | 10110001 | 10001000 | 1001010 | 0 | 10111 | 11111 | 10100001 | 111011 | 101100 |
Color Harmonies of #2EB188
Complementary color
Monochromatic Colors of #2EB188
Black with #2EB188
Text Example
Text Example
White with #2EB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB188; }
p { color: rgb(46,177,136); }
H1.HeaderClassName
{
color: #2EB188;
}
.AnyTagClassName
{
color: #2EB188;
}
</style>
background-color css
<style>
a { background-color: #2EB188; }
a { background-color: rgb(46,177,136); }
div.DivClassName
{
background-color: #2EB188;
}
.BgClassName
{
background-color: #2EB188;
}
</style>
border-color css
<style>
span { border-color: #2EB188; }
span { border-color: rgb(46,177,136); }
td.TdClassName
{
border-color: #2EB188;
}
.TagClassName
{
border-color: #2EB188;
}
</style>