Shades of Genoa #297B68
Tints of Genoa #297B68
RGB
CMYK
RGB Variations
Color information
#297B68 (or 0x297B68) is known color: Genoa. HEX triplet: 29, 7B and 68. RGB value is (41,123,104). Sum of RGB (Red+Green+Blue) = 41+123+104=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #297B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B68 is #D68497. Grayscale: #606060. Windows color (decimal): -14058648 or 6847273. OLE color: 6847273.
HSL color Cylindrical-coordinate representation of color #297B68: hue angle of 166.1º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B68 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 123 | 104 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.52 |
| HSL | 166.1º | 0.5% | 0.32% | - |
| HSV(B) | 166.1º | 0.67% | 0.48% | - |
| XYZ | 10.5 | 15.64 | 15.56 | - |
| YUV | 96.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 104 | 0.67 | 0 | 0.15 | 0.52 | 166.1 | 0.5 | 0.32 |
| Hex | 29 | 7B | 68 | 43 | 0 | F | 34 | A6 | 32 | 20 |
| Octal | 51 | 173 | 150 | 103 | 0 | 17 | 64 | 246 | 62 | 40 |
| Binary | 101001 | 1111011 | 1101000 | 1000011 | 0 | 1111 | 110100 | 10100110 | 110010 | 100000 |
Color Harmonies of #297B68
Complementary color
Monochromatic Colors of #297B68
Black with #297B68
Text Example
Text Example
White with #297B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B68; }
p { color: rgb(41,123,104); }
H1.HeaderClassName
{
color: #297B68;
}
.AnyTagClassName
{
color: #297B68;
}
</style>
background-color css
<style>
a { background-color: #297B68; }
a { background-color: rgb(41,123,104); }
div.DivClassName
{
background-color: #297B68;
}
.BgClassName
{
background-color: #297B68;
}
</style>
border-color css
<style>
span { border-color: #297B68; }
span { border-color: rgb(41,123,104); }
td.TdClassName
{
border-color: #297B68;
}
.TagClassName
{
border-color: #297B68;
}
</style>