Shades of Eden #296F5F
Tints of Eden #296F5F
RGB
CMYK
RGB Variations
Color information
#296F5F (or 0x296F5F) is known color: Eden. HEX triplet: 29, 6F and 5F. RGB value is (41,111,95). Sum of RGB (Red+Green+Blue) = 41+111+95=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #296F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F5F is #D690A0. Grayscale: #585858. Windows color (decimal): -14061729 or 6254377. OLE color: 6254377.
HSL color Cylindrical-coordinate representation of color #296F5F: hue angle of 166.29º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296F5F is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 95 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.56 |
| HSL | 166.29º | 0.46% | 0.3% | - |
| HSV(B) | 166.29º | 0.63% | 0.44% | - |
| XYZ | 8.66 | 12.67 | 12.81 | - |
| YUV | 88.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 95 | 0.63 | 0 | 0.14 | 0.56 | 166.29 | 0.46 | 0.3 |
| Hex | 29 | 6F | 5F | 3F | 0 | E | 38 | A6 | 2E | 1E |
| Octal | 51 | 157 | 137 | 77 | 0 | 16 | 70 | 246 | 56 | 36 |
| Binary | 101001 | 1101111 | 1011111 | 111111 | 0 | 1110 | 111000 | 10100110 | 101110 | 11110 |
Color Harmonies of #296F5F
Complementary color
Monochromatic Colors of #296F5F
Black with #296F5F
Text Example
Text Example
White with #296F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F5F; }
p { color: rgb(41,111,95); }
H1.HeaderClassName
{
color: #296F5F;
}
.AnyTagClassName
{
color: #296F5F;
}
</style>
background-color css
<style>
a { background-color: #296F5F; }
a { background-color: rgb(41,111,95); }
div.DivClassName
{
background-color: #296F5F;
}
.BgClassName
{
background-color: #296F5F;
}
</style>
border-color css
<style>
span { border-color: #296F5F; }
span { border-color: rgb(41,111,95); }
td.TdClassName
{
border-color: #296F5F;
}
.TagClassName
{
border-color: #296F5F;
}
</style>