Shades of Eden #29705D
Tints of Eden #29705D
RGB
CMYK
RGB Variations
Color information
#29705D (or 0x29705D) is known color: Eden. HEX triplet: 29, 70 and 5D. RGB value is (41,112,93). Sum of RGB (Red+Green+Blue) = 41+112+93=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #29705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705D is #D68FA2. Grayscale: #585858. Windows color (decimal): -14061475 or 6123561. OLE color: 6123561.
HSL color Cylindrical-coordinate representation of color #29705D: hue angle of 163.94º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29705D is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 93 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.56 |
| HSL | 163.94º | 0.46% | 0.3% | - |
| HSV(B) | 163.94º | 0.63% | 0.44% | - |
| XYZ | 8.68 | 12.85 | 12.38 | - |
| YUV | 88.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 93 | 0.63 | 0 | 0.17 | 0.56 | 163.94 | 0.46 | 0.3 |
| Hex | 29 | 70 | 5D | 3F | 0 | 11 | 38 | A4 | 2E | 1E |
| Octal | 51 | 160 | 135 | 77 | 0 | 21 | 70 | 244 | 56 | 36 |
| Binary | 101001 | 1110000 | 1011101 | 111111 | 0 | 10001 | 111000 | 10100100 | 101110 | 11110 |
Color Harmonies of #29705D
Complementary color
Monochromatic Colors of #29705D
Black with #29705D
Text Example
Text Example
White with #29705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29705D; }
p { color: rgb(41,112,93); }
H1.HeaderClassName
{
color: #29705D;
}
.AnyTagClassName
{
color: #29705D;
}
</style>
background-color css
<style>
a { background-color: #29705D; }
a { background-color: rgb(41,112,93); }
div.DivClassName
{
background-color: #29705D;
}
.BgClassName
{
background-color: #29705D;
}
</style>
border-color css
<style>
span { border-color: #29705D; }
span { border-color: rgb(41,112,93); }
td.TdClassName
{
border-color: #29705D;
}
.TagClassName
{
border-color: #29705D;
}
</style>