Shades of Eden #2E6E5E
Tints of Eden #2E6E5E
RGB
CMYK
RGB Variations
Color information
#2E6E5E (or 0x2E6E5E) is known color: Eden. HEX triplet: 2E, 6E and 5E. RGB value is (46,110,94). Sum of RGB (Red+Green+Blue) = 46+110+94=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E5E is #D191A1. Grayscale: #595959. Windows color (decimal): -13734306 or 6188590. OLE color: 6188590.
HSL color Cylindrical-coordinate representation of color #2E6E5E: hue angle of 165º 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 #2E6E5E is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 94 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.57 |
| HSL | 165º | 0.41% | 0.31% | - |
| HSV(B) | 165º | 0.58% | 0.43% | - |
| XYZ | 8.72 | 12.54 | 12.55 | - |
| YUV | 89.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 94 | 0.58 | 0 | 0.15 | 0.57 | 165 | 0.41 | 0.31 |
| Hex | 2E | 6E | 5E | 3A | 0 | F | 39 | A5 | 29 | 1F |
| Octal | 56 | 156 | 136 | 72 | 0 | 17 | 71 | 245 | 51 | 37 |
| Binary | 101110 | 1101110 | 1011110 | 111010 | 0 | 1111 | 111001 | 10100101 | 101001 | 11111 |
Color Harmonies of #2E6E5E
Complementary color
Monochromatic Colors of #2E6E5E
Black with #2E6E5E
Text Example
Text Example
White with #2E6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E5E; }
p { color: rgb(46,110,94); }
H1.HeaderClassName
{
color: #2E6E5E;
}
.AnyTagClassName
{
color: #2E6E5E;
}
</style>
background-color css
<style>
a { background-color: #2E6E5E; }
a { background-color: rgb(46,110,94); }
div.DivClassName
{
background-color: #2E6E5E;
}
.BgClassName
{
background-color: #2E6E5E;
}
</style>
border-color css
<style>
span { border-color: #2E6E5E; }
span { border-color: rgb(46,110,94); }
td.TdClassName
{
border-color: #2E6E5E;
}
.TagClassName
{
border-color: #2E6E5E;
}
</style>