Shades of Evening Sea #296B52
Tints of Evening Sea #296B52
RGB
CMYK
RGB Variations
Color information
#296B52 (or 0x296B52) is known color: Evening Sea. HEX triplet: 29, 6B and 52. RGB value is (41,107,82). Sum of RGB (Red+Green+Blue) = 41+107+82=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #296B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B52 is #D694AD. Grayscale: #545454. Windows color (decimal): -14062766 or 5401385. OLE color: 5401385.
HSL color Cylindrical-coordinate representation of color #296B52: hue angle of 157.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B52 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 82 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.58 |
| HSL | 157.27º | 0.45% | 0.29% | - |
| HSV(B) | 157.27º | 0.62% | 0.42% | - |
| XYZ | 7.7 | 11.6 | 9.82 | - |
| YUV | 84.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 82 | 0.62 | 0 | 0.23 | 0.58 | 157.27 | 0.45 | 0.29 |
| Hex | 29 | 6B | 52 | 3E | 0 | 17 | 3A | 9D | 2D | 1D |
| Octal | 51 | 153 | 122 | 76 | 0 | 27 | 72 | 235 | 55 | 35 |
| Binary | 101001 | 1101011 | 1010010 | 111110 | 0 | 10111 | 111010 | 10011101 | 101101 | 11101 |
Color Harmonies of #296B52
Complementary color
Monochromatic Colors of #296B52
Black with #296B52
Text Example
Text Example
White with #296B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B52; }
p { color: rgb(41,107,82); }
H1.HeaderClassName
{
color: #296B52;
}
.AnyTagClassName
{
color: #296B52;
}
</style>
background-color css
<style>
a { background-color: #296B52; }
a { background-color: rgb(41,107,82); }
div.DivClassName
{
background-color: #296B52;
}
.BgClassName
{
background-color: #296B52;
}
</style>
border-color css
<style>
span { border-color: #296B52; }
span { border-color: rgb(41,107,82); }
td.TdClassName
{
border-color: #296B52;
}
.TagClassName
{
border-color: #296B52;
}
</style>