Shades of Eden #296F5B
Tints of Eden #296F5B
RGB
CMYK
RGB Variations
Color information
#296F5B (or 0x296F5B) is known color: Eden. HEX triplet: 29, 6F and 5B. RGB value is (41,111,91). Sum of RGB (Red+Green+Blue) = 41+111+91=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #296F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F5B is #D690A4. Grayscale: #575757. Windows color (decimal): -14061733 or 5992233. OLE color: 5992233.
HSL color Cylindrical-coordinate representation of color #296F5B: hue angle of 162.86º 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 #296F5B is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 91 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.56 |
| HSL | 162.86º | 0.46% | 0.3% | - |
| HSV(B) | 162.86º | 0.63% | 0.44% | - |
| XYZ | 8.49 | 12.6 | 11.88 | - |
| YUV | 87.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 91 | 0.63 | 0 | 0.18 | 0.56 | 162.86 | 0.46 | 0.3 |
| Hex | 29 | 6F | 5B | 3F | 0 | 12 | 38 | A3 | 2E | 1E |
| Octal | 51 | 157 | 133 | 77 | 0 | 22 | 70 | 243 | 56 | 36 |
| Binary | 101001 | 1101111 | 1011011 | 111111 | 0 | 10010 | 111000 | 10100011 | 101110 | 11110 |
Color Harmonies of #296F5B
Complementary color
Monochromatic Colors of #296F5B
Black with #296F5B
Text Example
Text Example
White with #296F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F5B; }
p { color: rgb(41,111,91); }
H1.HeaderClassName
{
color: #296F5B;
}
.AnyTagClassName
{
color: #296F5B;
}
</style>
background-color css
<style>
a { background-color: #296F5B; }
a { background-color: rgb(41,111,91); }
div.DivClassName
{
background-color: #296F5B;
}
.BgClassName
{
background-color: #296F5B;
}
</style>
border-color css
<style>
span { border-color: #296F5B; }
span { border-color: rgb(41,111,91); }
td.TdClassName
{
border-color: #296F5B;
}
.TagClassName
{
border-color: #296F5B;
}
</style>