Shades of Jungle Green #2EAF7B
Tints of Jungle Green #2EAF7B
RGB
CMYK
RGB Variations
Color information
#2EAF7B (or 0x2EAF7B) is known color: Jungle Green. HEX triplet: 2E, AF and 7B. RGB value is (46,175,123). Sum of RGB (Red+Green+Blue) = 46+175+123=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF7B is #D15084. Grayscale: #828282. Windows color (decimal): -13717637 or 8105774. OLE color: 8105774.
HSL color Cylindrical-coordinate representation of color #2EAF7B: hue angle of 155.81º 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 #2EAF7B is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 123 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.31 |
| HSL | 155.81º | 0.58% | 0.43% | - |
| HSV(B) | 155.81º | 0.74% | 0.69% | - |
| XYZ | 20.03 | 32.67 | 23.99 | - |
| YUV | 130.5 | 123.76 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 123 | 0.74 | 0 | 0.30 | 0.31 | 155.81 | 0.58 | 0.43 |
| Hex | 2E | AF | 7B | 4A | 0 | 1E | 1F | 9C | 3A | 2B |
| Octal | 56 | 257 | 173 | 112 | 0 | 36 | 37 | 234 | 72 | 53 |
| Binary | 101110 | 10101111 | 1111011 | 1001010 | 0 | 11110 | 11111 | 10011100 | 111010 | 101011 |
Color Harmonies of #2EAF7B
Complementary color
Monochromatic Colors of #2EAF7B
Black with #2EAF7B
Text Example
Text Example
White with #2EAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF7B; }
p { color: rgb(46,175,123); }
H1.HeaderClassName
{
color: #2EAF7B;
}
.AnyTagClassName
{
color: #2EAF7B;
}
</style>
background-color css
<style>
a { background-color: #2EAF7B; }
a { background-color: rgb(46,175,123); }
div.DivClassName
{
background-color: #2EAF7B;
}
.BgClassName
{
background-color: #2EAF7B;
}
</style>
border-color css
<style>
span { border-color: #2EAF7B; }
span { border-color: rgb(46,175,123); }
td.TdClassName
{
border-color: #2EAF7B;
}
.TagClassName
{
border-color: #2EAF7B;
}
</style>