Shades of Genoa #286B65
Tints of Genoa #286B65
RGB
CMYK
RGB Variations
Color information
#286B65 (or 0x286B65) is known color: Genoa. HEX triplet: 28, 6B and 65. RGB value is (40,107,101). Sum of RGB (Red+Green+Blue) = 40+107+101=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #286B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B65 is #D7949A. Grayscale: #565656. Windows color (decimal): -14128283 or 6646568. OLE color: 6646568.
HSL color Cylindrical-coordinate representation of color #286B65: hue angle of 174.63º 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 #286B65 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 101 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.58 |
| HSL | 174.63º | 0.46% | 0.29% | - |
| HSV(B) | 174.63º | 0.63% | 0.42% | - |
| XYZ | 8.48 | 11.91 | 14.16 | - |
| YUV | 86.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 101 | 0.63 | 0 | 0.06 | 0.58 | 174.63 | 0.46 | 0.29 |
| Hex | 28 | 6B | 65 | 3F | 0 | 6 | 3A | AF | 2E | 1D |
| Octal | 50 | 153 | 145 | 77 | 0 | 6 | 72 | 257 | 56 | 35 |
| Binary | 101000 | 1101011 | 1100101 | 111111 | 0 | 110 | 111010 | 10101111 | 101110 | 11101 |
Color Harmonies of #286B65
Complementary color
Monochromatic Colors of #286B65
Black with #286B65
Text Example
Text Example
White with #286B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B65; }
p { color: rgb(40,107,101); }
H1.HeaderClassName
{
color: #286B65;
}
.AnyTagClassName
{
color: #286B65;
}
</style>
background-color css
<style>
a { background-color: #286B65; }
a { background-color: rgb(40,107,101); }
div.DivClassName
{
background-color: #286B65;
}
.BgClassName
{
background-color: #286B65;
}
</style>
border-color css
<style>
span { border-color: #286B65; }
span { border-color: rgb(40,107,101); }
td.TdClassName
{
border-color: #286B65;
}
.TagClassName
{
border-color: #286B65;
}
</style>