Shades of Genoa #287A64
Tints of Genoa #287A64
RGB
CMYK
RGB Variations
Color information
#287A64 (or 0x287A64) is known color: Genoa. HEX triplet: 28, 7A and 64. RGB value is (40,122,100). Sum of RGB (Red+Green+Blue) = 40+122+100=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #287A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A64 is #D7859B. Grayscale: #5E5E5E. Windows color (decimal): -14124444 or 6584872. OLE color: 6584872.
HSL color Cylindrical-coordinate representation of color #287A64: hue angle of 163.9º 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 #287A64 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 100 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.52 |
| HSL | 163.9º | 0.51% | 0.32% | - |
| HSV(B) | 163.9º | 0.67% | 0.48% | - |
| XYZ | 10.13 | 15.29 | 14.47 | - |
| YUV | 94.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 100 | 0.67 | 0 | 0.18 | 0.52 | 163.9 | 0.51 | 0.32 |
| Hex | 28 | 7A | 64 | 43 | 0 | 12 | 34 | A4 | 33 | 20 |
| Octal | 50 | 172 | 144 | 103 | 0 | 22 | 64 | 244 | 63 | 40 |
| Binary | 101000 | 1111010 | 1100100 | 1000011 | 0 | 10010 | 110100 | 10100100 | 110011 | 100000 |
Color Harmonies of #287A64
Complementary color
Monochromatic Colors of #287A64
Black with #287A64
Text Example
Text Example
White with #287A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A64; }
p { color: rgb(40,122,100); }
H1.HeaderClassName
{
color: #287A64;
}
.AnyTagClassName
{
color: #287A64;
}
</style>
background-color css
<style>
a { background-color: #287A64; }
a { background-color: rgb(40,122,100); }
div.DivClassName
{
background-color: #287A64;
}
.BgClassName
{
background-color: #287A64;
}
</style>
border-color css
<style>
span { border-color: #287A64; }
span { border-color: rgb(40,122,100); }
td.TdClassName
{
border-color: #287A64;
}
.TagClassName
{
border-color: #287A64;
}
</style>