Shades of Genoa #29786B
Tints of Genoa #29786B
RGB
CMYK
RGB Variations
Color information
#29786B (or 0x29786B) is known color: Genoa. HEX triplet: 29, 78 and 6B. RGB value is (41,120,107). Sum of RGB (Red+Green+Blue) = 41+120+107=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #29786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29786B is #D68794. Grayscale: #5E5E5E. Windows color (decimal): -14059413 or 7043113. OLE color: 7043113.
HSL color Cylindrical-coordinate representation of color #29786B: hue angle of 170.13º 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 #29786B is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 107 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.53 |
| HSL | 170.13º | 0.49% | 0.32% | - |
| HSV(B) | 170.13º | 0.66% | 0.47% | - |
| XYZ | 10.28 | 14.97 | 16.26 | - |
| YUV | 94.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 107 | 0.66 | 0 | 0.11 | 0.53 | 170.13 | 0.49 | 0.32 |
| Hex | 29 | 78 | 6B | 42 | 0 | B | 35 | AA | 31 | 20 |
| Octal | 51 | 170 | 153 | 102 | 0 | 13 | 65 | 252 | 61 | 40 |
| Binary | 101001 | 1111000 | 1101011 | 1000010 | 0 | 1011 | 110101 | 10101010 | 110001 | 100000 |
Color Harmonies of #29786B
Complementary color
Monochromatic Colors of #29786B
Black with #29786B
Text Example
Text Example
White with #29786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29786B; }
p { color: rgb(41,120,107); }
H1.HeaderClassName
{
color: #29786B;
}
.AnyTagClassName
{
color: #29786B;
}
</style>
background-color css
<style>
a { background-color: #29786B; }
a { background-color: rgb(41,120,107); }
div.DivClassName
{
background-color: #29786B;
}
.BgClassName
{
background-color: #29786B;
}
</style>
border-color css
<style>
span { border-color: #29786B; }
span { border-color: rgb(41,120,107); }
td.TdClassName
{
border-color: #29786B;
}
.TagClassName
{
border-color: #29786B;
}
</style>