Shades of Eden #29645C
Tints of Eden #29645C
RGB
CMYK
RGB Variations
Color information
#29645C (or 0x29645C) is known color: Eden. HEX triplet: 29, 64 and 5C. RGB value is (41,100,92). Sum of RGB (Red+Green+Blue) = 41+100+92=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #29645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29645C is #D69BA3. Grayscale: #515151. Windows color (decimal): -14064548 or 6054953. OLE color: 6054953.
HSL color Cylindrical-coordinate representation of color #29645C: hue angle of 171.86º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29645C is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 100 | 92 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.61 |
| HSL | 171.86º | 0.42% | 0.28% | - |
| HSV(B) | 171.86º | 0.59% | 0.39% | - |
| XYZ | 7.4 | 10.36 | 11.73 | - |
| YUV | 81.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 92 | 0.59 | 0 | 0.08 | 0.61 | 171.86 | 0.42 | 0.28 |
| Hex | 29 | 64 | 5C | 3B | 0 | 8 | 3D | AC | 2A | 1C |
| Octal | 51 | 144 | 134 | 73 | 0 | 10 | 75 | 254 | 52 | 34 |
| Binary | 101001 | 1100100 | 1011100 | 111011 | 0 | 1000 | 111101 | 10101100 | 101010 | 11100 |
Color Harmonies of #29645C
Complementary color
Monochromatic Colors of #29645C
Black with #29645C
Text Example
Text Example
White with #29645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29645C; }
p { color: rgb(41,100,92); }
H1.HeaderClassName
{
color: #29645C;
}
.AnyTagClassName
{
color: #29645C;
}
</style>
background-color css
<style>
a { background-color: #29645C; }
a { background-color: rgb(41,100,92); }
div.DivClassName
{
background-color: #29645C;
}
.BgClassName
{
background-color: #29645C;
}
</style>
border-color css
<style>
span { border-color: #29645C; }
span { border-color: rgb(41,100,92); }
td.TdClassName
{
border-color: #29645C;
}
.TagClassName
{
border-color: #29645C;
}
</style>