Shades of Eden #295955
Tints of Eden #295955
RGB
CMYK
RGB Variations
Color information
#295955 (or 0x295955) is known color: Eden. HEX triplet: 29, 59 and 55. RGB value is (41,89,85). Sum of RGB (Red+Green+Blue) = 41+89+85=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #295955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295955 is #D6A6AA. Grayscale: #4A4A4A. Windows color (decimal): -14067371 or 5593385. OLE color: 5593385.
HSL color Cylindrical-coordinate representation of color #295955: hue angle of 175º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295955 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 85 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.65 |
| HSL | 175º | 0.37% | 0.25% | - |
| HSV(B) | 175º | 0.54% | 0.35% | - |
| XYZ | 6.13 | 8.27 | 9.87 | - |
| YUV | 74.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 85 | 0.54 | 0 | 0.04 | 0.65 | 175 | 0.37 | 0.25 |
| Hex | 29 | 59 | 55 | 36 | 0 | 4 | 41 | AF | 25 | 19 |
| Octal | 51 | 131 | 125 | 66 | 0 | 4 | 101 | 257 | 45 | 31 |
| Binary | 101001 | 1011001 | 1010101 | 110110 | 0 | 100 | 1000001 | 10101111 | 100101 | 11001 |
Color Harmonies of #295955
Complementary color
Monochromatic Colors of #295955
Black with #295955
Text Example
Text Example
White with #295955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295955; }
p { color: rgb(41,89,85); }
H1.HeaderClassName
{
color: #295955;
}
.AnyTagClassName
{
color: #295955;
}
</style>
background-color css
<style>
a { background-color: #295955; }
a { background-color: rgb(41,89,85); }
div.DivClassName
{
background-color: #295955;
}
.BgClassName
{
background-color: #295955;
}
</style>
border-color css
<style>
span { border-color: #295955; }
span { border-color: rgb(41,89,85); }
td.TdClassName
{
border-color: #295955;
}
.TagClassName
{
border-color: #295955;
}
</style>