Shades of Evening Sea #29594E
Tints of Evening Sea #29594E
RGB
CMYK
RGB Variations
Color information
#29594E (or 0x29594E) is known color: Evening Sea. HEX triplet: 29, 59 and 4E. RGB value is (41,89,78). Sum of RGB (Red+Green+Blue) = 41+89+78=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #29594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29594E is #D6A6B1. Grayscale: #494949. Windows color (decimal): -14067378 or 5134633. OLE color: 5134633.
HSL color Cylindrical-coordinate representation of color #29594E: hue angle of 166.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29594E is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 78 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.65 |
| HSL | 166.25º | 0.37% | 0.25% | - |
| HSV(B) | 166.25º | 0.54% | 0.35% | - |
| XYZ | 5.86 | 8.17 | 8.48 | - |
| YUV | 73.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 78 | 0.54 | 0 | 0.12 | 0.65 | 166.25 | 0.37 | 0.25 |
| Hex | 29 | 59 | 4E | 36 | 0 | C | 41 | A6 | 25 | 19 |
| Octal | 51 | 131 | 116 | 66 | 0 | 14 | 101 | 246 | 45 | 31 |
| Binary | 101001 | 1011001 | 1001110 | 110110 | 0 | 1100 | 1000001 | 10100110 | 100101 | 11001 |
Color Harmonies of #29594E
Complementary color
Monochromatic Colors of #29594E
Black with #29594E
Text Example
Text Example
White with #29594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29594E; }
p { color: rgb(41,89,78); }
H1.HeaderClassName
{
color: #29594E;
}
.AnyTagClassName
{
color: #29594E;
}
</style>
background-color css
<style>
a { background-color: #29594E; }
a { background-color: rgb(41,89,78); }
div.DivClassName
{
background-color: #29594E;
}
.BgClassName
{
background-color: #29594E;
}
</style>
border-color css
<style>
span { border-color: #29594E; }
span { border-color: rgb(41,89,78); }
td.TdClassName
{
border-color: #29594E;
}
.TagClassName
{
border-color: #29594E;
}
</style>