Shades of Eden #295D59
Tints of Eden #295D59
RGB
CMYK
RGB Variations
Color information
#295D59 (or 0x295D59) is known color: Eden. HEX triplet: 29, 5D and 59. RGB value is (41,93,89). Sum of RGB (Red+Green+Blue) = 41+93+89=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #295D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D59 is #D6A2A6. Grayscale: #4C4C4C. Windows color (decimal): -14066343 or 5856553. OLE color: 5856553.
HSL color Cylindrical-coordinate representation of color #295D59: hue angle of 175.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D59 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 89 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.64 |
| HSL | 175.38º | 0.39% | 0.26% | - |
| HSV(B) | 175.38º | 0.56% | 0.36% | - |
| XYZ | 6.63 | 9.02 | 10.84 | - |
| YUV | 77 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 89 | 0.56 | 0 | 0.04 | 0.64 | 175.38 | 0.39 | 0.26 |
| Hex | 29 | 5D | 59 | 38 | 0 | 4 | 40 | AF | 27 | 1A |
| Octal | 51 | 135 | 131 | 70 | 0 | 4 | 100 | 257 | 47 | 32 |
| Binary | 101001 | 1011101 | 1011001 | 111000 | 0 | 100 | 1000000 | 10101111 | 100111 | 11010 |
Color Harmonies of #295D59
Complementary color
Monochromatic Colors of #295D59
Black with #295D59
Text Example
Text Example
White with #295D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D59; }
p { color: rgb(41,93,89); }
H1.HeaderClassName
{
color: #295D59;
}
.AnyTagClassName
{
color: #295D59;
}
</style>
background-color css
<style>
a { background-color: #295D59; }
a { background-color: rgb(41,93,89); }
div.DivClassName
{
background-color: #295D59;
}
.BgClassName
{
background-color: #295D59;
}
</style>
border-color css
<style>
span { border-color: #295D59; }
span { border-color: rgb(41,93,89); }
td.TdClassName
{
border-color: #295D59;
}
.TagClassName
{
border-color: #295D59;
}
</style>