Shades of Evening Sea #29644C
Tints of Evening Sea #29644C
RGB
CMYK
RGB Variations
Color information
#29644C (or 0x29644C) is known color: Evening Sea. HEX triplet: 29, 64 and 4C. RGB value is (41,100,76). Sum of RGB (Red+Green+Blue) = 41+100+76=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #29644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29644C is #D69BB3. Grayscale: #4F4F4F. Windows color (decimal): -14064564 or 5006377. OLE color: 5006377.
HSL color Cylindrical-coordinate representation of color #29644C: hue angle of 155.59º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29644C is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 100 | 76 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.61 |
| HSL | 155.59º | 0.42% | 0.28% | - |
| HSV(B) | 155.59º | 0.59% | 0.39% | - |
| XYZ | 6.78 | 10.11 | 8.43 | - |
| YUV | 79.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 76 | 0.59 | 0 | 0.24 | 0.61 | 155.59 | 0.42 | 0.28 |
| Hex | 29 | 64 | 4C | 3B | 0 | 18 | 3D | 9C | 2A | 1C |
| Octal | 51 | 144 | 114 | 73 | 0 | 30 | 75 | 234 | 52 | 34 |
| Binary | 101001 | 1100100 | 1001100 | 111011 | 0 | 11000 | 111101 | 10011100 | 101010 | 11100 |
Color Harmonies of #29644C
Complementary color
Monochromatic Colors of #29644C
Black with #29644C
Text Example
Text Example
White with #29644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29644C; }
p { color: rgb(41,100,76); }
H1.HeaderClassName
{
color: #29644C;
}
.AnyTagClassName
{
color: #29644C;
}
</style>
background-color css
<style>
a { background-color: #29644C; }
a { background-color: rgb(41,100,76); }
div.DivClassName
{
background-color: #29644C;
}
.BgClassName
{
background-color: #29644C;
}
</style>
border-color css
<style>
span { border-color: #29644C; }
span { border-color: rgb(41,100,76); }
td.TdClassName
{
border-color: #29644C;
}
.TagClassName
{
border-color: #29644C;
}
</style>