Shades of Genoa #296F62
Tints of Genoa #296F62
RGB
CMYK
RGB Variations
Color information
#296F62 (or 0x296F62) is known color: Genoa. HEX triplet: 29, 6F and 62. RGB value is (41,111,98). Sum of RGB (Red+Green+Blue) = 41+111+98=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #296F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F62 is #D6909D. Grayscale: #585858. Windows color (decimal): -14061726 or 6450985. OLE color: 6450985.
HSL color Cylindrical-coordinate representation of color #296F62: hue angle of 168.86º 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 #296F62 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 98 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.56 |
| HSL | 168.86º | 0.46% | 0.3% | - |
| HSV(B) | 168.86º | 0.63% | 0.44% | - |
| XYZ | 8.8 | 12.72 | 13.55 | - |
| YUV | 88.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 98 | 0.63 | 0 | 0.12 | 0.56 | 168.86 | 0.46 | 0.3 |
| Hex | 29 | 6F | 62 | 3F | 0 | C | 38 | A9 | 2E | 1E |
| Octal | 51 | 157 | 142 | 77 | 0 | 14 | 70 | 251 | 56 | 36 |
| Binary | 101001 | 1101111 | 1100010 | 111111 | 0 | 1100 | 111000 | 10101001 | 101110 | 11110 |
Color Harmonies of #296F62
Complementary color
Monochromatic Colors of #296F62
Black with #296F62
Text Example
Text Example
White with #296F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F62; }
p { color: rgb(41,111,98); }
H1.HeaderClassName
{
color: #296F62;
}
.AnyTagClassName
{
color: #296F62;
}
</style>
background-color css
<style>
a { background-color: #296F62; }
a { background-color: rgb(41,111,98); }
div.DivClassName
{
background-color: #296F62;
}
.BgClassName
{
background-color: #296F62;
}
</style>
border-color css
<style>
span { border-color: #296F62; }
span { border-color: rgb(41,111,98); }
td.TdClassName
{
border-color: #296F62;
}
.TagClassName
{
border-color: #296F62;
}
</style>