Shades of Jungle Green #2EAB7D
Tints of Jungle Green #2EAB7D
RGB
CMYK
RGB Variations
Color information
#2EAB7D (or 0x2EAB7D) is known color: Jungle Green. HEX triplet: 2E, AB and 7D. RGB value is (46,171,125). Sum of RGB (Red+Green+Blue) = 46+171+125=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAB7D is #D15482. Grayscale: #808080. Windows color (decimal): -13718659 or 8235822. OLE color: 8235822.
HSL color Cylindrical-coordinate representation of color #2EAB7D: hue angle of 157.92º 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 #2EAB7D is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 125 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.33 |
| HSL | 157.92º | 0.58% | 0.43% | - |
| HSV(B) | 157.92º | 0.73% | 0.67% | - |
| XYZ | 19.39 | 31.19 | 24.4 | - |
| YUV | 128.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 125 | 0.73 | 0 | 0.27 | 0.33 | 157.92 | 0.58 | 0.43 |
| Hex | 2E | AB | 7D | 49 | 0 | 1B | 21 | 9E | 3A | 2B |
| Octal | 56 | 253 | 175 | 111 | 0 | 33 | 41 | 236 | 72 | 53 |
| Binary | 101110 | 10101011 | 1111101 | 1001001 | 0 | 11011 | 100001 | 10011110 | 111010 | 101011 |
Color Harmonies of #2EAB7D
Complementary color
Monochromatic Colors of #2EAB7D
Black with #2EAB7D
Text Example
Text Example
White with #2EAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB7D; }
p { color: rgb(46,171,125); }
H1.HeaderClassName
{
color: #2EAB7D;
}
.AnyTagClassName
{
color: #2EAB7D;
}
</style>
background-color css
<style>
a { background-color: #2EAB7D; }
a { background-color: rgb(46,171,125); }
div.DivClassName
{
background-color: #2EAB7D;
}
.BgClassName
{
background-color: #2EAB7D;
}
</style>
border-color css
<style>
span { border-color: #2EAB7D; }
span { border-color: rgb(46,171,125); }
td.TdClassName
{
border-color: #2EAB7D;
}
.TagClassName
{
border-color: #2EAB7D;
}
</style>