Shades of Genoa #29846D
Tints of Genoa #29846D
RGB
CMYK
RGB Variations
Color information
#29846D (or 0x29846D) is known color: Genoa. HEX triplet: 29, 84 and 6D. RGB value is (41,132,109). Sum of RGB (Red+Green+Blue) = 41+132+109=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #29846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29846D is #D67B92. Grayscale: #666666. Windows color (decimal): -14056339 or 7177257. OLE color: 7177257.
HSL color Cylindrical-coordinate representation of color #29846D: hue angle of 164.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29846D is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 132 | 109 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.48 |
| HSL | 164.84º | 0.53% | 0.34% | - |
| HSV(B) | 164.84º | 0.69% | 0.52% | - |
| XYZ | 11.93 | 18.08 | 17.33 | - |
| YUV | 102.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 109 | 0.69 | 0 | 0.17 | 0.48 | 164.84 | 0.53 | 0.34 |
| Hex | 29 | 84 | 6D | 45 | 0 | 11 | 30 | A5 | 35 | 22 |
| Octal | 51 | 204 | 155 | 105 | 0 | 21 | 60 | 245 | 65 | 42 |
| Binary | 101001 | 10000100 | 1101101 | 1000101 | 0 | 10001 | 110000 | 10100101 | 110101 | 100010 |
Color Harmonies of #29846D
Complementary color
Monochromatic Colors of #29846D
Black with #29846D
Text Example
Text Example
White with #29846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29846D; }
p { color: rgb(41,132,109); }
H1.HeaderClassName
{
color: #29846D;
}
.AnyTagClassName
{
color: #29846D;
}
</style>
background-color css
<style>
a { background-color: #29846D; }
a { background-color: rgb(41,132,109); }
div.DivClassName
{
background-color: #29846D;
}
.BgClassName
{
background-color: #29846D;
}
</style>
border-color css
<style>
span { border-color: #29846D; }
span { border-color: rgb(41,132,109); }
td.TdClassName
{
border-color: #29846D;
}
.TagClassName
{
border-color: #29846D;
}
</style>