Shades of Eden #295A55
Tints of Eden #295A55
RGB
CMYK
RGB Variations
Color information
#295A55 (or 0x295A55) is known color: Eden. HEX triplet: 29, 5A and 55. RGB value is (41,90,85). Sum of RGB (Red+Green+Blue) = 41+90+85=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #295A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A55 is #D6A5AA. Grayscale: #4A4A4A. Windows color (decimal): -14067115 or 5593641. OLE color: 5593641.
HSL color Cylindrical-coordinate representation of color #295A55: hue angle of 173.88º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A55 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 85 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.65 |
| HSL | 173.88º | 0.37% | 0.26% | - |
| HSV(B) | 173.88º | 0.54% | 0.35% | - |
| XYZ | 6.21 | 8.44 | 9.9 | - |
| YUV | 74.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 85 | 0.54 | 0 | 0.06 | 0.65 | 173.88 | 0.37 | 0.26 |
| Hex | 29 | 5A | 55 | 36 | 0 | 6 | 41 | AE | 25 | 1A |
| Octal | 51 | 132 | 125 | 66 | 0 | 6 | 101 | 256 | 45 | 32 |
| Binary | 101001 | 1011010 | 1010101 | 110110 | 0 | 110 | 1000001 | 10101110 | 100101 | 11010 |
Color Harmonies of #295A55
Complementary color
Monochromatic Colors of #295A55
Black with #295A55
Text Example
Text Example
White with #295A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A55; }
p { color: rgb(41,90,85); }
H1.HeaderClassName
{
color: #295A55;
}
.AnyTagClassName
{
color: #295A55;
}
</style>
background-color css
<style>
a { background-color: #295A55; }
a { background-color: rgb(41,90,85); }
div.DivClassName
{
background-color: #295A55;
}
.BgClassName
{
background-color: #295A55;
}
</style>
border-color css
<style>
span { border-color: #295A55; }
span { border-color: rgb(41,90,85); }
td.TdClassName
{
border-color: #295A55;
}
.TagClassName
{
border-color: #295A55;
}
</style>