Shades of Genoa #288271
Tints of Genoa #288271
RGB
CMYK
RGB Variations
Color information
#288271 (or 0x288271) is known color: Genoa. HEX triplet: 28, 82 and 71. RGB value is (40,130,113). Sum of RGB (Red+Green+Blue) = 40+130+113=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #288271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288271 is #D77D8E. Grayscale: #656565. Windows color (decimal): -14122383 or 7438888. OLE color: 7438888.
HSL color Cylindrical-coordinate representation of color #288271: hue angle of 168.67º 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 #288271 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 113 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.49 |
| HSL | 168.67º | 0.53% | 0.33% | - |
| HSV(B) | 168.67º | 0.69% | 0.51% | - |
| XYZ | 11.84 | 17.61 | 18.4 | - |
| YUV | 101.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 113 | 0.69 | 0 | 0.13 | 0.49 | 168.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 71 | 45 | 0 | D | 31 | A9 | 35 | 21 |
| Octal | 50 | 202 | 161 | 105 | 0 | 15 | 61 | 251 | 65 | 41 |
| Binary | 101000 | 10000010 | 1110001 | 1000101 | 0 | 1101 | 110001 | 10101001 | 110101 | 100001 |
Color Harmonies of #288271
Complementary color
Monochromatic Colors of #288271
Black with #288271
Text Example
Text Example
White with #288271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288271; }
p { color: rgb(40,130,113); }
H1.HeaderClassName
{
color: #288271;
}
.AnyTagClassName
{
color: #288271;
}
</style>
background-color css
<style>
a { background-color: #288271; }
a { background-color: rgb(40,130,113); }
div.DivClassName
{
background-color: #288271;
}
.BgClassName
{
background-color: #288271;
}
</style>
border-color css
<style>
span { border-color: #288271; }
span { border-color: rgb(40,130,113); }
td.TdClassName
{
border-color: #288271;
}
.TagClassName
{
border-color: #288271;
}
</style>