Shades of Genoa #288169
Tints of Genoa #288169
RGB
CMYK
RGB Variations
Color information
#288169 (or 0x288169) is known color: Genoa. HEX triplet: 28, 81 and 69. RGB value is (40,129,105). Sum of RGB (Red+Green+Blue) = 40+129+105=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #288169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288169 is #D77E96. Grayscale: #636363. Windows color (decimal): -14122647 or 6914344. OLE color: 6914344.
HSL color Cylindrical-coordinate representation of color #288169: hue angle of 163.82º 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 #288169 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 105 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.49 |
| HSL | 163.82º | 0.53% | 0.33% | - |
| HSV(B) | 163.82º | 0.69% | 0.51% | - |
| XYZ | 11.28 | 17.17 | 16.08 | - |
| YUV | 99.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 105 | 0.69 | 0 | 0.19 | 0.49 | 163.82 | 0.53 | 0.33 |
| Hex | 28 | 81 | 69 | 45 | 0 | 13 | 31 | A4 | 35 | 21 |
| Octal | 50 | 201 | 151 | 105 | 0 | 23 | 61 | 244 | 65 | 41 |
| Binary | 101000 | 10000001 | 1101001 | 1000101 | 0 | 10011 | 110001 | 10100100 | 110101 | 100001 |
Color Harmonies of #288169
Complementary color
Monochromatic Colors of #288169
Black with #288169
Text Example
Text Example
White with #288169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288169; }
p { color: rgb(40,129,105); }
H1.HeaderClassName
{
color: #288169;
}
.AnyTagClassName
{
color: #288169;
}
</style>
background-color css
<style>
a { background-color: #288169; }
a { background-color: rgb(40,129,105); }
div.DivClassName
{
background-color: #288169;
}
.BgClassName
{
background-color: #288169;
}
</style>
border-color css
<style>
span { border-color: #288169; }
span { border-color: rgb(40,129,105); }
td.TdClassName
{
border-color: #288169;
}
.TagClassName
{
border-color: #288169;
}
</style>