Shades of Genoa #296D68
Tints of Genoa #296D68
RGB
CMYK
RGB Variations
Color information
#296D68 (or 0x296D68) is known color: Genoa. HEX triplet: 29, 6D and 68. RGB value is (41,109,104). Sum of RGB (Red+Green+Blue) = 41+109+104=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #296D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D68 is #D69297. Grayscale: #585858. Windows color (decimal): -14062232 or 6843689. OLE color: 6843689.
HSL color Cylindrical-coordinate representation of color #296D68: hue angle of 175.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D68 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 104 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.57 |
| HSL | 175.59º | 0.45% | 0.29% | - |
| HSV(B) | 175.59º | 0.62% | 0.43% | - |
| XYZ | 8.88 | 12.41 | 15.02 | - |
| YUV | 88.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 104 | 0.62 | 0 | 0.05 | 0.57 | 175.59 | 0.45 | 0.29 |
| Hex | 29 | 6D | 68 | 3E | 0 | 5 | 39 | B0 | 2D | 1D |
| Octal | 51 | 155 | 150 | 76 | 0 | 5 | 71 | 260 | 55 | 35 |
| Binary | 101001 | 1101101 | 1101000 | 111110 | 0 | 101 | 111001 | 10110000 | 101101 | 11101 |
Color Harmonies of #296D68
Complementary color
Monochromatic Colors of #296D68
Black with #296D68
Text Example
Text Example
White with #296D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D68; }
p { color: rgb(41,109,104); }
H1.HeaderClassName
{
color: #296D68;
}
.AnyTagClassName
{
color: #296D68;
}
</style>
background-color css
<style>
a { background-color: #296D68; }
a { background-color: rgb(41,109,104); }
div.DivClassName
{
background-color: #296D68;
}
.BgClassName
{
background-color: #296D68;
}
</style>
border-color css
<style>
span { border-color: #296D68; }
span { border-color: rgb(41,109,104); }
td.TdClassName
{
border-color: #296D68;
}
.TagClassName
{
border-color: #296D68;
}
</style>