Shades of Genoa #286C65
Tints of Genoa #286C65
RGB
CMYK
RGB Variations
Color information
#286C65 (or 0x286C65) is known color: Genoa. HEX triplet: 28, 6C and 65. RGB value is (40,108,101). Sum of RGB (Red+Green+Blue) = 40+108+101=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #286C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C65 is #D7939A. Grayscale: #565656. Windows color (decimal): -14128027 or 6646824. OLE color: 6646824.
HSL color Cylindrical-coordinate representation of color #286C65: hue angle of 173.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C65 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 101 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.58 |
| HSL | 173.82º | 0.46% | 0.29% | - |
| HSV(B) | 173.82º | 0.63% | 0.42% | - |
| XYZ | 8.59 | 12.12 | 14.2 | - |
| YUV | 86.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 101 | 0.63 | 0 | 0.06 | 0.58 | 173.82 | 0.46 | 0.29 |
| Hex | 28 | 6C | 65 | 3F | 0 | 6 | 3A | AE | 2E | 1D |
| Octal | 50 | 154 | 145 | 77 | 0 | 6 | 72 | 256 | 56 | 35 |
| Binary | 101000 | 1101100 | 1100101 | 111111 | 0 | 110 | 111010 | 10101110 | 101110 | 11101 |
Color Harmonies of #286C65
Complementary color
Monochromatic Colors of #286C65
Black with #286C65
Text Example
Text Example
White with #286C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C65; }
p { color: rgb(40,108,101); }
H1.HeaderClassName
{
color: #286C65;
}
.AnyTagClassName
{
color: #286C65;
}
</style>
background-color css
<style>
a { background-color: #286C65; }
a { background-color: rgb(40,108,101); }
div.DivClassName
{
background-color: #286C65;
}
.BgClassName
{
background-color: #286C65;
}
</style>
border-color css
<style>
span { border-color: #286C65; }
span { border-color: rgb(40,108,101); }
td.TdClassName
{
border-color: #286C65;
}
.TagClassName
{
border-color: #286C65;
}
</style>