Shades of Genoa #287A63
Tints of Genoa #287A63
RGB
CMYK
RGB Variations
Color information
#287A63 (or 0x287A63) is known color: Genoa. HEX triplet: 28, 7A and 63. RGB value is (40,122,99). Sum of RGB (Red+Green+Blue) = 40+122+99=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #287A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A63 is #D7859C. Grayscale: #5E5E5E. Windows color (decimal): -14124445 or 6519336. OLE color: 6519336.
HSL color Cylindrical-coordinate representation of color #287A63: hue angle of 163.17º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A63 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 99 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.52 |
| HSL | 163.17º | 0.51% | 0.32% | - |
| HSV(B) | 163.17º | 0.67% | 0.48% | - |
| XYZ | 10.09 | 15.27 | 14.22 | - |
| YUV | 94.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 99 | 0.67 | 0 | 0.19 | 0.52 | 163.17 | 0.51 | 0.32 |
| Hex | 28 | 7A | 63 | 43 | 0 | 13 | 34 | A3 | 33 | 20 |
| Octal | 50 | 172 | 143 | 103 | 0 | 23 | 64 | 243 | 63 | 40 |
| Binary | 101000 | 1111010 | 1100011 | 1000011 | 0 | 10011 | 110100 | 10100011 | 110011 | 100000 |
Color Harmonies of #287A63
Complementary color
Monochromatic Colors of #287A63
Black with #287A63
Text Example
Text Example
White with #287A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A63; }
p { color: rgb(40,122,99); }
H1.HeaderClassName
{
color: #287A63;
}
.AnyTagClassName
{
color: #287A63;
}
</style>
background-color css
<style>
a { background-color: #287A63; }
a { background-color: rgb(40,122,99); }
div.DivClassName
{
background-color: #287A63;
}
.BgClassName
{
background-color: #287A63;
}
</style>
border-color css
<style>
span { border-color: #287A63; }
span { border-color: rgb(40,122,99); }
td.TdClassName
{
border-color: #287A63;
}
.TagClassName
{
border-color: #287A63;
}
</style>