Shades of Eden #29735C
Tints of Eden #29735C
RGB
CMYK
RGB Variations
Color information
#29735C (or 0x29735C) is known color: Eden. HEX triplet: 29, 73 and 5C. RGB value is (41,115,92). Sum of RGB (Red+Green+Blue) = 41+115+92=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #29735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29735C is #D68CA3. Grayscale: #5A5A5A. Windows color (decimal): -14060708 or 6058793. OLE color: 6058793.
HSL color Cylindrical-coordinate representation of color #29735C: hue angle of 161.35º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29735C is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 115 | 92 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.55 |
| HSL | 161.35º | 0.47% | 0.31% | - |
| HSV(B) | 161.35º | 0.64% | 0.45% | - |
| XYZ | 8.98 | 13.51 | 12.26 | - |
| YUV | 90.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 92 | 0.64 | 0 | 0.20 | 0.55 | 161.35 | 0.47 | 0.31 |
| Hex | 29 | 73 | 5C | 40 | 0 | 14 | 37 | A1 | 2F | 1F |
| Octal | 51 | 163 | 134 | 100 | 0 | 24 | 67 | 241 | 57 | 37 |
| Binary | 101001 | 1110011 | 1011100 | 1000000 | 0 | 10100 | 110111 | 10100001 | 101111 | 11111 |
Color Harmonies of #29735C
Complementary color
Monochromatic Colors of #29735C
Black with #29735C
Text Example
Text Example
White with #29735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29735C; }
p { color: rgb(41,115,92); }
H1.HeaderClassName
{
color: #29735C;
}
.AnyTagClassName
{
color: #29735C;
}
</style>
background-color css
<style>
a { background-color: #29735C; }
a { background-color: rgb(41,115,92); }
div.DivClassName
{
background-color: #29735C;
}
.BgClassName
{
background-color: #29735C;
}
</style>
border-color css
<style>
span { border-color: #29735C; }
span { border-color: rgb(41,115,92); }
td.TdClassName
{
border-color: #29735C;
}
.TagClassName
{
border-color: #29735C;
}
</style>