Shades of Genoa #29726A
Tints of Genoa #29726A
RGB
CMYK
RGB Variations
Color information
#29726A (or 0x29726A) is known color: Genoa. HEX triplet: 29, 72 and 6A. RGB value is (41,114,106). Sum of RGB (Red+Green+Blue) = 41+114+106=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #29726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29726A is #D68D95. Grayscale: #5B5B5B. Windows color (decimal): -14060950 or 6976041. OLE color: 6976041.
HSL color Cylindrical-coordinate representation of color #29726A: hue angle of 173.42º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29726A is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 114 | 106 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.55 |
| HSL | 173.42º | 0.47% | 0.3% | - |
| HSV(B) | 173.42º | 0.64% | 0.45% | - |
| XYZ | 9.53 | 13.55 | 15.75 | - |
| YUV | 91.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 106 | 0.64 | 0 | 0.07 | 0.55 | 173.42 | 0.47 | 0.3 |
| Hex | 29 | 72 | 6A | 40 | 0 | 7 | 37 | AD | 2F | 1E |
| Octal | 51 | 162 | 152 | 100 | 0 | 7 | 67 | 255 | 57 | 36 |
| Binary | 101001 | 1110010 | 1101010 | 1000000 | 0 | 111 | 110111 | 10101101 | 101111 | 11110 |
Color Harmonies of #29726A
Complementary color
Monochromatic Colors of #29726A
Black with #29726A
Text Example
Text Example
White with #29726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29726A; }
p { color: rgb(41,114,106); }
H1.HeaderClassName
{
color: #29726A;
}
.AnyTagClassName
{
color: #29726A;
}
</style>
background-color css
<style>
a { background-color: #29726A; }
a { background-color: rgb(41,114,106); }
div.DivClassName
{
background-color: #29726A;
}
.BgClassName
{
background-color: #29726A;
}
</style>
border-color css
<style>
span { border-color: #29726A; }
span { border-color: rgb(41,114,106); }
td.TdClassName
{
border-color: #29726A;
}
.TagClassName
{
border-color: #29726A;
}
</style>