Shades of Genoa #287A67
Tints of Genoa #287A67
RGB
CMYK
RGB Variations
Color information
#287A67 (or 0x287A67) is known color: Genoa. HEX triplet: 28, 7A and 67. RGB value is (40,122,103). Sum of RGB (Red+Green+Blue) = 40+122+103=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #287A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A67 is #D78598. Grayscale: #5F5F5F. Windows color (decimal): -14124441 or 6781480. OLE color: 6781480.
HSL color Cylindrical-coordinate representation of color #287A67: hue angle of 166.1º 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 #287A67 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 103 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.52 |
| HSL | 166.1º | 0.51% | 0.32% | - |
| HSV(B) | 166.1º | 0.67% | 0.48% | - |
| XYZ | 10.28 | 15.35 | 15.25 | - |
| YUV | 95.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 103 | 0.67 | 0 | 0.16 | 0.52 | 166.1 | 0.51 | 0.32 |
| Hex | 28 | 7A | 67 | 43 | 0 | 10 | 34 | A6 | 33 | 20 |
| Octal | 50 | 172 | 147 | 103 | 0 | 20 | 64 | 246 | 63 | 40 |
| Binary | 101000 | 1111010 | 1100111 | 1000011 | 0 | 10000 | 110100 | 10100110 | 110011 | 100000 |
Color Harmonies of #287A67
Complementary color
Monochromatic Colors of #287A67
Black with #287A67
Text Example
Text Example
White with #287A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A67; }
p { color: rgb(40,122,103); }
H1.HeaderClassName
{
color: #287A67;
}
.AnyTagClassName
{
color: #287A67;
}
</style>
background-color css
<style>
a { background-color: #287A67; }
a { background-color: rgb(40,122,103); }
div.DivClassName
{
background-color: #287A67;
}
.BgClassName
{
background-color: #287A67;
}
</style>
border-color css
<style>
span { border-color: #287A67; }
span { border-color: rgb(40,122,103); }
td.TdClassName
{
border-color: #287A67;
}
.TagClassName
{
border-color: #287A67;
}
</style>