Shades of Evening Sea #29604A
Tints of Evening Sea #29604A
RGB
CMYK
RGB Variations
Color information
#29604A (or 0x29604A) is known color: Evening Sea. HEX triplet: 29, 60 and 4A. RGB value is (41,96,74). Sum of RGB (Red+Green+Blue) = 41+96+74=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #29604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29604A is #D69FB5. Grayscale: #4D4D4D. Windows color (decimal): -14065590 or 4874281. OLE color: 4874281.
HSL color Cylindrical-coordinate representation of color #29604A: hue angle of 156º 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 #29604A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 96 | 74 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.62 |
| HSL | 156º | 0.4% | 0.27% | - |
| HSV(B) | 156º | 0.57% | 0.38% | - |
| XYZ | 6.33 | 9.33 | 7.95 | - |
| YUV | 77.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 74 | 0.57 | 0 | 0.23 | 0.62 | 156 | 0.4 | 0.27 |
| Hex | 29 | 60 | 4A | 39 | 0 | 17 | 3E | 9C | 28 | 1B |
| Octal | 51 | 140 | 112 | 71 | 0 | 27 | 76 | 234 | 50 | 33 |
| Binary | 101001 | 1100000 | 1001010 | 111001 | 0 | 10111 | 111110 | 10011100 | 101000 | 11011 |
Color Harmonies of #29604A
Complementary color
Monochromatic Colors of #29604A
Black with #29604A
Text Example
Text Example
White with #29604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29604A; }
p { color: rgb(41,96,74); }
H1.HeaderClassName
{
color: #29604A;
}
.AnyTagClassName
{
color: #29604A;
}
</style>
background-color css
<style>
a { background-color: #29604A; }
a { background-color: rgb(41,96,74); }
div.DivClassName
{
background-color: #29604A;
}
.BgClassName
{
background-color: #29604A;
}
</style>
border-color css
<style>
span { border-color: #29604A; }
span { border-color: rgb(41,96,74); }
td.TdClassName
{
border-color: #29604A;
}
.TagClassName
{
border-color: #29604A;
}
</style>