Shades of Genoa #297C6C
Tints of Genoa #297C6C
RGB
CMYK
RGB Variations
Color information
#297C6C (or 0x297C6C) is known color: Genoa. HEX triplet: 29, 7C and 6C. RGB value is (41,124,108). Sum of RGB (Red+Green+Blue) = 41+124+108=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #297C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C6C is #D68393. Grayscale: #616161. Windows color (decimal): -14058388 or 7109673. OLE color: 7109673.
HSL color Cylindrical-coordinate representation of color #297C6C: hue angle of 168.43º 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 #297C6C is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 108 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.51 |
| HSL | 168.43º | 0.5% | 0.32% | - |
| HSV(B) | 168.43º | 0.67% | 0.49% | - |
| XYZ | 10.83 | 15.97 | 16.7 | - |
| YUV | 97.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 108 | 0.67 | 0 | 0.13 | 0.51 | 168.43 | 0.5 | 0.32 |
| Hex | 29 | 7C | 6C | 43 | 0 | D | 33 | A8 | 32 | 20 |
| Octal | 51 | 174 | 154 | 103 | 0 | 15 | 63 | 250 | 62 | 40 |
| Binary | 101001 | 1111100 | 1101100 | 1000011 | 0 | 1101 | 110011 | 10101000 | 110010 | 100000 |
Color Harmonies of #297C6C
Complementary color
Monochromatic Colors of #297C6C
Black with #297C6C
Text Example
Text Example
White with #297C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C6C; }
p { color: rgb(41,124,108); }
H1.HeaderClassName
{
color: #297C6C;
}
.AnyTagClassName
{
color: #297C6C;
}
</style>
background-color css
<style>
a { background-color: #297C6C; }
a { background-color: rgb(41,124,108); }
div.DivClassName
{
background-color: #297C6C;
}
.BgClassName
{
background-color: #297C6C;
}
</style>
border-color css
<style>
span { border-color: #297C6C; }
span { border-color: rgb(41,124,108); }
td.TdClassName
{
border-color: #297C6C;
}
.TagClassName
{
border-color: #297C6C;
}
</style>