Shades of Eden #2E5D56
Tints of Eden #2E5D56
RGB
CMYK
RGB Variations
Color information
#2E5D56 (or 0x2E5D56) is known color: Eden. HEX triplet: 2E, 5D and 56. RGB value is (46,93,86). Sum of RGB (Red+Green+Blue) = 46+93+86=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D56 is #D1A2A9. Grayscale: #4E4E4E. Windows color (decimal): -13738666 or 5659950. OLE color: 5659950.
HSL color Cylindrical-coordinate representation of color #2E5D56: hue angle of 171.06º 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 #2E5D56 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 93 | 86 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.64 |
| HSL | 171.06º | 0.34% | 0.27% | - |
| HSV(B) | 171.06º | 0.51% | 0.36% | - |
| XYZ | 6.72 | 9.08 | 10.2 | - |
| YUV | 78.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 86 | 0.51 | 0 | 0.08 | 0.64 | 171.06 | 0.34 | 0.27 |
| Hex | 2E | 5D | 56 | 33 | 0 | 8 | 40 | AB | 22 | 1B |
| Octal | 56 | 135 | 126 | 63 | 0 | 10 | 100 | 253 | 42 | 33 |
| Binary | 101110 | 1011101 | 1010110 | 110011 | 0 | 1000 | 1000000 | 10101011 | 100010 | 11011 |
Color Harmonies of #2E5D56
Complementary color
Monochromatic Colors of #2E5D56
Black with #2E5D56
Text Example
Text Example
White with #2E5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D56; }
p { color: rgb(46,93,86); }
H1.HeaderClassName
{
color: #2E5D56;
}
.AnyTagClassName
{
color: #2E5D56;
}
</style>
background-color css
<style>
a { background-color: #2E5D56; }
a { background-color: rgb(46,93,86); }
div.DivClassName
{
background-color: #2E5D56;
}
.BgClassName
{
background-color: #2E5D56;
}
</style>
border-color css
<style>
span { border-color: #2E5D56; }
span { border-color: rgb(46,93,86); }
td.TdClassName
{
border-color: #2E5D56;
}
.TagClassName
{
border-color: #2E5D56;
}
</style>