Shades of Eden #2E635B
Tints of Eden #2E635B
RGB
CMYK
RGB Variations
Color information
#2E635B (or 0x2E635B) is known color: Eden. HEX triplet: 2E, 63 and 5B. RGB value is (46,99,91). Sum of RGB (Red+Green+Blue) = 46+99+91=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #2E635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E635B is #D19CA4. Grayscale: #525252. Windows color (decimal): -13737125 or 5989166. OLE color: 5989166.
HSL color Cylindrical-coordinate representation of color #2E635B: hue angle of 170.94º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E635B is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 99 | 91 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.61 |
| HSL | 170.94º | 0.37% | 0.28% | - |
| HSV(B) | 170.94º | 0.54% | 0.39% | - |
| XYZ | 7.48 | 10.26 | 11.48 | - |
| YUV | 82.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 91 | 0.54 | 0 | 0.08 | 0.61 | 170.94 | 0.37 | 0.28 |
| Hex | 2E | 63 | 5B | 36 | 0 | 8 | 3D | AB | 25 | 1C |
| Octal | 56 | 143 | 133 | 66 | 0 | 10 | 75 | 253 | 45 | 34 |
| Binary | 101110 | 1100011 | 1011011 | 110110 | 0 | 1000 | 111101 | 10101011 | 100101 | 11100 |
Color Harmonies of #2E635B
Complementary color
Monochromatic Colors of #2E635B
Black with #2E635B
Text Example
Text Example
White with #2E635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E635B; }
p { color: rgb(46,99,91); }
H1.HeaderClassName
{
color: #2E635B;
}
.AnyTagClassName
{
color: #2E635B;
}
</style>
background-color css
<style>
a { background-color: #2E635B; }
a { background-color: rgb(46,99,91); }
div.DivClassName
{
background-color: #2E635B;
}
.BgClassName
{
background-color: #2E635B;
}
</style>
border-color css
<style>
span { border-color: #2E635B; }
span { border-color: rgb(46,99,91); }
td.TdClassName
{
border-color: #2E635B;
}
.TagClassName
{
border-color: #2E635B;
}
</style>