Shades of Eden #296C59
Tints of Eden #296C59
RGB
CMYK
RGB Variations
Color information
#296C59 (or 0x296C59) is known color: Eden. HEX triplet: 29, 6C and 59. RGB value is (41,108,89). Sum of RGB (Red+Green+Blue) = 41+108+89=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #296C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C59 is #D693A6. Grayscale: #555555. Windows color (decimal): -14062503 or 5860393. OLE color: 5860393.
HSL color Cylindrical-coordinate representation of color #296C59: hue angle of 162.99º 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 #296C59 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 108 | 89 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.58 |
| HSL | 162.99º | 0.45% | 0.29% | - |
| HSV(B) | 162.99º | 0.62% | 0.42% | - |
| XYZ | 8.08 | 11.92 | 11.33 | - |
| YUV | 85.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 89 | 0.62 | 0 | 0.18 | 0.58 | 162.99 | 0.45 | 0.29 |
| Hex | 29 | 6C | 59 | 3E | 0 | 12 | 3A | A3 | 2D | 1D |
| Octal | 51 | 154 | 131 | 76 | 0 | 22 | 72 | 243 | 55 | 35 |
| Binary | 101001 | 1101100 | 1011001 | 111110 | 0 | 10010 | 111010 | 10100011 | 101101 | 11101 |
Color Harmonies of #296C59
Complementary color
Monochromatic Colors of #296C59
Black with #296C59
Text Example
Text Example
White with #296C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C59; }
p { color: rgb(41,108,89); }
H1.HeaderClassName
{
color: #296C59;
}
.AnyTagClassName
{
color: #296C59;
}
</style>
background-color css
<style>
a { background-color: #296C59; }
a { background-color: rgb(41,108,89); }
div.DivClassName
{
background-color: #296C59;
}
.BgClassName
{
background-color: #296C59;
}
</style>
border-color css
<style>
span { border-color: #296C59; }
span { border-color: rgb(41,108,89); }
td.TdClassName
{
border-color: #296C59;
}
.TagClassName
{
border-color: #296C59;
}
</style>