Shades of Eden #2E5951
Tints of Eden #2E5951
RGB
CMYK
RGB Variations
Color information
#2E5951 (or 0x2E5951) is known color: Eden. HEX triplet: 2E, 59 and 51. RGB value is (46,89,81). Sum of RGB (Red+Green+Blue) = 46+89+81=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5951 is #D1A6AE. Grayscale: #4B4B4B. Windows color (decimal): -13739695 or 5331246. OLE color: 5331246.
HSL color Cylindrical-coordinate representation of color #2E5951: hue angle of 168.84º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5951 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 81 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.65 |
| HSL | 168.84º | 0.32% | 0.26% | - |
| HSV(B) | 168.84º | 0.48% | 0.35% | - |
| XYZ | 6.18 | 8.32 | 9.06 | - |
| YUV | 75.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 81 | 0.48 | 0 | 0.09 | 0.65 | 168.84 | 0.32 | 0.26 |
| Hex | 2E | 59 | 51 | 30 | 0 | 9 | 41 | A9 | 20 | 1A |
| Octal | 56 | 131 | 121 | 60 | 0 | 11 | 101 | 251 | 40 | 32 |
| Binary | 101110 | 1011001 | 1010001 | 110000 | 0 | 1001 | 1000001 | 10101001 | 100000 | 11010 |
Color Harmonies of #2E5951
Complementary color
Monochromatic Colors of #2E5951
Black with #2E5951
Text Example
Text Example
White with #2E5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5951; }
p { color: rgb(46,89,81); }
H1.HeaderClassName
{
color: #2E5951;
}
.AnyTagClassName
{
color: #2E5951;
}
</style>
background-color css
<style>
a { background-color: #2E5951; }
a { background-color: rgb(46,89,81); }
div.DivClassName
{
background-color: #2E5951;
}
.BgClassName
{
background-color: #2E5951;
}
</style>
border-color css
<style>
span { border-color: #2E5951; }
span { border-color: rgb(46,89,81); }
td.TdClassName
{
border-color: #2E5951;
}
.TagClassName
{
border-color: #2E5951;
}
</style>