Shades of Eden #29625D
Tints of Eden #29625D
RGB
CMYK
RGB Variations
Color information
#29625D (or 0x29625D) is known color: Eden. HEX triplet: 29, 62 and 5D. RGB value is (41,98,93). Sum of RGB (Red+Green+Blue) = 41+98+93=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #29625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29625D is #D69DA2. Grayscale: #505050. Windows color (decimal): -14065059 or 6119977. OLE color: 6119977.
HSL color Cylindrical-coordinate representation of color #29625D: hue angle of 174.74º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29625D is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 98 | 93 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.62 |
| HSL | 174.74º | 0.41% | 0.27% | - |
| HSV(B) | 174.74º | 0.58% | 0.38% | - |
| XYZ | 7.26 | 10 | 11.9 | - |
| YUV | 80.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 93 | 0.58 | 0 | 0.05 | 0.62 | 174.74 | 0.41 | 0.27 |
| Hex | 29 | 62 | 5D | 3A | 0 | 5 | 3E | AF | 29 | 1B |
| Octal | 51 | 142 | 135 | 72 | 0 | 5 | 76 | 257 | 51 | 33 |
| Binary | 101001 | 1100010 | 1011101 | 111010 | 0 | 101 | 111110 | 10101111 | 101001 | 11011 |
Color Harmonies of #29625D
Complementary color
Monochromatic Colors of #29625D
Black with #29625D
Text Example
Text Example
White with #29625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29625D; }
p { color: rgb(41,98,93); }
H1.HeaderClassName
{
color: #29625D;
}
.AnyTagClassName
{
color: #29625D;
}
</style>
background-color css
<style>
a { background-color: #29625D; }
a { background-color: rgb(41,98,93); }
div.DivClassName
{
background-color: #29625D;
}
.BgClassName
{
background-color: #29625D;
}
</style>
border-color css
<style>
span { border-color: #29625D; }
span { border-color: rgb(41,98,93); }
td.TdClassName
{
border-color: #29625D;
}
.TagClassName
{
border-color: #29625D;
}
</style>