Shades of Genoa #297D69
Tints of Genoa #297D69
RGB
CMYK
RGB Variations
Color information
#297D69 (or 0x297D69) is known color: Genoa. HEX triplet: 29, 7D and 69. RGB value is (41,125,105). Sum of RGB (Red+Green+Blue) = 41+125+105=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #297D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D69 is #D68296. Grayscale: #616161. Windows color (decimal): -14058135 or 6913321. OLE color: 6913321.
HSL color Cylindrical-coordinate representation of color #297D69: hue angle of 165.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D69 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 105 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.51 |
| HSL | 165.71º | 0.51% | 0.33% | - |
| HSV(B) | 165.71º | 0.67% | 0.49% | - |
| XYZ | 10.8 | 16.16 | 15.91 | - |
| YUV | 97.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 105 | 0.67 | 0 | 0.16 | 0.51 | 165.71 | 0.51 | 0.33 |
| Hex | 29 | 7D | 69 | 43 | 0 | 10 | 33 | A6 | 33 | 21 |
| Octal | 51 | 175 | 151 | 103 | 0 | 20 | 63 | 246 | 63 | 41 |
| Binary | 101001 | 1111101 | 1101001 | 1000011 | 0 | 10000 | 110011 | 10100110 | 110011 | 100001 |
Color Harmonies of #297D69
Complementary color
Monochromatic Colors of #297D69
Black with #297D69
Text Example
Text Example
White with #297D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D69; }
p { color: rgb(41,125,105); }
H1.HeaderClassName
{
color: #297D69;
}
.AnyTagClassName
{
color: #297D69;
}
</style>
background-color css
<style>
a { background-color: #297D69; }
a { background-color: rgb(41,125,105); }
div.DivClassName
{
background-color: #297D69;
}
.BgClassName
{
background-color: #297D69;
}
</style>
border-color css
<style>
span { border-color: #297D69; }
span { border-color: rgb(41,125,105); }
td.TdClassName
{
border-color: #297D69;
}
.TagClassName
{
border-color: #297D69;
}
</style>