Shades of Eden #29675E
Tints of Eden #29675E
RGB
CMYK
RGB Variations
Color information
#29675E (or 0x29675E) is known color: Eden. HEX triplet: 29, 67 and 5E. RGB value is (41,103,94). Sum of RGB (Red+Green+Blue) = 41+103+94=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #29675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29675E is #D698A1. Grayscale: #535353. Windows color (decimal): -14063778 or 6186793. OLE color: 6186793.
HSL color Cylindrical-coordinate representation of color #29675E: hue angle of 171.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29675E is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 103 | 94 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.60 |
| HSL | 171.29º | 0.43% | 0.28% | - |
| HSV(B) | 171.29º | 0.6% | 0.4% | - |
| XYZ | 7.79 | 10.98 | 12.3 | - |
| YUV | 83.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 94 | 0.60 | 0 | 0.09 | 0.60 | 171.29 | 0.43 | 0.28 |
| Hex | 29 | 67 | 5E | 3C | 0 | 9 | 3C | AB | 2B | 1C |
| Octal | 51 | 147 | 136 | 74 | 0 | 11 | 74 | 253 | 53 | 34 |
| Binary | 101001 | 1100111 | 1011110 | 111100 | 0 | 1001 | 111100 | 10101011 | 101011 | 11100 |
Color Harmonies of #29675E
Complementary color
Monochromatic Colors of #29675E
Black with #29675E
Text Example
Text Example
White with #29675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29675E; }
p { color: rgb(41,103,94); }
H1.HeaderClassName
{
color: #29675E;
}
.AnyTagClassName
{
color: #29675E;
}
</style>
background-color css
<style>
a { background-color: #29675E; }
a { background-color: rgb(41,103,94); }
div.DivClassName
{
background-color: #29675E;
}
.BgClassName
{
background-color: #29675E;
}
</style>
border-color css
<style>
span { border-color: #29675E; }
span { border-color: rgb(41,103,94); }
td.TdClassName
{
border-color: #29675E;
}
.TagClassName
{
border-color: #29675E;
}
</style>