Shades of Eden #296D5C
Tints of Eden #296D5C
RGB
CMYK
RGB Variations
Color information
#296D5C (or 0x296D5C) is known color: Eden. HEX triplet: 29, 6D and 5C. RGB value is (41,109,92). Sum of RGB (Red+Green+Blue) = 41+109+92=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #296D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D5C is #D692A3. Grayscale: #565656. Windows color (decimal): -14062244 or 6057257. OLE color: 6057257.
HSL color Cylindrical-coordinate representation of color #296D5C: hue angle of 165º 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 #296D5C is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 92 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.57 |
| HSL | 165º | 0.45% | 0.29% | - |
| HSV(B) | 165º | 0.62% | 0.43% | - |
| XYZ | 8.31 | 12.18 | 12.04 | - |
| YUV | 86.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 92 | 0.62 | 0 | 0.16 | 0.57 | 165 | 0.45 | 0.29 |
| Hex | 29 | 6D | 5C | 3E | 0 | 10 | 39 | A5 | 2D | 1D |
| Octal | 51 | 155 | 134 | 76 | 0 | 20 | 71 | 245 | 55 | 35 |
| Binary | 101001 | 1101101 | 1011100 | 111110 | 0 | 10000 | 111001 | 10100101 | 101101 | 11101 |
Color Harmonies of #296D5C
Complementary color
Monochromatic Colors of #296D5C
Black with #296D5C
Text Example
Text Example
White with #296D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D5C; }
p { color: rgb(41,109,92); }
H1.HeaderClassName
{
color: #296D5C;
}
.AnyTagClassName
{
color: #296D5C;
}
</style>
background-color css
<style>
a { background-color: #296D5C; }
a { background-color: rgb(41,109,92); }
div.DivClassName
{
background-color: #296D5C;
}
.BgClassName
{
background-color: #296D5C;
}
</style>
border-color css
<style>
span { border-color: #296D5C; }
span { border-color: rgb(41,109,92); }
td.TdClassName
{
border-color: #296D5C;
}
.TagClassName
{
border-color: #296D5C;
}
</style>