Shades of Genoa #287A68
Tints of Genoa #287A68
RGB
CMYK
RGB Variations
Color information
#287A68 (or 0x287A68) is known color: Genoa. HEX triplet: 28, 7A and 68. RGB value is (40,122,104). Sum of RGB (Red+Green+Blue) = 40+122+104=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #287A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A68 is #D78597. Grayscale: #5F5F5F. Windows color (decimal): -14124440 or 6847016. OLE color: 6847016.
HSL color Cylindrical-coordinate representation of color #287A68: hue angle of 166.83º 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 #287A68 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 104 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.52 |
| HSL | 166.83º | 0.51% | 0.32% | - |
| HSV(B) | 166.83º | 0.67% | 0.48% | - |
| XYZ | 10.33 | 15.37 | 15.52 | - |
| YUV | 95.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 104 | 0.67 | 0 | 0.15 | 0.52 | 166.83 | 0.51 | 0.32 |
| Hex | 28 | 7A | 68 | 43 | 0 | F | 34 | A7 | 33 | 20 |
| Octal | 50 | 172 | 150 | 103 | 0 | 17 | 64 | 247 | 63 | 40 |
| Binary | 101000 | 1111010 | 1101000 | 1000011 | 0 | 1111 | 110100 | 10100111 | 110011 | 100000 |
Color Harmonies of #287A68
Complementary color
Monochromatic Colors of #287A68
Black with #287A68
Text Example
Text Example
White with #287A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A68; }
p { color: rgb(40,122,104); }
H1.HeaderClassName
{
color: #287A68;
}
.AnyTagClassName
{
color: #287A68;
}
</style>
background-color css
<style>
a { background-color: #287A68; }
a { background-color: rgb(40,122,104); }
div.DivClassName
{
background-color: #287A68;
}
.BgClassName
{
background-color: #287A68;
}
</style>
border-color css
<style>
span { border-color: #287A68; }
span { border-color: rgb(40,122,104); }
td.TdClassName
{
border-color: #287A68;
}
.TagClassName
{
border-color: #287A68;
}
</style>