Shades of Eden #295D58
Tints of Eden #295D58
RGB
CMYK
RGB Variations
Color information
#295D58 (or 0x295D58) is known color: Eden. HEX triplet: 29, 5D and 58. RGB value is (41,93,88). Sum of RGB (Red+Green+Blue) = 41+93+88=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #295D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D58 is #D6A2A7. Grayscale: #4C4C4C. Windows color (decimal): -14066344 or 5791017. OLE color: 5791017.
HSL color Cylindrical-coordinate representation of color #295D58: hue angle of 174.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D58 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 88 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.64 |
| HSL | 174.23º | 0.39% | 0.26% | - |
| HSV(B) | 174.23º | 0.56% | 0.36% | - |
| XYZ | 6.59 | 9 | 10.62 | - |
| YUV | 76.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 88 | 0.56 | 0 | 0.05 | 0.64 | 174.23 | 0.39 | 0.26 |
| Hex | 29 | 5D | 58 | 38 | 0 | 5 | 40 | AE | 27 | 1A |
| Octal | 51 | 135 | 130 | 70 | 0 | 5 | 100 | 256 | 47 | 32 |
| Binary | 101001 | 1011101 | 1011000 | 111000 | 0 | 101 | 1000000 | 10101110 | 100111 | 11010 |
Color Harmonies of #295D58
Complementary color
Monochromatic Colors of #295D58
Black with #295D58
Text Example
Text Example
White with #295D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D58; }
p { color: rgb(41,93,88); }
H1.HeaderClassName
{
color: #295D58;
}
.AnyTagClassName
{
color: #295D58;
}
</style>
background-color css
<style>
a { background-color: #295D58; }
a { background-color: rgb(41,93,88); }
div.DivClassName
{
background-color: #295D58;
}
.BgClassName
{
background-color: #295D58;
}
</style>
border-color css
<style>
span { border-color: #295D58; }
span { border-color: rgb(41,93,88); }
td.TdClassName
{
border-color: #295D58;
}
.TagClassName
{
border-color: #295D58;
}
</style>