Shades of Genoa #29836F
Tints of Genoa #29836F
RGB
CMYK
RGB Variations
Color information
#29836F (or 0x29836F) is known color: Genoa. HEX triplet: 29, 83 and 6F. RGB value is (41,131,111). Sum of RGB (Red+Green+Blue) = 41+131+111=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #29836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29836F is #D67C90. Grayscale: #656565. Windows color (decimal): -14056593 or 7308073. OLE color: 7308073.
HSL color Cylindrical-coordinate representation of color #29836F: hue angle of 166.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29836F is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 131 | 111 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.49 |
| HSL | 166.67º | 0.52% | 0.34% | - |
| HSV(B) | 166.67º | 0.69% | 0.51% | - |
| XYZ | 11.9 | 17.85 | 17.86 | - |
| YUV | 101.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 131 | 111 | 0.69 | 0 | 0.15 | 0.49 | 166.67 | 0.52 | 0.34 |
| Hex | 29 | 83 | 6F | 45 | 0 | F | 31 | A7 | 34 | 22 |
| Octal | 51 | 203 | 157 | 105 | 0 | 17 | 61 | 247 | 64 | 42 |
| Binary | 101001 | 10000011 | 1101111 | 1000101 | 0 | 1111 | 110001 | 10100111 | 110100 | 100010 |
Color Harmonies of #29836F
Complementary color
Monochromatic Colors of #29836F
Black with #29836F
Text Example
Text Example
White with #29836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29836F; }
p { color: rgb(41,131,111); }
H1.HeaderClassName
{
color: #29836F;
}
.AnyTagClassName
{
color: #29836F;
}
</style>
background-color css
<style>
a { background-color: #29836F; }
a { background-color: rgb(41,131,111); }
div.DivClassName
{
background-color: #29836F;
}
.BgClassName
{
background-color: #29836F;
}
</style>
border-color css
<style>
span { border-color: #29836F; }
span { border-color: rgb(41,131,111); }
td.TdClassName
{
border-color: #29836F;
}
.TagClassName
{
border-color: #29836F;
}
</style>