Shades of Eden #2E685A
Tints of Eden #2E685A
RGB
CMYK
RGB Variations
Color information
#2E685A (or 0x2E685A) is known color: Eden. HEX triplet: 2E, 68 and 5A. RGB value is (46,104,90). Sum of RGB (Red+Green+Blue) = 46+104+90=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #2E685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E685A is #D197A5. Grayscale: #555555. Windows color (decimal): -13735846 or 5924910. OLE color: 5924910.
HSL color Cylindrical-coordinate representation of color #2E685A: hue angle of 165.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E685A is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 90 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.59 |
| HSL | 165.52º | 0.39% | 0.29% | - |
| HSV(B) | 165.52º | 0.56% | 0.41% | - |
| XYZ | 7.92 | 11.22 | 11.42 | - |
| YUV | 85.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 90 | 0.56 | 0 | 0.13 | 0.59 | 165.52 | 0.39 | 0.29 |
| Hex | 2E | 68 | 5A | 38 | 0 | D | 3B | A6 | 27 | 1D |
| Octal | 56 | 150 | 132 | 70 | 0 | 15 | 73 | 246 | 47 | 35 |
| Binary | 101110 | 1101000 | 1011010 | 111000 | 0 | 1101 | 111011 | 10100110 | 100111 | 11101 |
Color Harmonies of #2E685A
Complementary color
Monochromatic Colors of #2E685A
Black with #2E685A
Text Example
Text Example
White with #2E685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E685A; }
p { color: rgb(46,104,90); }
H1.HeaderClassName
{
color: #2E685A;
}
.AnyTagClassName
{
color: #2E685A;
}
</style>
background-color css
<style>
a { background-color: #2E685A; }
a { background-color: rgb(46,104,90); }
div.DivClassName
{
background-color: #2E685A;
}
.BgClassName
{
background-color: #2E685A;
}
</style>
border-color css
<style>
span { border-color: #2E685A; }
span { border-color: rgb(46,104,90); }
td.TdClassName
{
border-color: #2E685A;
}
.TagClassName
{
border-color: #2E685A;
}
</style>