Shades of Eden #2E5D58
Tints of Eden #2E5D58
RGB
CMYK
RGB Variations
Color information
#2E5D58 (or 0x2E5D58) is known color: Eden. HEX triplet: 2E, 5D and 58. RGB value is (46,93,88). Sum of RGB (Red+Green+Blue) = 46+93+88=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D58 is #D1A2A7. Grayscale: #4E4E4E. Windows color (decimal): -13738664 or 5791022. OLE color: 5791022.
HSL color Cylindrical-coordinate representation of color #2E5D58: hue angle of 173.62º 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 #2E5D58 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 93 | 88 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.64 |
| HSL | 173.62º | 0.34% | 0.27% | - |
| HSV(B) | 173.62º | 0.51% | 0.36% | - |
| XYZ | 6.8 | 9.11 | 10.63 | - |
| YUV | 78.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 88 | 0.51 | 0 | 0.05 | 0.64 | 173.62 | 0.34 | 0.27 |
| Hex | 2E | 5D | 58 | 33 | 0 | 5 | 40 | AE | 22 | 1B |
| Octal | 56 | 135 | 130 | 63 | 0 | 5 | 100 | 256 | 42 | 33 |
| Binary | 101110 | 1011101 | 1011000 | 110011 | 0 | 101 | 1000000 | 10101110 | 100010 | 11011 |
Color Harmonies of #2E5D58
Complementary color
Monochromatic Colors of #2E5D58
Black with #2E5D58
Text Example
Text Example
White with #2E5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D58; }
p { color: rgb(46,93,88); }
H1.HeaderClassName
{
color: #2E5D58;
}
.AnyTagClassName
{
color: #2E5D58;
}
</style>
background-color css
<style>
a { background-color: #2E5D58; }
a { background-color: rgb(46,93,88); }
div.DivClassName
{
background-color: #2E5D58;
}
.BgClassName
{
background-color: #2E5D58;
}
</style>
border-color css
<style>
span { border-color: #2E5D58; }
span { border-color: rgb(46,93,88); }
td.TdClassName
{
border-color: #2E5D58;
}
.TagClassName
{
border-color: #2E5D58;
}
</style>