Shades of Eden #296B60
Tints of Eden #296B60
RGB
CMYK
RGB Variations
Color information
#296B60 (or 0x296B60) is known color: Eden. HEX triplet: 29, 6B and 60. RGB value is (41,107,96). Sum of RGB (Red+Green+Blue) = 41+107+96=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #296B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B60 is #D6949F. Grayscale: #555555. Windows color (decimal): -14062752 or 6318889. OLE color: 6318889.
HSL color Cylindrical-coordinate representation of color #296B60: hue angle of 170º 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 #296B60 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 96 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.58 |
| HSL | 170º | 0.45% | 0.29% | - |
| HSV(B) | 170º | 0.62% | 0.42% | - |
| XYZ | 8.28 | 11.83 | 12.91 | - |
| YUV | 86.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 96 | 0.62 | 0 | 0.10 | 0.58 | 170 | 0.45 | 0.29 |
| Hex | 29 | 6B | 60 | 3E | 0 | A | 3A | AA | 2D | 1D |
| Octal | 51 | 153 | 140 | 76 | 0 | 12 | 72 | 252 | 55 | 35 |
| Binary | 101001 | 1101011 | 1100000 | 111110 | 0 | 1010 | 111010 | 10101010 | 101101 | 11101 |
Color Harmonies of #296B60
Complementary color
Monochromatic Colors of #296B60
Black with #296B60
Text Example
Text Example
White with #296B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B60; }
p { color: rgb(41,107,96); }
H1.HeaderClassName
{
color: #296B60;
}
.AnyTagClassName
{
color: #296B60;
}
</style>
background-color css
<style>
a { background-color: #296B60; }
a { background-color: rgb(41,107,96); }
div.DivClassName
{
background-color: #296B60;
}
.BgClassName
{
background-color: #296B60;
}
</style>
border-color css
<style>
span { border-color: #296B60; }
span { border-color: rgb(41,107,96); }
td.TdClassName
{
border-color: #296B60;
}
.TagClassName
{
border-color: #296B60;
}
</style>