Shades of Genoa #297A63
Tints of Genoa #297A63
RGB
CMYK
RGB Variations
Color information
#297A63 (or 0x297A63) is known color: Genoa. HEX triplet: 29, 7A and 63. RGB value is (41,122,99). Sum of RGB (Red+Green+Blue) = 41+122+99=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #297A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A63 is #D6859C. Grayscale: #5F5F5F. Windows color (decimal): -14058909 or 6519337. OLE color: 6519337.
HSL color Cylindrical-coordinate representation of color #297A63: hue angle of 162.96º 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 #297A63 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 99 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.52 |
| HSL | 162.96º | 0.5% | 0.32% | - |
| HSV(B) | 162.96º | 0.66% | 0.48% | - |
| XYZ | 10.13 | 15.29 | 14.22 | - |
| YUV | 95.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 99 | 0.66 | 0 | 0.19 | 0.52 | 162.96 | 0.5 | 0.32 |
| Hex | 29 | 7A | 63 | 42 | 0 | 13 | 34 | A3 | 32 | 20 |
| Octal | 51 | 172 | 143 | 102 | 0 | 23 | 64 | 243 | 62 | 40 |
| Binary | 101001 | 1111010 | 1100011 | 1000010 | 0 | 10011 | 110100 | 10100011 | 110010 | 100000 |
Color Harmonies of #297A63
Complementary color
Monochromatic Colors of #297A63
Black with #297A63
Text Example
Text Example
White with #297A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A63; }
p { color: rgb(41,122,99); }
H1.HeaderClassName
{
color: #297A63;
}
.AnyTagClassName
{
color: #297A63;
}
</style>
background-color css
<style>
a { background-color: #297A63; }
a { background-color: rgb(41,122,99); }
div.DivClassName
{
background-color: #297A63;
}
.BgClassName
{
background-color: #297A63;
}
</style>
border-color css
<style>
span { border-color: #297A63; }
span { border-color: rgb(41,122,99); }
td.TdClassName
{
border-color: #297A63;
}
.TagClassName
{
border-color: #297A63;
}
</style>