Shades of Genoa #286E63
Tints of Genoa #286E63
RGB
CMYK
RGB Variations
Color information
#286E63 (or 0x286E63) is known color: Genoa. HEX triplet: 28, 6E and 63. RGB value is (40,110,99). Sum of RGB (Red+Green+Blue) = 40+110+99=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 110 - color contains mainly: green. Hex color #286E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E63 is #D7919C. Grayscale: #575757. Windows color (decimal): -14127517 or 6516264. OLE color: 6516264.
HSL color Cylindrical-coordinate representation of color #286E63: hue angle of 170.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E63 is Cyan = 0.64, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 99 | - |
| CMYK | 0.64 | 0 | 0.1 | 0.57 |
| HSL | 170.57º | 0.47% | 0.29% | - |
| HSV(B) | 170.57º | 0.64% | 0.43% | - |
| XYZ | 8.7 | 12.5 | 13.76 | - |
| YUV | 87.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 99 | 0.64 | 0 | 0.1 | 0.57 | 170.57 | 0.47 | 0.29 |
| Hex | 28 | 6E | 63 | 40 | 0 | A | 39 | AB | 2F | 1D |
| Octal | 50 | 156 | 143 | 100 | 0 | 12 | 71 | 253 | 57 | 35 |
| Binary | 101000 | 1101110 | 1100011 | 1000000 | 0 | 1010 | 111001 | 10101011 | 101111 | 11101 |
Color Harmonies of #286E63
Complementary color
Monochromatic Colors of #286E63
Black with #286E63
Text Example
Text Example
White with #286E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E63; }
p { color: rgb(40,110,99); }
H1.HeaderClassName
{
color: #286E63;
}
.AnyTagClassName
{
color: #286E63;
}
</style>
background-color css
<style>
a { background-color: #286E63; }
a { background-color: rgb(40,110,99); }
div.DivClassName
{
background-color: #286E63;
}
.BgClassName
{
background-color: #286E63;
}
</style>
border-color css
<style>
span { border-color: #286E63; }
span { border-color: rgb(40,110,99); }
td.TdClassName
{
border-color: #286E63;
}
.TagClassName
{
border-color: #286E63;
}
</style>