Shades of Eden #2E685E
Tints of Eden #2E685E
RGB
CMYK
RGB Variations
Color information
#2E685E (or 0x2E685E) is known color: Eden. HEX triplet: 2E, 68 and 5E. RGB value is (46,104,94). Sum of RGB (Red+Green+Blue) = 46+104+94=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #2E685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E685E is #D197A1. Grayscale: #555555. Windows color (decimal): -13735842 or 6187054. OLE color: 6187054.
HSL color Cylindrical-coordinate representation of color #2E685E: hue angle of 169.66º 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 #2E685E is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 94 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.59 |
| HSL | 169.66º | 0.39% | 0.29% | - |
| HSV(B) | 169.66º | 0.56% | 0.41% | - |
| XYZ | 8.1 | 11.29 | 12.34 | - |
| YUV | 85.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 94 | 0.56 | 0 | 0.10 | 0.59 | 169.66 | 0.39 | 0.29 |
| Hex | 2E | 68 | 5E | 38 | 0 | A | 3B | AA | 27 | 1D |
| Octal | 56 | 150 | 136 | 70 | 0 | 12 | 73 | 252 | 47 | 35 |
| Binary | 101110 | 1101000 | 1011110 | 111000 | 0 | 1010 | 111011 | 10101010 | 100111 | 11101 |
Color Harmonies of #2E685E
Complementary color
Monochromatic Colors of #2E685E
Black with #2E685E
Text Example
Text Example
White with #2E685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E685E; }
p { color: rgb(46,104,94); }
H1.HeaderClassName
{
color: #2E685E;
}
.AnyTagClassName
{
color: #2E685E;
}
</style>
background-color css
<style>
a { background-color: #2E685E; }
a { background-color: rgb(46,104,94); }
div.DivClassName
{
background-color: #2E685E;
}
.BgClassName
{
background-color: #2E685E;
}
</style>
border-color css
<style>
span { border-color: #2E685E; }
span { border-color: rgb(46,104,94); }
td.TdClassName
{
border-color: #2E685E;
}
.TagClassName
{
border-color: #2E685E;
}
</style>