Shades of Eden #2E6D57
Tints of Eden #2E6D57
RGB
CMYK
RGB Variations
Color information
#2E6D57 (or 0x2E6D57) is known color: Eden. HEX triplet: 2E, 6D and 57. RGB value is (46,109,87). Sum of RGB (Red+Green+Blue) = 46+109+87=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D57 is #D192A8. Grayscale: #575757. Windows color (decimal): -13734569 or 5729582. OLE color: 5729582.
HSL color Cylindrical-coordinate representation of color #2E6D57: hue angle of 159.05º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D57 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 109 | 87 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.57 |
| HSL | 159.05º | 0.41% | 0.3% | - |
| HSV(B) | 159.05º | 0.58% | 0.43% | - |
| XYZ | 8.32 | 12.21 | 10.93 | - |
| YUV | 87.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 87 | 0.58 | 0 | 0.20 | 0.57 | 159.05 | 0.41 | 0.3 |
| Hex | 2E | 6D | 57 | 3A | 0 | 14 | 39 | 9F | 29 | 1E |
| Octal | 56 | 155 | 127 | 72 | 0 | 24 | 71 | 237 | 51 | 36 |
| Binary | 101110 | 1101101 | 1010111 | 111010 | 0 | 10100 | 111001 | 10011111 | 101001 | 11110 |
Color Harmonies of #2E6D57
Complementary color
Monochromatic Colors of #2E6D57
Black with #2E6D57
Text Example
Text Example
White with #2E6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D57; }
p { color: rgb(46,109,87); }
H1.HeaderClassName
{
color: #2E6D57;
}
.AnyTagClassName
{
color: #2E6D57;
}
</style>
background-color css
<style>
a { background-color: #2E6D57; }
a { background-color: rgb(46,109,87); }
div.DivClassName
{
background-color: #2E6D57;
}
.BgClassName
{
background-color: #2E6D57;
}
</style>
border-color css
<style>
span { border-color: #2E6D57; }
span { border-color: rgb(46,109,87); }
td.TdClassName
{
border-color: #2E6D57;
}
.TagClassName
{
border-color: #2E6D57;
}
</style>