Shades of Eden #2E655B
Tints of Eden #2E655B
RGB
CMYK
RGB Variations
Color information
#2E655B (or 0x2E655B) is known color: Eden. HEX triplet: 2E, 65 and 5B. RGB value is (46,101,91). Sum of RGB (Red+Green+Blue) = 46+101+91=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #2E655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E655B is #D19AA4. Grayscale: #535353. Windows color (decimal): -13736613 or 5989678. OLE color: 5989678.
HSL color Cylindrical-coordinate representation of color #2E655B: hue angle of 169.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E655B is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 101 | 91 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.60 |
| HSL | 169.09º | 0.37% | 0.29% | - |
| HSV(B) | 169.09º | 0.54% | 0.4% | - |
| XYZ | 7.67 | 10.64 | 11.55 | - |
| YUV | 83.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 91 | 0.54 | 0 | 0.10 | 0.60 | 169.09 | 0.37 | 0.29 |
| Hex | 2E | 65 | 5B | 36 | 0 | A | 3C | A9 | 25 | 1D |
| Octal | 56 | 145 | 133 | 66 | 0 | 12 | 74 | 251 | 45 | 35 |
| Binary | 101110 | 1100101 | 1011011 | 110110 | 0 | 1010 | 111100 | 10101001 | 100101 | 11101 |
Color Harmonies of #2E655B
Complementary color
Monochromatic Colors of #2E655B
Black with #2E655B
Text Example
Text Example
White with #2E655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E655B; }
p { color: rgb(46,101,91); }
H1.HeaderClassName
{
color: #2E655B;
}
.AnyTagClassName
{
color: #2E655B;
}
</style>
background-color css
<style>
a { background-color: #2E655B; }
a { background-color: rgb(46,101,91); }
div.DivClassName
{
background-color: #2E655B;
}
.BgClassName
{
background-color: #2E655B;
}
</style>
border-color css
<style>
span { border-color: #2E655B; }
span { border-color: rgb(46,101,91); }
td.TdClassName
{
border-color: #2E655B;
}
.TagClassName
{
border-color: #2E655B;
}
</style>