Shades of Genoa #29816C
Tints of Genoa #29816C
RGB
CMYK
RGB Variations
Color information
#29816C (or 0x29816C) is known color: Genoa. HEX triplet: 29, 81 and 6C. RGB value is (41,129,108). Sum of RGB (Red+Green+Blue) = 41+129+108=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #29816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29816C is #D67E93. Grayscale: #646464. Windows color (decimal): -14057108 or 7110953. OLE color: 7110953.
HSL color Cylindrical-coordinate representation of color #29816C: hue angle of 165.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29816C is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 129 | 108 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.49 |
| HSL | 165.68º | 0.52% | 0.33% | - |
| HSV(B) | 165.68º | 0.68% | 0.51% | - |
| XYZ | 11.47 | 17.25 | 16.91 | - |
| YUV | 100.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 108 | 0.68 | 0 | 0.16 | 0.49 | 165.68 | 0.52 | 0.33 |
| Hex | 29 | 81 | 6C | 44 | 0 | 10 | 31 | A6 | 34 | 21 |
| Octal | 51 | 201 | 154 | 104 | 0 | 20 | 61 | 246 | 64 | 41 |
| Binary | 101001 | 10000001 | 1101100 | 1000100 | 0 | 10000 | 110001 | 10100110 | 110100 | 100001 |
Color Harmonies of #29816C
Complementary color
Monochromatic Colors of #29816C
Black with #29816C
Text Example
Text Example
White with #29816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29816C; }
p { color: rgb(41,129,108); }
H1.HeaderClassName
{
color: #29816C;
}
.AnyTagClassName
{
color: #29816C;
}
</style>
background-color css
<style>
a { background-color: #29816C; }
a { background-color: rgb(41,129,108); }
div.DivClassName
{
background-color: #29816C;
}
.BgClassName
{
background-color: #29816C;
}
</style>
border-color css
<style>
span { border-color: #29816C; }
span { border-color: rgb(41,129,108); }
td.TdClassName
{
border-color: #29816C;
}
.TagClassName
{
border-color: #29816C;
}
</style>