Shades of Eden #296D56
Tints of Eden #296D56
RGB
CMYK
RGB Variations
Color information
#296D56 (or 0x296D56) is known color: Eden. HEX triplet: 29, 6D and 56. RGB value is (41,109,86). Sum of RGB (Red+Green+Blue) = 41+109+86=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #296D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D56 is #D692A9. Grayscale: #565656. Windows color (decimal): -14062250 or 5664041. OLE color: 5664041.
HSL color Cylindrical-coordinate representation of color #296D56: hue angle of 159.71º 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 #296D56 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 86 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.57 |
| HSL | 159.71º | 0.45% | 0.29% | - |
| HSV(B) | 159.71º | 0.62% | 0.43% | - |
| XYZ | 8.06 | 12.08 | 10.71 | - |
| YUV | 86.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 86 | 0.62 | 0 | 0.21 | 0.57 | 159.71 | 0.45 | 0.29 |
| Hex | 29 | 6D | 56 | 3E | 0 | 15 | 39 | A0 | 2D | 1D |
| Octal | 51 | 155 | 126 | 76 | 0 | 25 | 71 | 240 | 55 | 35 |
| Binary | 101001 | 1101101 | 1010110 | 111110 | 0 | 10101 | 111001 | 10100000 | 101101 | 11101 |
Color Harmonies of #296D56
Complementary color
Monochromatic Colors of #296D56
Black with #296D56
Text Example
Text Example
White with #296D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D56; }
p { color: rgb(41,109,86); }
H1.HeaderClassName
{
color: #296D56;
}
.AnyTagClassName
{
color: #296D56;
}
</style>
background-color css
<style>
a { background-color: #296D56; }
a { background-color: rgb(41,109,86); }
div.DivClassName
{
background-color: #296D56;
}
.BgClassName
{
background-color: #296D56;
}
</style>
border-color css
<style>
span { border-color: #296D56; }
span { border-color: rgb(41,109,86); }
td.TdClassName
{
border-color: #296D56;
}
.TagClassName
{
border-color: #296D56;
}
</style>