Shades of Evening Sea #296D51
Tints of Evening Sea #296D51
RGB
CMYK
RGB Variations
Color information
#296D51 (or 0x296D51) is known color: Evening Sea. HEX triplet: 29, 6D and 51. RGB value is (41,109,81). Sum of RGB (Red+Green+Blue) = 41+109+81=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #296D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D51 is #D692AE. Grayscale: #555555. Windows color (decimal): -14062255 or 5336361. OLE color: 5336361.
HSL color Cylindrical-coordinate representation of color #296D51: hue angle of 155.29º 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 #296D51 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 81 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.57 |
| HSL | 155.29º | 0.45% | 0.29% | - |
| HSV(B) | 155.29º | 0.62% | 0.43% | - |
| XYZ | 7.87 | 12 | 9.69 | - |
| YUV | 85.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 81 | 0.62 | 0 | 0.26 | 0.57 | 155.29 | 0.45 | 0.29 |
| Hex | 29 | 6D | 51 | 3E | 0 | 1A | 39 | 9B | 2D | 1D |
| Octal | 51 | 155 | 121 | 76 | 0 | 32 | 71 | 233 | 55 | 35 |
| Binary | 101001 | 1101101 | 1010001 | 111110 | 0 | 11010 | 111001 | 10011011 | 101101 | 11101 |
Color Harmonies of #296D51
Complementary color
Monochromatic Colors of #296D51
Black with #296D51
Text Example
Text Example
White with #296D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D51; }
p { color: rgb(41,109,81); }
H1.HeaderClassName
{
color: #296D51;
}
.AnyTagClassName
{
color: #296D51;
}
</style>
background-color css
<style>
a { background-color: #296D51; }
a { background-color: rgb(41,109,81); }
div.DivClassName
{
background-color: #296D51;
}
.BgClassName
{
background-color: #296D51;
}
</style>
border-color css
<style>
span { border-color: #296D51; }
span { border-color: rgb(41,109,81); }
td.TdClassName
{
border-color: #296D51;
}
.TagClassName
{
border-color: #296D51;
}
</style>