Shades of Jungle Green #2EAB7B
Tints of Jungle Green #2EAB7B
RGB
CMYK
RGB Variations
Color information
#2EAB7B (or 0x2EAB7B) is known color: Jungle Green. HEX triplet: 2E, AB and 7B. RGB value is (46,171,123). Sum of RGB (Red+Green+Blue) = 46+171+123=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAB7B is #D15484. Grayscale: #808080. Windows color (decimal): -13718661 or 8104750. OLE color: 8104750.
HSL color Cylindrical-coordinate representation of color #2EAB7B: hue angle of 156.96º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAB7B is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 123 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.33 |
| HSL | 156.96º | 0.58% | 0.43% | - |
| HSV(B) | 156.96º | 0.73% | 0.67% | - |
| XYZ | 19.26 | 31.14 | 23.73 | - |
| YUV | 128.15 | 125.09 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 123 | 0.73 | 0 | 0.28 | 0.33 | 156.96 | 0.58 | 0.43 |
| Hex | 2E | AB | 7B | 49 | 0 | 1C | 21 | 9D | 3A | 2B |
| Octal | 56 | 253 | 173 | 111 | 0 | 34 | 41 | 235 | 72 | 53 |
| Binary | 101110 | 10101011 | 1111011 | 1001001 | 0 | 11100 | 100001 | 10011101 | 111010 | 101011 |
Color Harmonies of #2EAB7B
Complementary color
Monochromatic Colors of #2EAB7B
Black with #2EAB7B
Text Example
Text Example
White with #2EAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB7B; }
p { color: rgb(46,171,123); }
H1.HeaderClassName
{
color: #2EAB7B;
}
.AnyTagClassName
{
color: #2EAB7B;
}
</style>
background-color css
<style>
a { background-color: #2EAB7B; }
a { background-color: rgb(46,171,123); }
div.DivClassName
{
background-color: #2EAB7B;
}
.BgClassName
{
background-color: #2EAB7B;
}
</style>
border-color css
<style>
span { border-color: #2EAB7B; }
span { border-color: rgb(46,171,123); }
td.TdClassName
{
border-color: #2EAB7B;
}
.TagClassName
{
border-color: #2EAB7B;
}
</style>