Shades of Genoa #297F64
Tints of Genoa #297F64
RGB
CMYK
RGB Variations
Color information
#297F64 (or 0x297F64) is known color: Genoa. HEX triplet: 29, 7F and 64. RGB value is (41,127,100). Sum of RGB (Red+Green+Blue) = 41+127+100=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #297F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F64 is #D6809B. Grayscale: #626262. Windows color (decimal): -14057628 or 6586153. OLE color: 6586153.
HSL color Cylindrical-coordinate representation of color #297F64: hue angle of 161.16º 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 #297F64 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 127 | 100 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.50 |
| HSL | 161.16º | 0.51% | 0.33% | - |
| HSV(B) | 161.16º | 0.68% | 0.5% | - |
| XYZ | 10.8 | 16.57 | 14.69 | - |
| YUV | 98.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 100 | 0.68 | 0 | 0.21 | 0.50 | 161.16 | 0.51 | 0.33 |
| Hex | 29 | 7F | 64 | 44 | 0 | 15 | 32 | A1 | 33 | 21 |
| Octal | 51 | 177 | 144 | 104 | 0 | 25 | 62 | 241 | 63 | 41 |
| Binary | 101001 | 1111111 | 1100100 | 1000100 | 0 | 10101 | 110010 | 10100001 | 110011 | 100001 |
Color Harmonies of #297F64
Complementary color
Monochromatic Colors of #297F64
Black with #297F64
Text Example
Text Example
White with #297F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297F64; }
p { color: rgb(41,127,100); }
H1.HeaderClassName
{
color: #297F64;
}
.AnyTagClassName
{
color: #297F64;
}
</style>
background-color css
<style>
a { background-color: #297F64; }
a { background-color: rgb(41,127,100); }
div.DivClassName
{
background-color: #297F64;
}
.BgClassName
{
background-color: #297F64;
}
</style>
border-color css
<style>
span { border-color: #297F64; }
span { border-color: rgb(41,127,100); }
td.TdClassName
{
border-color: #297F64;
}
.TagClassName
{
border-color: #297F64;
}
</style>