Shades of Genoa #286D64
Tints of Genoa #286D64
RGB
CMYK
RGB Variations
Color information
#286D64 (or 0x286D64) is known color: Genoa. HEX triplet: 28, 6D and 64. RGB value is (40,109,100). Sum of RGB (Red+Green+Blue) = 40+109+100=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #286D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D64 is #D7929B. Grayscale: #575757. Windows color (decimal): -14127772 or 6581544. OLE color: 6581544.
HSL color Cylindrical-coordinate representation of color #286D64: hue angle of 172.17º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286D64 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 100 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.57 |
| HSL | 172.17º | 0.46% | 0.29% | - |
| HSV(B) | 172.17º | 0.63% | 0.43% | - |
| XYZ | 8.64 | 12.31 | 13.98 | - |
| YUV | 87.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 100 | 0.63 | 0 | 0.08 | 0.57 | 172.17 | 0.46 | 0.29 |
| Hex | 28 | 6D | 64 | 3F | 0 | 8 | 39 | AC | 2E | 1D |
| Octal | 50 | 155 | 144 | 77 | 0 | 10 | 71 | 254 | 56 | 35 |
| Binary | 101000 | 1101101 | 1100100 | 111111 | 0 | 1000 | 111001 | 10101100 | 101110 | 11101 |
Color Harmonies of #286D64
Complementary color
Monochromatic Colors of #286D64
Black with #286D64
Text Example
Text Example
White with #286D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D64; }
p { color: rgb(40,109,100); }
H1.HeaderClassName
{
color: #286D64;
}
.AnyTagClassName
{
color: #286D64;
}
</style>
background-color css
<style>
a { background-color: #286D64; }
a { background-color: rgb(40,109,100); }
div.DivClassName
{
background-color: #286D64;
}
.BgClassName
{
background-color: #286D64;
}
</style>
border-color css
<style>
span { border-color: #286D64; }
span { border-color: rgb(40,109,100); }
td.TdClassName
{
border-color: #286D64;
}
.TagClassName
{
border-color: #286D64;
}
</style>