Shades of Genoa #296F61
Tints of Genoa #296F61
RGB
CMYK
RGB Variations
Color information
#296F61 (or 0x296F61) is known color: Genoa. HEX triplet: 29, 6F and 61. RGB value is (41,111,97). Sum of RGB (Red+Green+Blue) = 41+111+97=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #296F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F61 is #D6909E. Grayscale: #585858. Windows color (decimal): -14061727 or 6385449. OLE color: 6385449.
HSL color Cylindrical-coordinate representation of color #296F61: hue angle of 168º 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 #296F61 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 97 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.56 |
| HSL | 168º | 0.46% | 0.3% | - |
| HSV(B) | 168º | 0.63% | 0.44% | - |
| XYZ | 8.76 | 12.7 | 13.3 | - |
| YUV | 88.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 97 | 0.63 | 0 | 0.13 | 0.56 | 168 | 0.46 | 0.3 |
| Hex | 29 | 6F | 61 | 3F | 0 | D | 38 | A8 | 2E | 1E |
| Octal | 51 | 157 | 141 | 77 | 0 | 15 | 70 | 250 | 56 | 36 |
| Binary | 101001 | 1101111 | 1100001 | 111111 | 0 | 1101 | 111000 | 10101000 | 101110 | 11110 |
Color Harmonies of #296F61
Complementary color
Monochromatic Colors of #296F61
Black with #296F61
Text Example
Text Example
White with #296F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F61; }
p { color: rgb(41,111,97); }
H1.HeaderClassName
{
color: #296F61;
}
.AnyTagClassName
{
color: #296F61;
}
</style>
background-color css
<style>
a { background-color: #296F61; }
a { background-color: rgb(41,111,97); }
div.DivClassName
{
background-color: #296F61;
}
.BgClassName
{
background-color: #296F61;
}
</style>
border-color css
<style>
span { border-color: #296F61; }
span { border-color: rgb(41,111,97); }
td.TdClassName
{
border-color: #296F61;
}
.TagClassName
{
border-color: #296F61;
}
</style>