Shades of Genoa #29736C
Tints of Genoa #29736C
RGB
CMYK
RGB Variations
Color information
#29736C (or 0x29736C) is known color: Genoa. HEX triplet: 29, 73 and 6C. RGB value is (41,115,108). Sum of RGB (Red+Green+Blue) = 41+115+108=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #29736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29736C is #D68C93. Grayscale: #5C5C5C. Windows color (decimal): -14060692 or 7107369. OLE color: 7107369.
HSL color Cylindrical-coordinate representation of color #29736C: hue angle of 174.32º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29736C is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 115 | 108 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.55 |
| HSL | 174.32º | 0.47% | 0.31% | - |
| HSV(B) | 174.32º | 0.64% | 0.45% | - |
| XYZ | 9.75 | 13.82 | 16.34 | - |
| YUV | 92.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 108 | 0.64 | 0 | 0.06 | 0.55 | 174.32 | 0.47 | 0.31 |
| Hex | 29 | 73 | 6C | 40 | 0 | 6 | 37 | AE | 2F | 1F |
| Octal | 51 | 163 | 154 | 100 | 0 | 6 | 67 | 256 | 57 | 37 |
| Binary | 101001 | 1110011 | 1101100 | 1000000 | 0 | 110 | 110111 | 10101110 | 101111 | 11111 |
Color Harmonies of #29736C
Complementary color
Monochromatic Colors of #29736C
Black with #29736C
Text Example
Text Example
White with #29736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29736C; }
p { color: rgb(41,115,108); }
H1.HeaderClassName
{
color: #29736C;
}
.AnyTagClassName
{
color: #29736C;
}
</style>
background-color css
<style>
a { background-color: #29736C; }
a { background-color: rgb(41,115,108); }
div.DivClassName
{
background-color: #29736C;
}
.BgClassName
{
background-color: #29736C;
}
</style>
border-color css
<style>
span { border-color: #29736C; }
span { border-color: rgb(41,115,108); }
td.TdClassName
{
border-color: #29736C;
}
.TagClassName
{
border-color: #29736C;
}
</style>