Shades of Genoa #29706B
Tints of Genoa #29706B
RGB
CMYK
RGB Variations
Color information
#29706B (or 0x29706B) is known color: Genoa. HEX triplet: 29, 70 and 6B. RGB value is (41,112,107). Sum of RGB (Red+Green+Blue) = 41+112+107=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #29706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29706B is #D68F94. Grayscale: #5A5A5A. Windows color (decimal): -14061461 or 7041065. OLE color: 7041065.
HSL color Cylindrical-coordinate representation of color #29706B: hue angle of 175.77º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29706B is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 107 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.56 |
| HSL | 175.77º | 0.46% | 0.3% | - |
| HSV(B) | 175.77º | 0.63% | 0.44% | - |
| XYZ | 9.36 | 13.12 | 15.95 | - |
| YUV | 90.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 107 | 0.63 | 0 | 0.04 | 0.56 | 175.77 | 0.46 | 0.3 |
| Hex | 29 | 70 | 6B | 3F | 0 | 4 | 38 | B0 | 2E | 1E |
| Octal | 51 | 160 | 153 | 77 | 0 | 4 | 70 | 260 | 56 | 36 |
| Binary | 101001 | 1110000 | 1101011 | 111111 | 0 | 100 | 111000 | 10110000 | 101110 | 11110 |
Color Harmonies of #29706B
Complementary color
Monochromatic Colors of #29706B
Black with #29706B
Text Example
Text Example
White with #29706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29706B; }
p { color: rgb(41,112,107); }
H1.HeaderClassName
{
color: #29706B;
}
.AnyTagClassName
{
color: #29706B;
}
</style>
background-color css
<style>
a { background-color: #29706B; }
a { background-color: rgb(41,112,107); }
div.DivClassName
{
background-color: #29706B;
}
.BgClassName
{
background-color: #29706B;
}
</style>
border-color css
<style>
span { border-color: #29706B; }
span { border-color: rgb(41,112,107); }
td.TdClassName
{
border-color: #29706B;
}
.TagClassName
{
border-color: #29706B;
}
</style>