Shades of Genoa #296B68
Tints of Genoa #296B68
RGB
CMYK
RGB Variations
Color information
#296B68 (or 0x296B68) is known color: Genoa. HEX triplet: 29, 6B and 68. RGB value is (41,107,104). Sum of RGB (Red+Green+Blue) = 41+107+104=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #296B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B68 is #D69497. Grayscale: #565656. Windows color (decimal): -14062744 or 6843177. OLE color: 6843177.
HSL color Cylindrical-coordinate representation of color #296B68: hue angle of 177.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B68 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 104 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.58 |
| HSL | 177.27º | 0.45% | 0.29% | - |
| HSV(B) | 177.27º | 0.62% | 0.42% | - |
| XYZ | 8.67 | 11.99 | 14.95 | - |
| YUV | 86.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 104 | 0.62 | 0 | 0.03 | 0.58 | 177.27 | 0.45 | 0.29 |
| Hex | 29 | 6B | 68 | 3E | 0 | 3 | 3A | B1 | 2D | 1D |
| Octal | 51 | 153 | 150 | 76 | 0 | 3 | 72 | 261 | 55 | 35 |
| Binary | 101001 | 1101011 | 1101000 | 111110 | 0 | 11 | 111010 | 10110001 | 101101 | 11101 |
Color Harmonies of #296B68
Complementary color
Monochromatic Colors of #296B68
Black with #296B68
Text Example
Text Example
White with #296B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B68; }
p { color: rgb(41,107,104); }
H1.HeaderClassName
{
color: #296B68;
}
.AnyTagClassName
{
color: #296B68;
}
</style>
background-color css
<style>
a { background-color: #296B68; }
a { background-color: rgb(41,107,104); }
div.DivClassName
{
background-color: #296B68;
}
.BgClassName
{
background-color: #296B68;
}
</style>
border-color css
<style>
span { border-color: #296B68; }
span { border-color: rgb(41,107,104); }
td.TdClassName
{
border-color: #296B68;
}
.TagClassName
{
border-color: #296B68;
}
</style>