Shades of Eden #2E6658
Tints of Eden #2E6658
RGB
CMYK
RGB Variations
Color information
#2E6658 (or 0x2E6658) is known color: Eden. HEX triplet: 2E, 66 and 58. RGB value is (46,102,88). Sum of RGB (Red+Green+Blue) = 46+102+88=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #2E6658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6658 is #D199A7. Grayscale: #535353. Windows color (decimal): -13736360 or 5793326. OLE color: 5793326.
HSL color Cylindrical-coordinate representation of color #2E6658: hue angle of 165º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6658 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 88 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.6 |
| HSL | 165º | 0.38% | 0.29% | - |
| HSV(B) | 165º | 0.55% | 0.4% | - |
| XYZ | 7.64 | 10.79 | 10.91 | - |
| YUV | 83.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 88 | 0.55 | 0 | 0.14 | 0.6 | 165 | 0.38 | 0.29 |
| Hex | 2E | 66 | 58 | 37 | 0 | E | 3C | A5 | 26 | 1D |
| Octal | 56 | 146 | 130 | 67 | 0 | 16 | 74 | 245 | 46 | 35 |
| Binary | 101110 | 1100110 | 1011000 | 110111 | 0 | 1110 | 111100 | 10100101 | 100110 | 11101 |
Color Harmonies of #2E6658
Complementary color
Monochromatic Colors of #2E6658
Black with #2E6658
Text Example
Text Example
White with #2E6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6658; }
p { color: rgb(46,102,88); }
H1.HeaderClassName
{
color: #2E6658;
}
.AnyTagClassName
{
color: #2E6658;
}
</style>
background-color css
<style>
a { background-color: #2E6658; }
a { background-color: rgb(46,102,88); }
div.DivClassName
{
background-color: #2E6658;
}
.BgClassName
{
background-color: #2E6658;
}
</style>
border-color css
<style>
span { border-color: #2E6658; }
span { border-color: rgb(46,102,88); }
td.TdClassName
{
border-color: #2E6658;
}
.TagClassName
{
border-color: #2E6658;
}
</style>