Shades of Genoa #296C68
Tints of Genoa #296C68
RGB
CMYK
RGB Variations
Color information
#296C68 (or 0x296C68) is known color: Genoa. HEX triplet: 29, 6C and 68. RGB value is (41,108,104). Sum of RGB (Red+Green+Blue) = 41+108+104=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #296C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C68 is #D69397. Grayscale: #575757. Windows color (decimal): -14062488 or 6843433. OLE color: 6843433.
HSL color Cylindrical-coordinate representation of color #296C68: hue angle of 176.42º 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 #296C68 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 108 | 104 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.58 |
| HSL | 176.42º | 0.45% | 0.29% | - |
| HSV(B) | 176.42º | 0.62% | 0.42% | - |
| XYZ | 8.78 | 12.2 | 14.99 | - |
| YUV | 87.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 104 | 0.62 | 0 | 0.04 | 0.58 | 176.42 | 0.45 | 0.29 |
| Hex | 29 | 6C | 68 | 3E | 0 | 4 | 3A | B0 | 2D | 1D |
| Octal | 51 | 154 | 150 | 76 | 0 | 4 | 72 | 260 | 55 | 35 |
| Binary | 101001 | 1101100 | 1101000 | 111110 | 0 | 100 | 111010 | 10110000 | 101101 | 11101 |
Color Harmonies of #296C68
Complementary color
Monochromatic Colors of #296C68
Black with #296C68
Text Example
Text Example
White with #296C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C68; }
p { color: rgb(41,108,104); }
H1.HeaderClassName
{
color: #296C68;
}
.AnyTagClassName
{
color: #296C68;
}
</style>
background-color css
<style>
a { background-color: #296C68; }
a { background-color: rgb(41,108,104); }
div.DivClassName
{
background-color: #296C68;
}
.BgClassName
{
background-color: #296C68;
}
</style>
border-color css
<style>
span { border-color: #296C68; }
span { border-color: rgb(41,108,104); }
td.TdClassName
{
border-color: #296C68;
}
.TagClassName
{
border-color: #296C68;
}
</style>