Shades of Genoa #287A6E
Tints of Genoa #287A6E
RGB
CMYK
RGB Variations
Color information
#287A6E (or 0x287A6E) is known color: Genoa. HEX triplet: 28, 7A and 6E. RGB value is (40,122,110). Sum of RGB (Red+Green+Blue) = 40+122+110=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #287A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A6E is #D78591. Grayscale: #606060. Windows color (decimal): -14124434 or 7240232. OLE color: 7240232.
HSL color Cylindrical-coordinate representation of color #287A6E: hue angle of 171.22º 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 #287A6E is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 110 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.52 |
| HSL | 171.22º | 0.51% | 0.32% | - |
| HSV(B) | 171.22º | 0.67% | 0.48% | - |
| XYZ | 10.65 | 15.5 | 17.18 | - |
| YUV | 96.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 110 | 0.67 | 0 | 0.10 | 0.52 | 171.22 | 0.51 | 0.32 |
| Hex | 28 | 7A | 6E | 43 | 0 | A | 34 | AB | 33 | 20 |
| Octal | 50 | 172 | 156 | 103 | 0 | 12 | 64 | 253 | 63 | 40 |
| Binary | 101000 | 1111010 | 1101110 | 1000011 | 0 | 1010 | 110100 | 10101011 | 110011 | 100000 |
Color Harmonies of #287A6E
Complementary color
Monochromatic Colors of #287A6E
Black with #287A6E
Text Example
Text Example
White with #287A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A6E; }
p { color: rgb(40,122,110); }
H1.HeaderClassName
{
color: #287A6E;
}
.AnyTagClassName
{
color: #287A6E;
}
</style>
background-color css
<style>
a { background-color: #287A6E; }
a { background-color: rgb(40,122,110); }
div.DivClassName
{
background-color: #287A6E;
}
.BgClassName
{
background-color: #287A6E;
}
</style>
border-color css
<style>
span { border-color: #287A6E; }
span { border-color: rgb(40,122,110); }
td.TdClassName
{
border-color: #287A6E;
}
.TagClassName
{
border-color: #287A6E;
}
</style>