Shades of Evening Sea #29624A
Tints of Evening Sea #29624A
RGB
CMYK
RGB Variations
Color information
#29624A (or 0x29624A) is known color: Evening Sea. HEX triplet: 29, 62 and 4A. RGB value is (41,98,74). Sum of RGB (Red+Green+Blue) = 41+98+74=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #29624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29624A is #D69DB5. Grayscale: #4E4E4E. Windows color (decimal): -14065078 or 4874793. OLE color: 4874793.
HSL color Cylindrical-coordinate representation of color #29624A: hue angle of 154.74º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29624A is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 98 | 74 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.62 |
| HSL | 154.74º | 0.41% | 0.27% | - |
| HSV(B) | 154.74º | 0.58% | 0.38% | - |
| XYZ | 6.52 | 9.7 | 8.01 | - |
| YUV | 78.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 74 | 0.58 | 0 | 0.24 | 0.62 | 154.74 | 0.41 | 0.27 |
| Hex | 29 | 62 | 4A | 3A | 0 | 18 | 3E | 9B | 29 | 1B |
| Octal | 51 | 142 | 112 | 72 | 0 | 30 | 76 | 233 | 51 | 33 |
| Binary | 101001 | 1100010 | 1001010 | 111010 | 0 | 11000 | 111110 | 10011011 | 101001 | 11011 |
Color Harmonies of #29624A
Complementary color
Monochromatic Colors of #29624A
Black with #29624A
Text Example
Text Example
White with #29624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29624A; }
p { color: rgb(41,98,74); }
H1.HeaderClassName
{
color: #29624A;
}
.AnyTagClassName
{
color: #29624A;
}
</style>
background-color css
<style>
a { background-color: #29624A; }
a { background-color: rgb(41,98,74); }
div.DivClassName
{
background-color: #29624A;
}
.BgClassName
{
background-color: #29624A;
}
</style>
border-color css
<style>
span { border-color: #29624A; }
span { border-color: rgb(41,98,74); }
td.TdClassName
{
border-color: #29624A;
}
.TagClassName
{
border-color: #29624A;
}
</style>