Shades of Genoa #288170
Tints of Genoa #288170
RGB
CMYK
RGB Variations
Color information
#288170 (or 0x288170) is known color: Genoa. HEX triplet: 28, 81 and 70. RGB value is (40,129,112). Sum of RGB (Red+Green+Blue) = 40+129+112=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #288170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288170 is #D77E8F. Grayscale: #646464. Windows color (decimal): -14122640 or 7373096. OLE color: 7373096.
HSL color Cylindrical-coordinate representation of color #288170: hue angle of 168.54º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288170 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 112 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.49 |
| HSL | 168.54º | 0.53% | 0.33% | - |
| HSV(B) | 168.54º | 0.69% | 0.51% | - |
| XYZ | 11.65 | 17.32 | 18.06 | - |
| YUV | 100.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 112 | 0.69 | 0 | 0.13 | 0.49 | 168.54 | 0.53 | 0.33 |
| Hex | 28 | 81 | 70 | 45 | 0 | D | 31 | A9 | 35 | 21 |
| Octal | 50 | 201 | 160 | 105 | 0 | 15 | 61 | 251 | 65 | 41 |
| Binary | 101000 | 10000001 | 1110000 | 1000101 | 0 | 1101 | 110001 | 10101001 | 110101 | 100001 |
Color Harmonies of #288170
Complementary color
Monochromatic Colors of #288170
Black with #288170
Text Example
Text Example
White with #288170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288170; }
p { color: rgb(40,129,112); }
H1.HeaderClassName
{
color: #288170;
}
.AnyTagClassName
{
color: #288170;
}
</style>
background-color css
<style>
a { background-color: #288170; }
a { background-color: rgb(40,129,112); }
div.DivClassName
{
background-color: #288170;
}
.BgClassName
{
background-color: #288170;
}
</style>
border-color css
<style>
span { border-color: #288170; }
span { border-color: rgb(40,129,112); }
td.TdClassName
{
border-color: #288170;
}
.TagClassName
{
border-color: #288170;
}
</style>