Shades of Genoa #287F70
Tints of Genoa #287F70
RGB
CMYK
RGB Variations
Color information
#287F70 (or 0x287F70) is known color: Genoa. HEX triplet: 28, 7F and 70. RGB value is (40,127,112). Sum of RGB (Red+Green+Blue) = 40+127+112=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #287F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F70 is #D7808F. Grayscale: #636363. Windows color (decimal): -14123152 or 7372584. OLE color: 7372584.
HSL color Cylindrical-coordinate representation of color #287F70: hue angle of 169.66º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F70 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 112 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.50 |
| HSL | 169.66º | 0.52% | 0.33% | - |
| HSV(B) | 169.66º | 0.69% | 0.5% | - |
| XYZ | 11.39 | 16.8 | 17.97 | - |
| YUV | 99.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 112 | 0.69 | 0 | 0.12 | 0.50 | 169.66 | 0.52 | 0.33 |
| Hex | 28 | 7F | 70 | 45 | 0 | C | 32 | AA | 34 | 21 |
| Octal | 50 | 177 | 160 | 105 | 0 | 14 | 62 | 252 | 64 | 41 |
| Binary | 101000 | 1111111 | 1110000 | 1000101 | 0 | 1100 | 110010 | 10101010 | 110100 | 100001 |
Color Harmonies of #287F70
Complementary color
Monochromatic Colors of #287F70
Black with #287F70
Text Example
Text Example
White with #287F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F70; }
p { color: rgb(40,127,112); }
H1.HeaderClassName
{
color: #287F70;
}
.AnyTagClassName
{
color: #287F70;
}
</style>
background-color css
<style>
a { background-color: #287F70; }
a { background-color: rgb(40,127,112); }
div.DivClassName
{
background-color: #287F70;
}
.BgClassName
{
background-color: #287F70;
}
</style>
border-color css
<style>
span { border-color: #287F70; }
span { border-color: rgb(40,127,112); }
td.TdClassName
{
border-color: #287F70;
}
.TagClassName
{
border-color: #287F70;
}
</style>