Shades of Genoa #297A67
Tints of Genoa #297A67
RGB
CMYK
RGB Variations
Color information
#297A67 (or 0x297A67) is known color: Genoa. HEX triplet: 29, 7A and 67. RGB value is (41,122,103). Sum of RGB (Red+Green+Blue) = 41+122+103=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #297A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A67 is #D68598. Grayscale: #5F5F5F. Windows color (decimal): -14058905 or 6781481. OLE color: 6781481.
HSL color Cylindrical-coordinate representation of color #297A67: hue angle of 165.93º 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 #297A67 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 103 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.52 |
| HSL | 165.93º | 0.5% | 0.32% | - |
| HSV(B) | 165.93º | 0.66% | 0.48% | - |
| XYZ | 10.32 | 15.37 | 15.25 | - |
| YUV | 95.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 103 | 0.66 | 0 | 0.16 | 0.52 | 165.93 | 0.5 | 0.32 |
| Hex | 29 | 7A | 67 | 42 | 0 | 10 | 34 | A6 | 32 | 20 |
| Octal | 51 | 172 | 147 | 102 | 0 | 20 | 64 | 246 | 62 | 40 |
| Binary | 101001 | 1111010 | 1100111 | 1000010 | 0 | 10000 | 110100 | 10100110 | 110010 | 100000 |
Color Harmonies of #297A67
Complementary color
Monochromatic Colors of #297A67
Black with #297A67
Text Example
Text Example
White with #297A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A67; }
p { color: rgb(41,122,103); }
H1.HeaderClassName
{
color: #297A67;
}
.AnyTagClassName
{
color: #297A67;
}
</style>
background-color css
<style>
a { background-color: #297A67; }
a { background-color: rgb(41,122,103); }
div.DivClassName
{
background-color: #297A67;
}
.BgClassName
{
background-color: #297A67;
}
</style>
border-color css
<style>
span { border-color: #297A67; }
span { border-color: rgb(41,122,103); }
td.TdClassName
{
border-color: #297A67;
}
.TagClassName
{
border-color: #297A67;
}
</style>