Shades of Jungle Green #2EB28D
Tints of Jungle Green #2EB28D
RGB
CMYK
RGB Variations
Color information
#2EB28D (or 0x2EB28D) is known color: Jungle Green. HEX triplet: 2E, B2 and 8D. RGB value is (46,178,141). Sum of RGB (Red+Green+Blue) = 46+178+141=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB28D is #D14D72. Grayscale: #868686. Windows color (decimal): -13716851 or 9286190. OLE color: 9286190.
HSL color Cylindrical-coordinate representation of color #2EB28D: hue angle of 163.18º 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 #2EB28D is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 141 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.30 |
| HSL | 163.18º | 0.59% | 0.44% | - |
| HSV(B) | 163.18º | 0.74% | 0.7% | - |
| XYZ | 21.85 | 34.34 | 30.68 | - |
| YUV | 134.31 | 131.77 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 141 | 0.74 | 0 | 0.21 | 0.30 | 163.18 | 0.59 | 0.44 |
| Hex | 2E | B2 | 8D | 4A | 0 | 15 | 1E | A3 | 3B | 2C |
| Octal | 56 | 262 | 215 | 112 | 0 | 25 | 36 | 243 | 73 | 54 |
| Binary | 101110 | 10110010 | 10001101 | 1001010 | 0 | 10101 | 11110 | 10100011 | 111011 | 101100 |
Color Harmonies of #2EB28D
Complementary color
Monochromatic Colors of #2EB28D
Black with #2EB28D
Text Example
Text Example
White with #2EB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB28D; }
p { color: rgb(46,178,141); }
H1.HeaderClassName
{
color: #2EB28D;
}
.AnyTagClassName
{
color: #2EB28D;
}
</style>
background-color css
<style>
a { background-color: #2EB28D; }
a { background-color: rgb(46,178,141); }
div.DivClassName
{
background-color: #2EB28D;
}
.BgClassName
{
background-color: #2EB28D;
}
</style>
border-color css
<style>
span { border-color: #2EB28D; }
span { border-color: rgb(46,178,141); }
td.TdClassName
{
border-color: #2EB28D;
}
.TagClassName
{
border-color: #2EB28D;
}
</style>