Shades of Genoa #297865
Tints of Genoa #297865
RGB
CMYK
RGB Variations
Color information
#297865 (or 0x297865) is known color: Genoa. HEX triplet: 29, 78 and 65. RGB value is (41,120,101). Sum of RGB (Red+Green+Blue) = 41+120+101=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #297865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297865 is #D6879A. Grayscale: #5E5E5E. Windows color (decimal): -14059419 or 6649897. OLE color: 6649897.
HSL color Cylindrical-coordinate representation of color #297865: hue angle of 165.57º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297865 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 101 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.53 |
| HSL | 165.57º | 0.49% | 0.32% | - |
| HSV(B) | 165.57º | 0.66% | 0.47% | - |
| XYZ | 9.98 | 14.84 | 14.65 | - |
| YUV | 94.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 101 | 0.66 | 0 | 0.16 | 0.53 | 165.57 | 0.49 | 0.32 |
| Hex | 29 | 78 | 65 | 42 | 0 | 10 | 35 | A6 | 31 | 20 |
| Octal | 51 | 170 | 145 | 102 | 0 | 20 | 65 | 246 | 61 | 40 |
| Binary | 101001 | 1111000 | 1100101 | 1000010 | 0 | 10000 | 110101 | 10100110 | 110001 | 100000 |
Color Harmonies of #297865
Complementary color
Monochromatic Colors of #297865
Black with #297865
Text Example
Text Example
White with #297865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297865; }
p { color: rgb(41,120,101); }
H1.HeaderClassName
{
color: #297865;
}
.AnyTagClassName
{
color: #297865;
}
</style>
background-color css
<style>
a { background-color: #297865; }
a { background-color: rgb(41,120,101); }
div.DivClassName
{
background-color: #297865;
}
.BgClassName
{
background-color: #297865;
}
</style>
border-color css
<style>
span { border-color: #297865; }
span { border-color: rgb(41,120,101); }
td.TdClassName
{
border-color: #297865;
}
.TagClassName
{
border-color: #297865;
}
</style>