Shades of Genoa #296B69
Tints of Genoa #296B69
RGB
CMYK
RGB Variations
Color information
#296B69 (or 0x296B69) is known color: Genoa. HEX triplet: 29, 6B and 69. RGB value is (41,107,105). Sum of RGB (Red+Green+Blue) = 41+107+105=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #296B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B69 is #D69496. Grayscale: #565656. Windows color (decimal): -14062743 or 6908713. OLE color: 6908713.
HSL color Cylindrical-coordinate representation of color #296B69: hue angle of 178.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B69 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 105 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.58 |
| HSL | 178.18º | 0.45% | 0.29% | - |
| HSV(B) | 178.18º | 0.62% | 0.42% | - |
| XYZ | 8.72 | 12.01 | 15.22 | - |
| YUV | 87.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 105 | 0.62 | 0 | 0.02 | 0.58 | 178.18 | 0.45 | 0.29 |
| Hex | 29 | 6B | 69 | 3E | 0 | 2 | 3A | B2 | 2D | 1D |
| Octal | 51 | 153 | 151 | 76 | 0 | 2 | 72 | 262 | 55 | 35 |
| Binary | 101001 | 1101011 | 1101001 | 111110 | 0 | 10 | 111010 | 10110010 | 101101 | 11101 |
Color Harmonies of #296B69
Complementary color
Monochromatic Colors of #296B69
Black with #296B69
Text Example
Text Example
White with #296B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B69; }
p { color: rgb(41,107,105); }
H1.HeaderClassName
{
color: #296B69;
}
.AnyTagClassName
{
color: #296B69;
}
</style>
background-color css
<style>
a { background-color: #296B69; }
a { background-color: rgb(41,107,105); }
div.DivClassName
{
background-color: #296B69;
}
.BgClassName
{
background-color: #296B69;
}
</style>
border-color css
<style>
span { border-color: #296B69; }
span { border-color: rgb(41,107,105); }
td.TdClassName
{
border-color: #296B69;
}
.TagClassName
{
border-color: #296B69;
}
</style>