Shades of Genoa #297C63
Tints of Genoa #297C63
RGB
CMYK
RGB Variations
Color information
#297C63 (or 0x297C63) is known color: Genoa. HEX triplet: 29, 7C and 63. RGB value is (41,124,99). Sum of RGB (Red+Green+Blue) = 41+124+99=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #297C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C63 is #D6839C. Grayscale: #606060. Windows color (decimal): -14058397 or 6519849. OLE color: 6519849.
HSL color Cylindrical-coordinate representation of color #297C63: hue angle of 161.93º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C63 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 99 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.51 |
| HSL | 161.93º | 0.5% | 0.32% | - |
| HSV(B) | 161.93º | 0.67% | 0.49% | - |
| XYZ | 10.37 | 15.79 | 14.3 | - |
| YUV | 96.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 99 | 0.67 | 0 | 0.20 | 0.51 | 161.93 | 0.5 | 0.32 |
| Hex | 29 | 7C | 63 | 43 | 0 | 14 | 33 | A2 | 32 | 20 |
| Octal | 51 | 174 | 143 | 103 | 0 | 24 | 63 | 242 | 62 | 40 |
| Binary | 101001 | 1111100 | 1100011 | 1000011 | 0 | 10100 | 110011 | 10100010 | 110010 | 100000 |
Color Harmonies of #297C63
Complementary color
Monochromatic Colors of #297C63
Black with #297C63
Text Example
Text Example
White with #297C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C63; }
p { color: rgb(41,124,99); }
H1.HeaderClassName
{
color: #297C63;
}
.AnyTagClassName
{
color: #297C63;
}
</style>
background-color css
<style>
a { background-color: #297C63; }
a { background-color: rgb(41,124,99); }
div.DivClassName
{
background-color: #297C63;
}
.BgClassName
{
background-color: #297C63;
}
</style>
border-color css
<style>
span { border-color: #297C63; }
span { border-color: rgb(41,124,99); }
td.TdClassName
{
border-color: #297C63;
}
.TagClassName
{
border-color: #297C63;
}
</style>