Shades of Genoa #287D68
Tints of Genoa #287D68
RGB
CMYK
RGB Variations
Color information
#287D68 (or 0x287D68) is known color: Genoa. HEX triplet: 28, 7D and 68. RGB value is (40,125,104). Sum of RGB (Red+Green+Blue) = 40+125+104=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #287D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287D68 is #D78297. Grayscale: #616161. Windows color (decimal): -14123672 or 6847784. OLE color: 6847784.
HSL color Cylindrical-coordinate representation of color #287D68: hue angle of 165.18º degrees, saturation: 0.52, 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 #287D68 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 104 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.51 |
| HSL | 165.18º | 0.52% | 0.32% | - |
| HSV(B) | 165.18º | 0.68% | 0.49% | - |
| XYZ | 10.71 | 16.12 | 15.64 | - |
| YUV | 97.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 104 | 0.68 | 0 | 0.17 | 0.51 | 165.18 | 0.52 | 0.32 |
| Hex | 28 | 7D | 68 | 44 | 0 | 11 | 33 | A5 | 34 | 20 |
| Octal | 50 | 175 | 150 | 104 | 0 | 21 | 63 | 245 | 64 | 40 |
| Binary | 101000 | 1111101 | 1101000 | 1000100 | 0 | 10001 | 110011 | 10100101 | 110100 | 100000 |
Color Harmonies of #287D68
Complementary color
Monochromatic Colors of #287D68
Black with #287D68
Text Example
Text Example
White with #287D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D68; }
p { color: rgb(40,125,104); }
H1.HeaderClassName
{
color: #287D68;
}
.AnyTagClassName
{
color: #287D68;
}
</style>
background-color css
<style>
a { background-color: #287D68; }
a { background-color: rgb(40,125,104); }
div.DivClassName
{
background-color: #287D68;
}
.BgClassName
{
background-color: #287D68;
}
</style>
border-color css
<style>
span { border-color: #287D68; }
span { border-color: rgb(40,125,104); }
td.TdClassName
{
border-color: #287D68;
}
.TagClassName
{
border-color: #287D68;
}
</style>