Shades of Genoa #287F66
Tints of Genoa #287F66
RGB
CMYK
RGB Variations
Color information
#287F66 (or 0x287F66) is known color: Genoa. HEX triplet: 28, 7F and 66. RGB value is (40,127,102). Sum of RGB (Red+Green+Blue) = 40+127+102=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #287F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F66 is #D78099. Grayscale: #626262. Windows color (decimal): -14123162 or 6717224. OLE color: 6717224.
HSL color Cylindrical-coordinate representation of color #287F66: hue angle of 162.76º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F66 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 102 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.50 |
| HSL | 162.76º | 0.52% | 0.33% | - |
| HSV(B) | 162.76º | 0.69% | 0.5% | - |
| XYZ | 10.86 | 16.59 | 15.2 | - |
| YUV | 98.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 102 | 0.69 | 0 | 0.20 | 0.50 | 162.76 | 0.52 | 0.33 |
| Hex | 28 | 7F | 66 | 45 | 0 | 14 | 32 | A3 | 34 | 21 |
| Octal | 50 | 177 | 146 | 105 | 0 | 24 | 62 | 243 | 64 | 41 |
| Binary | 101000 | 1111111 | 1100110 | 1000101 | 0 | 10100 | 110010 | 10100011 | 110100 | 100001 |
Color Harmonies of #287F66
Complementary color
Monochromatic Colors of #287F66
Black with #287F66
Text Example
Text Example
White with #287F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F66; }
p { color: rgb(40,127,102); }
H1.HeaderClassName
{
color: #287F66;
}
.AnyTagClassName
{
color: #287F66;
}
</style>
background-color css
<style>
a { background-color: #287F66; }
a { background-color: rgb(40,127,102); }
div.DivClassName
{
background-color: #287F66;
}
.BgClassName
{
background-color: #287F66;
}
</style>
border-color css
<style>
span { border-color: #287F66; }
span { border-color: rgb(40,127,102); }
td.TdClassName
{
border-color: #287F66;
}
.TagClassName
{
border-color: #287F66;
}
</style>