Shades of Genoa #298065
Tints of Genoa #298065
RGB
CMYK
RGB Variations
Color information
#298065 (or 0x298065) is known color: Genoa. HEX triplet: 29, 80 and 65. RGB value is (41,128,101). Sum of RGB (Red+Green+Blue) = 41+128+101=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #298065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298065 is #D67F9A. Grayscale: #626262. Windows color (decimal): -14057371 or 6651945. OLE color: 6651945.
HSL color Cylindrical-coordinate representation of color #298065: hue angle of 161.38º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298065 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 128 | 101 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.50 |
| HSL | 161.38º | 0.51% | 0.33% | - |
| HSV(B) | 161.38º | 0.68% | 0.5% | - |
| XYZ | 10.98 | 16.85 | 14.99 | - |
| YUV | 98.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 101 | 0.68 | 0 | 0.21 | 0.50 | 161.38 | 0.51 | 0.33 |
| Hex | 29 | 80 | 65 | 44 | 0 | 15 | 32 | A1 | 33 | 21 |
| Octal | 51 | 200 | 145 | 104 | 0 | 25 | 62 | 241 | 63 | 41 |
| Binary | 101001 | 10000000 | 1100101 | 1000100 | 0 | 10101 | 110010 | 10100001 | 110011 | 100001 |
Color Harmonies of #298065
Complementary color
Monochromatic Colors of #298065
Black with #298065
Text Example
Text Example
White with #298065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298065; }
p { color: rgb(41,128,101); }
H1.HeaderClassName
{
color: #298065;
}
.AnyTagClassName
{
color: #298065;
}
</style>
background-color css
<style>
a { background-color: #298065; }
a { background-color: rgb(41,128,101); }
div.DivClassName
{
background-color: #298065;
}
.BgClassName
{
background-color: #298065;
}
</style>
border-color css
<style>
span { border-color: #298065; }
span { border-color: rgb(41,128,101); }
td.TdClassName
{
border-color: #298065;
}
.TagClassName
{
border-color: #298065;
}
</style>