Shades of Eden #296C5D
Tints of Eden #296C5D
RGB
CMYK
RGB Variations
Color information
#296C5D (or 0x296C5D) is known color: Eden. HEX triplet: 29, 6C and 5D. RGB value is (41,108,93). Sum of RGB (Red+Green+Blue) = 41+108+93=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #296C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C5D is #D693A2. Grayscale: #565656. Windows color (decimal): -14062499 or 6122537. OLE color: 6122537.
HSL color Cylindrical-coordinate representation of color #296C5D: hue angle of 166.57º 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 #296C5D is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 108 | 93 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.58 |
| HSL | 166.57º | 0.45% | 0.29% | - |
| HSV(B) | 166.57º | 0.62% | 0.42% | - |
| XYZ | 8.25 | 11.99 | 12.23 | - |
| YUV | 86.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 93 | 0.62 | 0 | 0.14 | 0.58 | 166.57 | 0.45 | 0.29 |
| Hex | 29 | 6C | 5D | 3E | 0 | E | 3A | A7 | 2D | 1D |
| Octal | 51 | 154 | 135 | 76 | 0 | 16 | 72 | 247 | 55 | 35 |
| Binary | 101001 | 1101100 | 1011101 | 111110 | 0 | 1110 | 111010 | 10100111 | 101101 | 11101 |
Color Harmonies of #296C5D
Complementary color
Monochromatic Colors of #296C5D
Black with #296C5D
Text Example
Text Example
White with #296C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C5D; }
p { color: rgb(41,108,93); }
H1.HeaderClassName
{
color: #296C5D;
}
.AnyTagClassName
{
color: #296C5D;
}
</style>
background-color css
<style>
a { background-color: #296C5D; }
a { background-color: rgb(41,108,93); }
div.DivClassName
{
background-color: #296C5D;
}
.BgClassName
{
background-color: #296C5D;
}
</style>
border-color css
<style>
span { border-color: #296C5D; }
span { border-color: rgb(41,108,93); }
td.TdClassName
{
border-color: #296C5D;
}
.TagClassName
{
border-color: #296C5D;
}
</style>