Shades of Genoa #297F70
Tints of Genoa #297F70
RGB
CMYK
RGB Variations
Color information
#297F70 (or 0x297F70) is known color: Genoa. HEX triplet: 29, 7F and 70. RGB value is (41,127,112). Sum of RGB (Red+Green+Blue) = 41+127+112=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #297F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F70 is #D6808F. Grayscale: #636363. Windows color (decimal): -14057616 or 7372585. OLE color: 7372585.
HSL color Cylindrical-coordinate representation of color #297F70: hue angle of 169.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F70 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 127 | 112 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.50 |
| HSL | 169.53º | 0.51% | 0.33% | - |
| HSV(B) | 169.53º | 0.68% | 0.5% | - |
| XYZ | 11.43 | 16.82 | 17.97 | - |
| YUV | 99.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 112 | 0.68 | 0 | 0.12 | 0.50 | 169.53 | 0.51 | 0.33 |
| Hex | 29 | 7F | 70 | 44 | 0 | C | 32 | AA | 33 | 21 |
| Octal | 51 | 177 | 160 | 104 | 0 | 14 | 62 | 252 | 63 | 41 |
| Binary | 101001 | 1111111 | 1110000 | 1000100 | 0 | 1100 | 110010 | 10101010 | 110011 | 100001 |
Color Harmonies of #297F70
Complementary color
Monochromatic Colors of #297F70
Black with #297F70
Text Example
Text Example
White with #297F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297F70; }
p { color: rgb(41,127,112); }
H1.HeaderClassName
{
color: #297F70;
}
.AnyTagClassName
{
color: #297F70;
}
</style>
background-color css
<style>
a { background-color: #297F70; }
a { background-color: rgb(41,127,112); }
div.DivClassName
{
background-color: #297F70;
}
.BgClassName
{
background-color: #297F70;
}
</style>
border-color css
<style>
span { border-color: #297F70; }
span { border-color: rgb(41,127,112); }
td.TdClassName
{
border-color: #297F70;
}
.TagClassName
{
border-color: #297F70;
}
</style>