Shades of Eden #2E6E59
Tints of Eden #2E6E59
RGB
CMYK
RGB Variations
Color information
#2E6E59 (or 0x2E6E59) is known color: Eden. HEX triplet: 2E, 6E and 59. RGB value is (46,110,89). Sum of RGB (Red+Green+Blue) = 46+110+89=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E59 is #D191A6. Grayscale: #585858. Windows color (decimal): -13734311 or 5860910. OLE color: 5860910.
HSL color Cylindrical-coordinate representation of color #2E6E59: hue angle of 160.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E59 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 89 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.57 |
| HSL | 160.31º | 0.41% | 0.31% | - |
| HSV(B) | 160.31º | 0.58% | 0.43% | - |
| XYZ | 8.51 | 12.45 | 11.41 | - |
| YUV | 88.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 89 | 0.58 | 0 | 0.19 | 0.57 | 160.31 | 0.41 | 0.31 |
| Hex | 2E | 6E | 59 | 3A | 0 | 13 | 39 | A0 | 29 | 1F |
| Octal | 56 | 156 | 131 | 72 | 0 | 23 | 71 | 240 | 51 | 37 |
| Binary | 101110 | 1101110 | 1011001 | 111010 | 0 | 10011 | 111001 | 10100000 | 101001 | 11111 |
Color Harmonies of #2E6E59
Complementary color
Monochromatic Colors of #2E6E59
Black with #2E6E59
Text Example
Text Example
White with #2E6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E59; }
p { color: rgb(46,110,89); }
H1.HeaderClassName
{
color: #2E6E59;
}
.AnyTagClassName
{
color: #2E6E59;
}
</style>
background-color css
<style>
a { background-color: #2E6E59; }
a { background-color: rgb(46,110,89); }
div.DivClassName
{
background-color: #2E6E59;
}
.BgClassName
{
background-color: #2E6E59;
}
</style>
border-color css
<style>
span { border-color: #2E6E59; }
span { border-color: rgb(46,110,89); }
td.TdClassName
{
border-color: #2E6E59;
}
.TagClassName
{
border-color: #2E6E59;
}
</style>