Shades of Genoa #287F69
Tints of Genoa #287F69
RGB
CMYK
RGB Variations
Color information
#287F69 (or 0x287F69) is known color: Genoa. HEX triplet: 28, 7F and 69. RGB value is (40,127,105). Sum of RGB (Red+Green+Blue) = 40+127+105=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #287F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F69 is #D78096. Grayscale: #626262. Windows color (decimal): -14123159 or 6913832. OLE color: 6913832.
HSL color Cylindrical-coordinate representation of color #287F69: hue angle of 164.83º 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 #287F69 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 105 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.50 |
| HSL | 164.83º | 0.52% | 0.33% | - |
| HSV(B) | 164.83º | 0.69% | 0.5% | - |
| XYZ | 11.01 | 16.65 | 16 | - |
| YUV | 98.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 105 | 0.69 | 0 | 0.17 | 0.50 | 164.83 | 0.52 | 0.33 |
| Hex | 28 | 7F | 69 | 45 | 0 | 11 | 32 | A5 | 34 | 21 |
| Octal | 50 | 177 | 151 | 105 | 0 | 21 | 62 | 245 | 64 | 41 |
| Binary | 101000 | 1111111 | 1101001 | 1000101 | 0 | 10001 | 110010 | 10100101 | 110100 | 100001 |
Color Harmonies of #287F69
Complementary color
Monochromatic Colors of #287F69
Black with #287F69
Text Example
Text Example
White with #287F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F69; }
p { color: rgb(40,127,105); }
H1.HeaderClassName
{
color: #287F69;
}
.AnyTagClassName
{
color: #287F69;
}
</style>
background-color css
<style>
a { background-color: #287F69; }
a { background-color: rgb(40,127,105); }
div.DivClassName
{
background-color: #287F69;
}
.BgClassName
{
background-color: #287F69;
}
</style>
border-color css
<style>
span { border-color: #287F69; }
span { border-color: rgb(40,127,105); }
td.TdClassName
{
border-color: #287F69;
}
.TagClassName
{
border-color: #287F69;
}
</style>