Shades of Evening Sea #29604E
Tints of Evening Sea #29604E
RGB
CMYK
RGB Variations
Color information
#29604E (or 0x29604E) is known color: Evening Sea. HEX triplet: 29, 60 and 4E. RGB value is (41,96,78). Sum of RGB (Red+Green+Blue) = 41+96+78=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #29604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29604E is #D69FB1. Grayscale: #4D4D4D. Windows color (decimal): -14065586 or 5136425. OLE color: 5136425.
HSL color Cylindrical-coordinate representation of color #29604E: hue angle of 160.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29604E is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 96 | 78 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.62 |
| HSL | 160.36º | 0.4% | 0.27% | - |
| HSV(B) | 160.36º | 0.57% | 0.38% | - |
| XYZ | 6.47 | 9.39 | 8.68 | - |
| YUV | 77.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 78 | 0.57 | 0 | 0.19 | 0.62 | 160.36 | 0.4 | 0.27 |
| Hex | 29 | 60 | 4E | 39 | 0 | 13 | 3E | A0 | 28 | 1B |
| Octal | 51 | 140 | 116 | 71 | 0 | 23 | 76 | 240 | 50 | 33 |
| Binary | 101001 | 1100000 | 1001110 | 111001 | 0 | 10011 | 111110 | 10100000 | 101000 | 11011 |
Color Harmonies of #29604E
Complementary color
Monochromatic Colors of #29604E
Black with #29604E
Text Example
Text Example
White with #29604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29604E; }
p { color: rgb(41,96,78); }
H1.HeaderClassName
{
color: #29604E;
}
.AnyTagClassName
{
color: #29604E;
}
</style>
background-color css
<style>
a { background-color: #29604E; }
a { background-color: rgb(41,96,78); }
div.DivClassName
{
background-color: #29604E;
}
.BgClassName
{
background-color: #29604E;
}
</style>
border-color css
<style>
span { border-color: #29604E; }
span { border-color: rgb(41,96,78); }
td.TdClassName
{
border-color: #29604E;
}
.TagClassName
{
border-color: #29604E;
}
</style>