Shades of Eden #2E6B5E
Tints of Eden #2E6B5E
RGB
CMYK
RGB Variations
Color information
#2E6B5E (or 0x2E6B5E) is known color: Eden. HEX triplet: 2E, 6B and 5E. RGB value is (46,107,94). Sum of RGB (Red+Green+Blue) = 46+107+94=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B5E is #D194A1. Grayscale: #575757. Windows color (decimal): -13735074 or 6187822. OLE color: 6187822.
HSL color Cylindrical-coordinate representation of color #2E6B5E: hue angle of 167.21º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B5E is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 94 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.58 |
| HSL | 167.21º | 0.4% | 0.3% | - |
| HSV(B) | 167.21º | 0.57% | 0.42% | - |
| XYZ | 8.4 | 11.9 | 12.44 | - |
| YUV | 87.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 94 | 0.57 | 0 | 0.12 | 0.58 | 167.21 | 0.4 | 0.3 |
| Hex | 2E | 6B | 5E | 39 | 0 | C | 3A | A7 | 28 | 1E |
| Octal | 56 | 153 | 136 | 71 | 0 | 14 | 72 | 247 | 50 | 36 |
| Binary | 101110 | 1101011 | 1011110 | 111001 | 0 | 1100 | 111010 | 10100111 | 101000 | 11110 |
Color Harmonies of #2E6B5E
Complementary color
Monochromatic Colors of #2E6B5E
Black with #2E6B5E
Text Example
Text Example
White with #2E6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B5E; }
p { color: rgb(46,107,94); }
H1.HeaderClassName
{
color: #2E6B5E;
}
.AnyTagClassName
{
color: #2E6B5E;
}
</style>
background-color css
<style>
a { background-color: #2E6B5E; }
a { background-color: rgb(46,107,94); }
div.DivClassName
{
background-color: #2E6B5E;
}
.BgClassName
{
background-color: #2E6B5E;
}
</style>
border-color css
<style>
span { border-color: #2E6B5E; }
span { border-color: rgb(46,107,94); }
td.TdClassName
{
border-color: #2E6B5E;
}
.TagClassName
{
border-color: #2E6B5E;
}
</style>