Shades of Jungle Green #2EAF7D
Tints of Jungle Green #2EAF7D
RGB
CMYK
RGB Variations
Color information
#2EAF7D (or 0x2EAF7D) is known color: Jungle Green. HEX triplet: 2E, AF and 7D. RGB value is (46,175,125). Sum of RGB (Red+Green+Blue) = 46+175+125=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF7D is #D15082. Grayscale: #828282. Windows color (decimal): -13717635 or 8236846. OLE color: 8236846.
HSL color Cylindrical-coordinate representation of color #2EAF7D: hue angle of 156.74º 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 #2EAF7D is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 125 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.31 |
| HSL | 156.74º | 0.58% | 0.43% | - |
| HSV(B) | 156.74º | 0.74% | 0.69% | - |
| XYZ | 20.16 | 32.72 | 24.66 | - |
| YUV | 130.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 125 | 0.74 | 0 | 0.29 | 0.31 | 156.74 | 0.58 | 0.43 |
| Hex | 2E | AF | 7D | 4A | 0 | 1D | 1F | 9D | 3A | 2B |
| Octal | 56 | 257 | 175 | 112 | 0 | 35 | 37 | 235 | 72 | 53 |
| Binary | 101110 | 10101111 | 1111101 | 1001010 | 0 | 11101 | 11111 | 10011101 | 111010 | 101011 |
Color Harmonies of #2EAF7D
Complementary color
Monochromatic Colors of #2EAF7D
Black with #2EAF7D
Text Example
Text Example
White with #2EAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF7D; }
p { color: rgb(46,175,125); }
H1.HeaderClassName
{
color: #2EAF7D;
}
.AnyTagClassName
{
color: #2EAF7D;
}
</style>
background-color css
<style>
a { background-color: #2EAF7D; }
a { background-color: rgb(46,175,125); }
div.DivClassName
{
background-color: #2EAF7D;
}
.BgClassName
{
background-color: #2EAF7D;
}
</style>
border-color css
<style>
span { border-color: #2EAF7D; }
span { border-color: rgb(46,175,125); }
td.TdClassName
{
border-color: #2EAF7D;
}
.TagClassName
{
border-color: #2EAF7D;
}
</style>