Shades of Genoa #29796C
Tints of Genoa #29796C
RGB
CMYK
RGB Variations
Color information
#29796C (or 0x29796C) is known color: Genoa. HEX triplet: 29, 79 and 6C. RGB value is (41,121,108). Sum of RGB (Red+Green+Blue) = 41+121+108=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #29796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29796C is #D68693. Grayscale: #5F5F5F. Windows color (decimal): -14059156 or 7108905. OLE color: 7108905.
HSL color Cylindrical-coordinate representation of color #29796C: hue angle of 170.25º 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 #29796C is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 121 | 108 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.53 |
| HSL | 170.25º | 0.49% | 0.32% | - |
| HSV(B) | 170.25º | 0.66% | 0.47% | - |
| XYZ | 10.46 | 15.23 | 16.58 | - |
| YUV | 95.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 108 | 0.66 | 0 | 0.11 | 0.53 | 170.25 | 0.49 | 0.32 |
| Hex | 29 | 79 | 6C | 42 | 0 | B | 35 | AA | 31 | 20 |
| Octal | 51 | 171 | 154 | 102 | 0 | 13 | 65 | 252 | 61 | 40 |
| Binary | 101001 | 1111001 | 1101100 | 1000010 | 0 | 1011 | 110101 | 10101010 | 110001 | 100000 |
Color Harmonies of #29796C
Complementary color
Monochromatic Colors of #29796C
Black with #29796C
Text Example
Text Example
White with #29796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29796C; }
p { color: rgb(41,121,108); }
H1.HeaderClassName
{
color: #29796C;
}
.AnyTagClassName
{
color: #29796C;
}
</style>
background-color css
<style>
a { background-color: #29796C; }
a { background-color: rgb(41,121,108); }
div.DivClassName
{
background-color: #29796C;
}
.BgClassName
{
background-color: #29796C;
}
</style>
border-color css
<style>
span { border-color: #29796C; }
span { border-color: rgb(41,121,108); }
td.TdClassName
{
border-color: #29796C;
}
.TagClassName
{
border-color: #29796C;
}
</style>