Shades of Genoa #287D6D
Tints of Genoa #287D6D
RGB
CMYK
RGB Variations
Color information
#287D6D (or 0x287D6D) is known color: Genoa. HEX triplet: 28, 7D and 6D. RGB value is (40,125,109). Sum of RGB (Red+Green+Blue) = 40+125+109=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #287D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287D6D is #D78292. Grayscale: #616161. Windows color (decimal): -14123667 or 7175464. OLE color: 7175464.
HSL color Cylindrical-coordinate representation of color #287D6D: hue angle of 168.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287D6D is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 109 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.51 |
| HSL | 168.71º | 0.52% | 0.32% | - |
| HSV(B) | 168.71º | 0.68% | 0.49% | - |
| XYZ | 10.97 | 16.22 | 17.02 | - |
| YUV | 97.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 109 | 0.68 | 0 | 0.13 | 0.51 | 168.71 | 0.52 | 0.32 |
| Hex | 28 | 7D | 6D | 44 | 0 | D | 33 | A9 | 34 | 20 |
| Octal | 50 | 175 | 155 | 104 | 0 | 15 | 63 | 251 | 64 | 40 |
| Binary | 101000 | 1111101 | 1101101 | 1000100 | 0 | 1101 | 110011 | 10101001 | 110100 | 100000 |
Color Harmonies of #287D6D
Complementary color
Monochromatic Colors of #287D6D
Black with #287D6D
Text Example
Text Example
White with #287D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D6D; }
p { color: rgb(40,125,109); }
H1.HeaderClassName
{
color: #287D6D;
}
.AnyTagClassName
{
color: #287D6D;
}
</style>
background-color css
<style>
a { background-color: #287D6D; }
a { background-color: rgb(40,125,109); }
div.DivClassName
{
background-color: #287D6D;
}
.BgClassName
{
background-color: #287D6D;
}
</style>
border-color css
<style>
span { border-color: #287D6D; }
span { border-color: rgb(40,125,109); }
td.TdClassName
{
border-color: #287D6D;
}
.TagClassName
{
border-color: #287D6D;
}
</style>