Shades of Genoa #287B6C
Tints of Genoa #287B6C
RGB
CMYK
RGB Variations
Color information
#287B6C (or 0x287B6C) is known color: Genoa. HEX triplet: 28, 7B and 6C. RGB value is (40,123,108). Sum of RGB (Red+Green+Blue) = 40+123+108=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #287B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B6C is #D78493. Grayscale: #606060. Windows color (decimal): -14124180 or 7109416. OLE color: 7109416.
HSL color Cylindrical-coordinate representation of color #287B6C: hue angle of 169.16º 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 #287B6C is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 123 | 108 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.52 |
| HSL | 169.16º | 0.51% | 0.32% | - |
| HSV(B) | 169.16º | 0.67% | 0.48% | - |
| XYZ | 10.66 | 15.7 | 16.66 | - |
| YUV | 96.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 108 | 0.67 | 0 | 0.12 | 0.52 | 169.16 | 0.51 | 0.32 |
| Hex | 28 | 7B | 6C | 43 | 0 | C | 34 | A9 | 33 | 20 |
| Octal | 50 | 173 | 154 | 103 | 0 | 14 | 64 | 251 | 63 | 40 |
| Binary | 101000 | 1111011 | 1101100 | 1000011 | 0 | 1100 | 110100 | 10101001 | 110011 | 100000 |
Color Harmonies of #287B6C
Complementary color
Monochromatic Colors of #287B6C
Black with #287B6C
Text Example
Text Example
White with #287B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B6C; }
p { color: rgb(40,123,108); }
H1.HeaderClassName
{
color: #287B6C;
}
.AnyTagClassName
{
color: #287B6C;
}
</style>
background-color css
<style>
a { background-color: #287B6C; }
a { background-color: rgb(40,123,108); }
div.DivClassName
{
background-color: #287B6C;
}
.BgClassName
{
background-color: #287B6C;
}
</style>
border-color css
<style>
span { border-color: #287B6C; }
span { border-color: rgb(40,123,108); }
td.TdClassName
{
border-color: #287B6C;
}
.TagClassName
{
border-color: #287B6C;
}
</style>