Shades of Genoa #297A6A
Tints of Genoa #297A6A
RGB
CMYK
RGB Variations
Color information
#297A6A (or 0x297A6A) is known color: Genoa. HEX triplet: 29, 7A and 6A. RGB value is (41,122,106). Sum of RGB (Red+Green+Blue) = 41+122+106=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #297A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A6A is #D68595. Grayscale: #5F5F5F. Windows color (decimal): -14058902 or 6978089. OLE color: 6978089.
HSL color Cylindrical-coordinate representation of color #297A6A: hue angle of 168.15º 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 #297A6A is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 106 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.52 |
| HSL | 168.15º | 0.5% | 0.32% | - |
| HSV(B) | 168.15º | 0.66% | 0.48% | - |
| XYZ | 10.48 | 15.43 | 16.06 | - |
| YUV | 95.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 106 | 0.66 | 0 | 0.13 | 0.52 | 168.15 | 0.5 | 0.32 |
| Hex | 29 | 7A | 6A | 42 | 0 | D | 34 | A8 | 32 | 20 |
| Octal | 51 | 172 | 152 | 102 | 0 | 15 | 64 | 250 | 62 | 40 |
| Binary | 101001 | 1111010 | 1101010 | 1000010 | 0 | 1101 | 110100 | 10101000 | 110010 | 100000 |
Color Harmonies of #297A6A
Complementary color
Monochromatic Colors of #297A6A
Black with #297A6A
Text Example
Text Example
White with #297A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A6A; }
p { color: rgb(41,122,106); }
H1.HeaderClassName
{
color: #297A6A;
}
.AnyTagClassName
{
color: #297A6A;
}
</style>
background-color css
<style>
a { background-color: #297A6A; }
a { background-color: rgb(41,122,106); }
div.DivClassName
{
background-color: #297A6A;
}
.BgClassName
{
background-color: #297A6A;
}
</style>
border-color css
<style>
span { border-color: #297A6A; }
span { border-color: rgb(41,122,106); }
td.TdClassName
{
border-color: #297A6A;
}
.TagClassName
{
border-color: #297A6A;
}
</style>