Shades of Genoa #29776C
Tints of Genoa #29776C
RGB
CMYK
RGB Variations
Color information
#29776C (or 0x29776C) is known color: Genoa. HEX triplet: 29, 77 and 6C. RGB value is (41,119,108). Sum of RGB (Red+Green+Blue) = 41+119+108=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #29776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29776C is #D68893. Grayscale: #5E5E5E. Windows color (decimal): -14059668 or 7108393. OLE color: 7108393.
HSL color Cylindrical-coordinate representation of color #29776C: hue angle of 171.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29776C is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 108 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.53 |
| HSL | 171.54º | 0.49% | 0.31% | - |
| HSV(B) | 171.54º | 0.66% | 0.47% | - |
| XYZ | 10.22 | 14.75 | 16.5 | - |
| YUV | 94.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 108 | 0.66 | 0 | 0.09 | 0.53 | 171.54 | 0.49 | 0.31 |
| Hex | 29 | 77 | 6C | 42 | 0 | 9 | 35 | AC | 31 | 1F |
| Octal | 51 | 167 | 154 | 102 | 0 | 11 | 65 | 254 | 61 | 37 |
| Binary | 101001 | 1110111 | 1101100 | 1000010 | 0 | 1001 | 110101 | 10101100 | 110001 | 11111 |
Color Harmonies of #29776C
Complementary color
Monochromatic Colors of #29776C
Black with #29776C
Text Example
Text Example
White with #29776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29776C; }
p { color: rgb(41,119,108); }
H1.HeaderClassName
{
color: #29776C;
}
.AnyTagClassName
{
color: #29776C;
}
</style>
background-color css
<style>
a { background-color: #29776C; }
a { background-color: rgb(41,119,108); }
div.DivClassName
{
background-color: #29776C;
}
.BgClassName
{
background-color: #29776C;
}
</style>
border-color css
<style>
span { border-color: #29776C; }
span { border-color: rgb(41,119,108); }
td.TdClassName
{
border-color: #29776C;
}
.TagClassName
{
border-color: #29776C;
}
</style>