Shades of Eden #2E7259
Tints of Eden #2E7259
RGB
CMYK
RGB Variations
Color information
#2E7259 (or 0x2E7259) is known color: Eden. HEX triplet: 2E, 72 and 59. RGB value is (46,114,89). Sum of RGB (Red+Green+Blue) = 46+114+89=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7259 is #D18DA6. Grayscale: #5A5A5A. Windows color (decimal): -13733287 or 5861934. OLE color: 5861934.
HSL color Cylindrical-coordinate representation of color #2E7259: hue angle of 157.94º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7259 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 89 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.55 |
| HSL | 157.94º | 0.43% | 0.31% | - |
| HSV(B) | 157.94º | 0.6% | 0.45% | - |
| XYZ | 8.95 | 13.34 | 11.55 | - |
| YUV | 90.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 89 | 0.60 | 0 | 0.22 | 0.55 | 157.94 | 0.43 | 0.31 |
| Hex | 2E | 72 | 59 | 3C | 0 | 16 | 37 | 9E | 2A | 1F |
| Octal | 56 | 162 | 131 | 74 | 0 | 26 | 67 | 236 | 52 | 37 |
| Binary | 101110 | 1110010 | 1011001 | 111100 | 0 | 10110 | 110111 | 10011110 | 101010 | 11111 |
Color Harmonies of #2E7259
Complementary color
Monochromatic Colors of #2E7259
Black with #2E7259
Text Example
Text Example
White with #2E7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7259; }
p { color: rgb(46,114,89); }
H1.HeaderClassName
{
color: #2E7259;
}
.AnyTagClassName
{
color: #2E7259;
}
</style>
background-color css
<style>
a { background-color: #2E7259; }
a { background-color: rgb(46,114,89); }
div.DivClassName
{
background-color: #2E7259;
}
.BgClassName
{
background-color: #2E7259;
}
</style>
border-color css
<style>
span { border-color: #2E7259; }
span { border-color: rgb(46,114,89); }
td.TdClassName
{
border-color: #2E7259;
}
.TagClassName
{
border-color: #2E7259;
}
</style>