Shades of Eden #2E655C
Tints of Eden #2E655C
RGB
CMYK
RGB Variations
Color information
#2E655C (or 0x2E655C) is known color: Eden. HEX triplet: 2E, 65 and 5C. RGB value is (46,101,92). Sum of RGB (Red+Green+Blue) = 46+101+92=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #2E655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E655C is #D19AA3. Grayscale: #535353. Windows color (decimal): -13736612 or 6055214. OLE color: 6055214.
HSL color Cylindrical-coordinate representation of color #2E655C: hue angle of 170.18º 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 #2E655C is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 101 | 92 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.60 |
| HSL | 170.18º | 0.37% | 0.29% | - |
| HSV(B) | 170.18º | 0.54% | 0.4% | - |
| XYZ | 7.71 | 10.66 | 11.78 | - |
| YUV | 83.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 92 | 0.54 | 0 | 0.09 | 0.60 | 170.18 | 0.37 | 0.29 |
| Hex | 2E | 65 | 5C | 36 | 0 | 9 | 3C | AA | 25 | 1D |
| Octal | 56 | 145 | 134 | 66 | 0 | 11 | 74 | 252 | 45 | 35 |
| Binary | 101110 | 1100101 | 1011100 | 110110 | 0 | 1001 | 111100 | 10101010 | 100101 | 11101 |
Color Harmonies of #2E655C
Complementary color
Monochromatic Colors of #2E655C
Black with #2E655C
Text Example
Text Example
White with #2E655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E655C; }
p { color: rgb(46,101,92); }
H1.HeaderClassName
{
color: #2E655C;
}
.AnyTagClassName
{
color: #2E655C;
}
</style>
background-color css
<style>
a { background-color: #2E655C; }
a { background-color: rgb(46,101,92); }
div.DivClassName
{
background-color: #2E655C;
}
.BgClassName
{
background-color: #2E655C;
}
</style>
border-color css
<style>
span { border-color: #2E655C; }
span { border-color: rgb(46,101,92); }
td.TdClassName
{
border-color: #2E655C;
}
.TagClassName
{
border-color: #2E655C;
}
</style>