Shades of Evening Sea #296D55
Tints of Evening Sea #296D55
RGB
CMYK
RGB Variations
Color information
#296D55 (or 0x296D55) is known color: Evening Sea. HEX triplet: 29, 6D and 55. RGB value is (41,109,85). Sum of RGB (Red+Green+Blue) = 41+109+85=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #296D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D55 is #D692AA. Grayscale: #555555. Windows color (decimal): -14062251 or 5598505. OLE color: 5598505.
HSL color Cylindrical-coordinate representation of color #296D55: hue angle of 158.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D55 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 85 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.57 |
| HSL | 158.82º | 0.45% | 0.29% | - |
| HSV(B) | 158.82º | 0.62% | 0.43% | - |
| XYZ | 8.02 | 12.06 | 10.5 | - |
| YUV | 85.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 85 | 0.62 | 0 | 0.22 | 0.57 | 158.82 | 0.45 | 0.29 |
| Hex | 29 | 6D | 55 | 3E | 0 | 16 | 39 | 9F | 2D | 1D |
| Octal | 51 | 155 | 125 | 76 | 0 | 26 | 71 | 237 | 55 | 35 |
| Binary | 101001 | 1101101 | 1010101 | 111110 | 0 | 10110 | 111001 | 10011111 | 101101 | 11101 |
Color Harmonies of #296D55
Complementary color
Monochromatic Colors of #296D55
Black with #296D55
Text Example
Text Example
White with #296D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D55; }
p { color: rgb(41,109,85); }
H1.HeaderClassName
{
color: #296D55;
}
.AnyTagClassName
{
color: #296D55;
}
</style>
background-color css
<style>
a { background-color: #296D55; }
a { background-color: rgb(41,109,85); }
div.DivClassName
{
background-color: #296D55;
}
.BgClassName
{
background-color: #296D55;
}
</style>
border-color css
<style>
span { border-color: #296D55; }
span { border-color: rgb(41,109,85); }
td.TdClassName
{
border-color: #296D55;
}
.TagClassName
{
border-color: #296D55;
}
</style>