Shades of Genoa #296F6B
Tints of Genoa #296F6B
RGB
CMYK
RGB Variations
Color information
#296F6B (or 0x296F6B) is known color: Genoa. HEX triplet: 29, 6F and 6B. RGB value is (41,111,107). Sum of RGB (Red+Green+Blue) = 41+111+107=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #296F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F6B is #D69094. Grayscale: #595959. Windows color (decimal): -14061717 or 7040809. OLE color: 7040809.
HSL color Cylindrical-coordinate representation of color #296F6B: hue angle of 176.57º 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 #296F6B is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 107 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.56 |
| HSL | 176.57º | 0.46% | 0.3% | - |
| HSV(B) | 176.57º | 0.63% | 0.44% | - |
| XYZ | 9.25 | 12.9 | 15.91 | - |
| YUV | 89.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 107 | 0.63 | 0 | 0.04 | 0.56 | 176.57 | 0.46 | 0.3 |
| Hex | 29 | 6F | 6B | 3F | 0 | 4 | 38 | B1 | 2E | 1E |
| Octal | 51 | 157 | 153 | 77 | 0 | 4 | 70 | 261 | 56 | 36 |
| Binary | 101001 | 1101111 | 1101011 | 111111 | 0 | 100 | 111000 | 10110001 | 101110 | 11110 |
Color Harmonies of #296F6B
Complementary color
Monochromatic Colors of #296F6B
Black with #296F6B
Text Example
Text Example
White with #296F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F6B; }
p { color: rgb(41,111,107); }
H1.HeaderClassName
{
color: #296F6B;
}
.AnyTagClassName
{
color: #296F6B;
}
</style>
background-color css
<style>
a { background-color: #296F6B; }
a { background-color: rgb(41,111,107); }
div.DivClassName
{
background-color: #296F6B;
}
.BgClassName
{
background-color: #296F6B;
}
</style>
border-color css
<style>
span { border-color: #296F6B; }
span { border-color: rgb(41,111,107); }
td.TdClassName
{
border-color: #296F6B;
}
.TagClassName
{
border-color: #296F6B;
}
</style>