Shades of Eden #296C56
Tints of Eden #296C56
RGB
CMYK
RGB Variations
Color information
#296C56 (or 0x296C56) is known color: Eden. HEX triplet: 29, 6C and 56. RGB value is (41,108,86). Sum of RGB (Red+Green+Blue) = 41+108+86=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #296C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C56 is #D693A9. Grayscale: #555555. Windows color (decimal): -14062506 or 5663785. OLE color: 5663785.
HSL color Cylindrical-coordinate representation of color #296C56: hue angle of 160.3º 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 #296C56 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 108 | 86 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.58 |
| HSL | 160.3º | 0.45% | 0.29% | - |
| HSV(B) | 160.3º | 0.62% | 0.42% | - |
| XYZ | 7.96 | 11.87 | 10.68 | - |
| YUV | 85.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 86 | 0.62 | 0 | 0.20 | 0.58 | 160.3 | 0.45 | 0.29 |
| Hex | 29 | 6C | 56 | 3E | 0 | 14 | 3A | A0 | 2D | 1D |
| Octal | 51 | 154 | 126 | 76 | 0 | 24 | 72 | 240 | 55 | 35 |
| Binary | 101001 | 1101100 | 1010110 | 111110 | 0 | 10100 | 111010 | 10100000 | 101101 | 11101 |
Color Harmonies of #296C56
Complementary color
Monochromatic Colors of #296C56
Black with #296C56
Text Example
Text Example
White with #296C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C56; }
p { color: rgb(41,108,86); }
H1.HeaderClassName
{
color: #296C56;
}
.AnyTagClassName
{
color: #296C56;
}
</style>
background-color css
<style>
a { background-color: #296C56; }
a { background-color: rgb(41,108,86); }
div.DivClassName
{
background-color: #296C56;
}
.BgClassName
{
background-color: #296C56;
}
</style>
border-color css
<style>
span { border-color: #296C56; }
span { border-color: rgb(41,108,86); }
td.TdClassName
{
border-color: #296C56;
}
.TagClassName
{
border-color: #296C56;
}
</style>