Shades of Jungle Green #2EB28B
Tints of Jungle Green #2EB28B
RGB
CMYK
RGB Variations
Color information
#2EB28B (or 0x2EB28B) is known color: Jungle Green. HEX triplet: 2E, B2 and 8B. RGB value is (46,178,139). Sum of RGB (Red+Green+Blue) = 46+178+139=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB28B is #D14D74. Grayscale: #868686. Windows color (decimal): -13716853 or 9155118. OLE color: 9155118.
HSL color Cylindrical-coordinate representation of color #2EB28B: hue angle of 162.27º 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 #2EB28B is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 139 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.30 |
| HSL | 162.27º | 0.59% | 0.44% | - |
| HSV(B) | 162.27º | 0.74% | 0.7% | - |
| XYZ | 21.71 | 34.29 | 29.9 | - |
| YUV | 134.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 139 | 0.74 | 0 | 0.22 | 0.30 | 162.27 | 0.59 | 0.44 |
| Hex | 2E | B2 | 8B | 4A | 0 | 16 | 1E | A2 | 3B | 2C |
| Octal | 56 | 262 | 213 | 112 | 0 | 26 | 36 | 242 | 73 | 54 |
| Binary | 101110 | 10110010 | 10001011 | 1001010 | 0 | 10110 | 11110 | 10100010 | 111011 | 101100 |
Color Harmonies of #2EB28B
Complementary color
Monochromatic Colors of #2EB28B
Black with #2EB28B
Text Example
Text Example
White with #2EB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB28B; }
p { color: rgb(46,178,139); }
H1.HeaderClassName
{
color: #2EB28B;
}
.AnyTagClassName
{
color: #2EB28B;
}
</style>
background-color css
<style>
a { background-color: #2EB28B; }
a { background-color: rgb(46,178,139); }
div.DivClassName
{
background-color: #2EB28B;
}
.BgClassName
{
background-color: #2EB28B;
}
</style>
border-color css
<style>
span { border-color: #2EB28B; }
span { border-color: rgb(46,178,139); }
td.TdClassName
{
border-color: #2EB28B;
}
.TagClassName
{
border-color: #2EB28B;
}
</style>