Shades of Evening Sea #29694E
Tints of Evening Sea #29694E
RGB
CMYK
RGB Variations
Color information
#29694E (or 0x29694E) is known color: Evening Sea. HEX triplet: 29, 69 and 4E. RGB value is (41,105,78). Sum of RGB (Red+Green+Blue) = 41+105+78=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #29694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29694E is #D696B1. Grayscale: #525252. Windows color (decimal): -14063282 or 5138729. OLE color: 5138729.
HSL color Cylindrical-coordinate representation of color #29694E: hue angle of 154.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29694E is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 105 | 78 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.59 |
| HSL | 154.69º | 0.44% | 0.29% | - |
| HSV(B) | 154.69º | 0.61% | 0.41% | - |
| XYZ | 7.34 | 11.12 | 8.97 | - |
| YUV | 82.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 105 | 78 | 0.61 | 0 | 0.26 | 0.59 | 154.69 | 0.44 | 0.29 |
| Hex | 29 | 69 | 4E | 3D | 0 | 1A | 3B | 9B | 2C | 1D |
| Octal | 51 | 151 | 116 | 75 | 0 | 32 | 73 | 233 | 54 | 35 |
| Binary | 101001 | 1101001 | 1001110 | 111101 | 0 | 11010 | 111011 | 10011011 | 101100 | 11101 |
Color Harmonies of #29694E
Complementary color
Monochromatic Colors of #29694E
Black with #29694E
Text Example
Text Example
White with #29694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29694E; }
p { color: rgb(41,105,78); }
H1.HeaderClassName
{
color: #29694E;
}
.AnyTagClassName
{
color: #29694E;
}
</style>
background-color css
<style>
a { background-color: #29694E; }
a { background-color: rgb(41,105,78); }
div.DivClassName
{
background-color: #29694E;
}
.BgClassName
{
background-color: #29694E;
}
</style>
border-color css
<style>
span { border-color: #29694E; }
span { border-color: rgb(41,105,78); }
td.TdClassName
{
border-color: #29694E;
}
.TagClassName
{
border-color: #29694E;
}
</style>