Shades of Eden #2E5D59
Tints of Eden #2E5D59
RGB
CMYK
RGB Variations
Color information
#2E5D59 (or 0x2E5D59) is known color: Eden. HEX triplet: 2E, 5D and 59. RGB value is (46,93,89). Sum of RGB (Red+Green+Blue) = 46+93+89=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D59 is #D1A2A6. Grayscale: #4E4E4E. Windows color (decimal): -13738663 or 5856558. OLE color: 5856558.
HSL color Cylindrical-coordinate representation of color #2E5D59: hue angle of 174.89º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D59 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 93 | 89 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.64 |
| HSL | 174.89º | 0.34% | 0.27% | - |
| HSV(B) | 174.89º | 0.51% | 0.36% | - |
| XYZ | 6.84 | 9.13 | 10.85 | - |
| YUV | 78.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 89 | 0.51 | 0 | 0.04 | 0.64 | 174.89 | 0.34 | 0.27 |
| Hex | 2E | 5D | 59 | 33 | 0 | 4 | 40 | AF | 22 | 1B |
| Octal | 56 | 135 | 131 | 63 | 0 | 4 | 100 | 257 | 42 | 33 |
| Binary | 101110 | 1011101 | 1011001 | 110011 | 0 | 100 | 1000000 | 10101111 | 100010 | 11011 |
Color Harmonies of #2E5D59
Complementary color
Monochromatic Colors of #2E5D59
Black with #2E5D59
Text Example
Text Example
White with #2E5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D59; }
p { color: rgb(46,93,89); }
H1.HeaderClassName
{
color: #2E5D59;
}
.AnyTagClassName
{
color: #2E5D59;
}
</style>
background-color css
<style>
a { background-color: #2E5D59; }
a { background-color: rgb(46,93,89); }
div.DivClassName
{
background-color: #2E5D59;
}
.BgClassName
{
background-color: #2E5D59;
}
</style>
border-color css
<style>
span { border-color: #2E5D59; }
span { border-color: rgb(46,93,89); }
td.TdClassName
{
border-color: #2E5D59;
}
.TagClassName
{
border-color: #2E5D59;
}
</style>