Shades of Eden #296A5C
Tints of Eden #296A5C
RGB
CMYK
RGB Variations
Color information
#296A5C (or 0x296A5C) is known color: Eden. HEX triplet: 29, 6A and 5C. RGB value is (41,106,92). Sum of RGB (Red+Green+Blue) = 41+106+92=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #296A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A5C is #D695A3. Grayscale: #545454. Windows color (decimal): -14063012 or 6056489. OLE color: 6056489.
HSL color Cylindrical-coordinate representation of color #296A5C: hue angle of 167.08º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A5C is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 92 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.58 |
| HSL | 167.08º | 0.44% | 0.29% | - |
| HSV(B) | 167.08º | 0.61% | 0.42% | - |
| XYZ | 8 | 11.55 | 11.93 | - |
| YUV | 84.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 92 | 0.61 | 0 | 0.13 | 0.58 | 167.08 | 0.44 | 0.29 |
| Hex | 29 | 6A | 5C | 3D | 0 | D | 3A | A7 | 2C | 1D |
| Octal | 51 | 152 | 134 | 75 | 0 | 15 | 72 | 247 | 54 | 35 |
| Binary | 101001 | 1101010 | 1011100 | 111101 | 0 | 1101 | 111010 | 10100111 | 101100 | 11101 |
Color Harmonies of #296A5C
Complementary color
Monochromatic Colors of #296A5C
Black with #296A5C
Text Example
Text Example
White with #296A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A5C; }
p { color: rgb(41,106,92); }
H1.HeaderClassName
{
color: #296A5C;
}
.AnyTagClassName
{
color: #296A5C;
}
</style>
background-color css
<style>
a { background-color: #296A5C; }
a { background-color: rgb(41,106,92); }
div.DivClassName
{
background-color: #296A5C;
}
.BgClassName
{
background-color: #296A5C;
}
</style>
border-color css
<style>
span { border-color: #296A5C; }
span { border-color: rgb(41,106,92); }
td.TdClassName
{
border-color: #296A5C;
}
.TagClassName
{
border-color: #296A5C;
}
</style>