Shades of Genoa #296E67
Tints of Genoa #296E67
RGB
CMYK
RGB Variations
Color information
#296E67 (or 0x296E67) is known color: Genoa. HEX triplet: 29, 6E and 67. RGB value is (41,110,103). Sum of RGB (Red+Green+Blue) = 41+110+103=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #296E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E67 is #D69198. Grayscale: #585858. Windows color (decimal): -14061977 or 6778409. OLE color: 6778409.
HSL color Cylindrical-coordinate representation of color #296E67: hue angle of 173.91º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296E67 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 103 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.57 |
| HSL | 173.91º | 0.46% | 0.3% | - |
| HSV(B) | 173.91º | 0.63% | 0.43% | - |
| XYZ | 8.94 | 12.6 | 14.79 | - |
| YUV | 88.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 103 | 0.63 | 0 | 0.06 | 0.57 | 173.91 | 0.46 | 0.3 |
| Hex | 29 | 6E | 67 | 3F | 0 | 6 | 39 | AE | 2E | 1E |
| Octal | 51 | 156 | 147 | 77 | 0 | 6 | 71 | 256 | 56 | 36 |
| Binary | 101001 | 1101110 | 1100111 | 111111 | 0 | 110 | 111001 | 10101110 | 101110 | 11110 |
Color Harmonies of #296E67
Complementary color
Monochromatic Colors of #296E67
Black with #296E67
Text Example
Text Example
White with #296E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E67; }
p { color: rgb(41,110,103); }
H1.HeaderClassName
{
color: #296E67;
}
.AnyTagClassName
{
color: #296E67;
}
</style>
background-color css
<style>
a { background-color: #296E67; }
a { background-color: rgb(41,110,103); }
div.DivClassName
{
background-color: #296E67;
}
.BgClassName
{
background-color: #296E67;
}
</style>
border-color css
<style>
span { border-color: #296E67; }
span { border-color: rgb(41,110,103); }
td.TdClassName
{
border-color: #296E67;
}
.TagClassName
{
border-color: #296E67;
}
</style>