Shades of Genoa #297A6B
Tints of Genoa #297A6B
RGB
CMYK
RGB Variations
Color information
#297A6B (or 0x297A6B) is known color: Genoa. HEX triplet: 29, 7A and 6B. RGB value is (41,122,107). Sum of RGB (Red+Green+Blue) = 41+122+107=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #297A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A6B is #D68594. Grayscale: #606060. Windows color (decimal): -14058901 or 7043625. OLE color: 7043625.
HSL color Cylindrical-coordinate representation of color #297A6B: hue angle of 168.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A6B is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 107 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.52 |
| HSL | 168.89º | 0.5% | 0.32% | - |
| HSV(B) | 168.89º | 0.66% | 0.48% | - |
| XYZ | 10.53 | 15.45 | 16.34 | - |
| YUV | 96.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 107 | 0.66 | 0 | 0.12 | 0.52 | 168.89 | 0.5 | 0.32 |
| Hex | 29 | 7A | 6B | 42 | 0 | C | 34 | A9 | 32 | 20 |
| Octal | 51 | 172 | 153 | 102 | 0 | 14 | 64 | 251 | 62 | 40 |
| Binary | 101001 | 1111010 | 1101011 | 1000010 | 0 | 1100 | 110100 | 10101001 | 110010 | 100000 |
Color Harmonies of #297A6B
Complementary color
Monochromatic Colors of #297A6B
Black with #297A6B
Text Example
Text Example
White with #297A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A6B; }
p { color: rgb(41,122,107); }
H1.HeaderClassName
{
color: #297A6B;
}
.AnyTagClassName
{
color: #297A6B;
}
</style>
background-color css
<style>
a { background-color: #297A6B; }
a { background-color: rgb(41,122,107); }
div.DivClassName
{
background-color: #297A6B;
}
.BgClassName
{
background-color: #297A6B;
}
</style>
border-color css
<style>
span { border-color: #297A6B; }
span { border-color: rgb(41,122,107); }
td.TdClassName
{
border-color: #297A6B;
}
.TagClassName
{
border-color: #297A6B;
}
</style>