Shades of Jungle Green #2EAF89
Tints of Jungle Green #2EAF89
RGB
CMYK
RGB Variations
Color information
#2EAF89 (or 0x2EAF89) is known color: Jungle Green. HEX triplet: 2E, AF and 89. RGB value is (46,175,137). Sum of RGB (Red+Green+Blue) = 46+175+137=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAF89 is #D15076. Grayscale: #848484. Windows color (decimal): -13717623 or 9023278. OLE color: 9023278.
HSL color Cylindrical-coordinate representation of color #2EAF89: hue angle of 162.33º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF89 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 137 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.31 |
| HSL | 162.33º | 0.58% | 0.43% | - |
| HSV(B) | 162.33º | 0.74% | 0.69% | - |
| XYZ | 20.97 | 33.05 | 28.94 | - |
| YUV | 132.1 | 130.76 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 137 | 0.74 | 0 | 0.22 | 0.31 | 162.33 | 0.58 | 0.43 |
| Hex | 2E | AF | 89 | 4A | 0 | 16 | 1F | A2 | 3A | 2B |
| Octal | 56 | 257 | 211 | 112 | 0 | 26 | 37 | 242 | 72 | 53 |
| Binary | 101110 | 10101111 | 10001001 | 1001010 | 0 | 10110 | 11111 | 10100010 | 111010 | 101011 |
Color Harmonies of #2EAF89
Complementary color
Monochromatic Colors of #2EAF89
Black with #2EAF89
Text Example
Text Example
White with #2EAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF89; }
p { color: rgb(46,175,137); }
H1.HeaderClassName
{
color: #2EAF89;
}
.AnyTagClassName
{
color: #2EAF89;
}
</style>
background-color css
<style>
a { background-color: #2EAF89; }
a { background-color: rgb(46,175,137); }
div.DivClassName
{
background-color: #2EAF89;
}
.BgClassName
{
background-color: #2EAF89;
}
</style>
border-color css
<style>
span { border-color: #2EAF89; }
span { border-color: rgb(46,175,137); }
td.TdClassName
{
border-color: #2EAF89;
}
.TagClassName
{
border-color: #2EAF89;
}
</style>