Shades of Evening Sea #29584E
Tints of Evening Sea #29584E
RGB
CMYK
RGB Variations
Color information
#29584E (or 0x29584E) is known color: Evening Sea. HEX triplet: 29, 58 and 4E. RGB value is (41,88,78). Sum of RGB (Red+Green+Blue) = 41+88+78=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #29584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29584E is #D6A7B1. Grayscale: #484848. Windows color (decimal): -14067634 or 5134377. OLE color: 5134377.
HSL color Cylindrical-coordinate representation of color #29584E: hue angle of 167.23º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29584E is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 88 | 78 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.65 |
| HSL | 167.23º | 0.36% | 0.25% | - |
| HSV(B) | 167.23º | 0.53% | 0.35% | - |
| XYZ | 5.78 | 8 | 8.45 | - |
| YUV | 72.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 78 | 0.53 | 0 | 0.11 | 0.65 | 167.23 | 0.36 | 0.25 |
| Hex | 29 | 58 | 4E | 35 | 0 | B | 41 | A7 | 24 | 19 |
| Octal | 51 | 130 | 116 | 65 | 0 | 13 | 101 | 247 | 44 | 31 |
| Binary | 101001 | 1011000 | 1001110 | 110101 | 0 | 1011 | 1000001 | 10100111 | 100100 | 11001 |
Color Harmonies of #29584E
Complementary color
Monochromatic Colors of #29584E
Black with #29584E
Text Example
Text Example
White with #29584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29584E; }
p { color: rgb(41,88,78); }
H1.HeaderClassName
{
color: #29584E;
}
.AnyTagClassName
{
color: #29584E;
}
</style>
background-color css
<style>
a { background-color: #29584E; }
a { background-color: rgb(41,88,78); }
div.DivClassName
{
background-color: #29584E;
}
.BgClassName
{
background-color: #29584E;
}
</style>
border-color css
<style>
span { border-color: #29584E; }
span { border-color: rgb(41,88,78); }
td.TdClassName
{
border-color: #29584E;
}
.TagClassName
{
border-color: #29584E;
}
</style>