Shades of Eden #2E6A5E
Tints of Eden #2E6A5E
RGB
CMYK
RGB Variations
Color information
#2E6A5E (or 0x2E6A5E) is known color: Eden. HEX triplet: 2E, 6A and 5E. RGB value is (46,106,94). Sum of RGB (Red+Green+Blue) = 46+106+94=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A5E is #D195A1. Grayscale: #565656. Windows color (decimal): -13735330 or 6187566. OLE color: 6187566.
HSL color Cylindrical-coordinate representation of color #2E6A5E: hue angle of 168º degrees, saturation: 0.39, 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 #2E6A5E is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 106 | 94 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.58 |
| HSL | 168º | 0.39% | 0.3% | - |
| HSV(B) | 168º | 0.57% | 0.42% | - |
| XYZ | 8.3 | 11.7 | 12.41 | - |
| YUV | 86.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 94 | 0.57 | 0 | 0.11 | 0.58 | 168 | 0.39 | 0.3 |
| Hex | 2E | 6A | 5E | 39 | 0 | B | 3A | A8 | 27 | 1E |
| Octal | 56 | 152 | 136 | 71 | 0 | 13 | 72 | 250 | 47 | 36 |
| Binary | 101110 | 1101010 | 1011110 | 111001 | 0 | 1011 | 111010 | 10101000 | 100111 | 11110 |
Color Harmonies of #2E6A5E
Complementary color
Monochromatic Colors of #2E6A5E
Black with #2E6A5E
Text Example
Text Example
White with #2E6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A5E; }
p { color: rgb(46,106,94); }
H1.HeaderClassName
{
color: #2E6A5E;
}
.AnyTagClassName
{
color: #2E6A5E;
}
</style>
background-color css
<style>
a { background-color: #2E6A5E; }
a { background-color: rgb(46,106,94); }
div.DivClassName
{
background-color: #2E6A5E;
}
.BgClassName
{
background-color: #2E6A5E;
}
</style>
border-color css
<style>
span { border-color: #2E6A5E; }
span { border-color: rgb(46,106,94); }
td.TdClassName
{
border-color: #2E6A5E;
}
.TagClassName
{
border-color: #2E6A5E;
}
</style>