Shades of Genoa #287C6C
Tints of Genoa #287C6C
RGB
CMYK
RGB Variations
Color information
#287C6C (or 0x287C6C) is known color: Genoa. HEX triplet: 28, 7C and 6C. RGB value is (40,124,108). Sum of RGB (Red+Green+Blue) = 40+124+108=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #287C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C6C is #D78393. Grayscale: #616161. Windows color (decimal): -14123924 or 7109672. OLE color: 7109672.
HSL color Cylindrical-coordinate representation of color #287C6C: hue angle of 168.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C6C is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 124 | 108 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.51 |
| HSL | 168.57º | 0.51% | 0.32% | - |
| HSV(B) | 168.57º | 0.68% | 0.49% | - |
| XYZ | 10.79 | 15.95 | 16.7 | - |
| YUV | 97.06 | 134.17 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 108 | 0.68 | 0 | 0.13 | 0.51 | 168.57 | 0.51 | 0.32 |
| Hex | 28 | 7C | 6C | 44 | 0 | D | 33 | A9 | 33 | 20 |
| Octal | 50 | 174 | 154 | 104 | 0 | 15 | 63 | 251 | 63 | 40 |
| Binary | 101000 | 1111100 | 1101100 | 1000100 | 0 | 1101 | 110011 | 10101001 | 110011 | 100000 |
Color Harmonies of #287C6C
Complementary color
Monochromatic Colors of #287C6C
Black with #287C6C
Text Example
Text Example
White with #287C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C6C; }
p { color: rgb(40,124,108); }
H1.HeaderClassName
{
color: #287C6C;
}
.AnyTagClassName
{
color: #287C6C;
}
</style>
background-color css
<style>
a { background-color: #287C6C; }
a { background-color: rgb(40,124,108); }
div.DivClassName
{
background-color: #287C6C;
}
.BgClassName
{
background-color: #287C6C;
}
</style>
border-color css
<style>
span { border-color: #287C6C; }
span { border-color: rgb(40,124,108); }
td.TdClassName
{
border-color: #287C6C;
}
.TagClassName
{
border-color: #287C6C;
}
</style>