Shades of Evening Sea #296A4E
Tints of Evening Sea #296A4E
RGB
CMYK
RGB Variations
Color information
#296A4E (or 0x296A4E) is known color: Evening Sea. HEX triplet: 29, 6A and 4E. RGB value is (41,106,78). Sum of RGB (Red+Green+Blue) = 41+106+78=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #296A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A4E is #D695B1. Grayscale: #535353. Windows color (decimal): -14063026 or 5138985. OLE color: 5138985.
HSL color Cylindrical-coordinate representation of color #296A4E: hue angle of 154.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A4E is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 78 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.58 |
| HSL | 154.15º | 0.44% | 0.29% | - |
| HSV(B) | 154.15º | 0.61% | 0.42% | - |
| XYZ | 7.44 | 11.33 | 9 | - |
| YUV | 83.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 78 | 0.61 | 0 | 0.26 | 0.58 | 154.15 | 0.44 | 0.29 |
| Hex | 29 | 6A | 4E | 3D | 0 | 1A | 3A | 9A | 2C | 1D |
| Octal | 51 | 152 | 116 | 75 | 0 | 32 | 72 | 232 | 54 | 35 |
| Binary | 101001 | 1101010 | 1001110 | 111101 | 0 | 11010 | 111010 | 10011010 | 101100 | 11101 |
Color Harmonies of #296A4E
Complementary color
Monochromatic Colors of #296A4E
Black with #296A4E
Text Example
Text Example
White with #296A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A4E; }
p { color: rgb(41,106,78); }
H1.HeaderClassName
{
color: #296A4E;
}
.AnyTagClassName
{
color: #296A4E;
}
</style>
background-color css
<style>
a { background-color: #296A4E; }
a { background-color: rgb(41,106,78); }
div.DivClassName
{
background-color: #296A4E;
}
.BgClassName
{
background-color: #296A4E;
}
</style>
border-color css
<style>
span { border-color: #296A4E; }
span { border-color: rgb(41,106,78); }
td.TdClassName
{
border-color: #296A4E;
}
.TagClassName
{
border-color: #296A4E;
}
</style>