Shades of Genoa #296D67
Tints of Genoa #296D67
RGB
CMYK
RGB Variations
Color information
#296D67 (or 0x296D67) is known color: Genoa. HEX triplet: 29, 6D and 67. RGB value is (41,109,103). Sum of RGB (Red+Green+Blue) = 41+109+103=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #296D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D67 is #D69298. Grayscale: #575757. Windows color (decimal): -14062233 or 6778153. OLE color: 6778153.
HSL color Cylindrical-coordinate representation of color #296D67: hue angle of 174.71º 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 #296D67 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 103 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.57 |
| HSL | 174.71º | 0.45% | 0.29% | - |
| HSV(B) | 174.71º | 0.62% | 0.43% | - |
| XYZ | 8.83 | 12.39 | 14.76 | - |
| YUV | 87.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 103 | 0.62 | 0 | 0.06 | 0.57 | 174.71 | 0.45 | 0.29 |
| Hex | 29 | 6D | 67 | 3E | 0 | 6 | 39 | AF | 2D | 1D |
| Octal | 51 | 155 | 147 | 76 | 0 | 6 | 71 | 257 | 55 | 35 |
| Binary | 101001 | 1101101 | 1100111 | 111110 | 0 | 110 | 111001 | 10101111 | 101101 | 11101 |
Color Harmonies of #296D67
Complementary color
Monochromatic Colors of #296D67
Black with #296D67
Text Example
Text Example
White with #296D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D67; }
p { color: rgb(41,109,103); }
H1.HeaderClassName
{
color: #296D67;
}
.AnyTagClassName
{
color: #296D67;
}
</style>
background-color css
<style>
a { background-color: #296D67; }
a { background-color: rgb(41,109,103); }
div.DivClassName
{
background-color: #296D67;
}
.BgClassName
{
background-color: #296D67;
}
</style>
border-color css
<style>
span { border-color: #296D67; }
span { border-color: rgb(41,109,103); }
td.TdClassName
{
border-color: #296D67;
}
.TagClassName
{
border-color: #296D67;
}
</style>