Shades of Jungle Green #2EB189
Tints of Jungle Green #2EB189
RGB
CMYK
RGB Variations
Color information
#2EB189 (or 0x2EB189) is known color: Jungle Green. HEX triplet: 2E, B1 and 89. RGB value is (46,177,137). Sum of RGB (Red+Green+Blue) = 46+177+137=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB189 is #D14E76. Grayscale: #858585. Windows color (decimal): -13717111 or 9023790. OLE color: 9023790.
HSL color Cylindrical-coordinate representation of color #2EB189: hue angle of 161.68º 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 #2EB189 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 137 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.31 |
| HSL | 161.68º | 0.59% | 0.44% | - |
| HSV(B) | 161.68º | 0.74% | 0.69% | - |
| XYZ | 21.36 | 33.83 | 29.07 | - |
| YUV | 133.27 | 130.1 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 137 | 0.74 | 0 | 0.23 | 0.31 | 161.68 | 0.59 | 0.44 |
| Hex | 2E | B1 | 89 | 4A | 0 | 17 | 1F | A2 | 3B | 2C |
| Octal | 56 | 261 | 211 | 112 | 0 | 27 | 37 | 242 | 73 | 54 |
| Binary | 101110 | 10110001 | 10001001 | 1001010 | 0 | 10111 | 11111 | 10100010 | 111011 | 101100 |
Color Harmonies of #2EB189
Complementary color
Monochromatic Colors of #2EB189
Black with #2EB189
Text Example
Text Example
White with #2EB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB189; }
p { color: rgb(46,177,137); }
H1.HeaderClassName
{
color: #2EB189;
}
.AnyTagClassName
{
color: #2EB189;
}
</style>
background-color css
<style>
a { background-color: #2EB189; }
a { background-color: rgb(46,177,137); }
div.DivClassName
{
background-color: #2EB189;
}
.BgClassName
{
background-color: #2EB189;
}
</style>
border-color css
<style>
span { border-color: #2EB189; }
span { border-color: rgb(46,177,137); }
td.TdClassName
{
border-color: #2EB189;
}
.TagClassName
{
border-color: #2EB189;
}
</style>