Shades of Genoa #287E66
Tints of Genoa #287E66
RGB
CMYK
RGB Variations
Color information
#287E66 (or 0x287E66) is known color: Genoa. HEX triplet: 28, 7E and 66. RGB value is (40,126,102). Sum of RGB (Red+Green+Blue) = 40+126+102=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #287E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E66 is #D78199. Grayscale: #616161. Windows color (decimal): -14123418 or 6716968. OLE color: 6716968.
HSL color Cylindrical-coordinate representation of color #287E66: hue angle of 163.26º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E66 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 126 | 102 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.51 |
| HSL | 163.26º | 0.52% | 0.33% | - |
| HSV(B) | 163.26º | 0.68% | 0.49% | - |
| XYZ | 10.73 | 16.33 | 15.16 | - |
| YUV | 97.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 102 | 0.68 | 0 | 0.19 | 0.51 | 163.26 | 0.52 | 0.33 |
| Hex | 28 | 7E | 66 | 44 | 0 | 13 | 33 | A3 | 34 | 21 |
| Octal | 50 | 176 | 146 | 104 | 0 | 23 | 63 | 243 | 64 | 41 |
| Binary | 101000 | 1111110 | 1100110 | 1000100 | 0 | 10011 | 110011 | 10100011 | 110100 | 100001 |
Color Harmonies of #287E66
Complementary color
Monochromatic Colors of #287E66
Black with #287E66
Text Example
Text Example
White with #287E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E66; }
p { color: rgb(40,126,102); }
H1.HeaderClassName
{
color: #287E66;
}
.AnyTagClassName
{
color: #287E66;
}
</style>
background-color css
<style>
a { background-color: #287E66; }
a { background-color: rgb(40,126,102); }
div.DivClassName
{
background-color: #287E66;
}
.BgClassName
{
background-color: #287E66;
}
</style>
border-color css
<style>
span { border-color: #287E66; }
span { border-color: rgb(40,126,102); }
td.TdClassName
{
border-color: #287E66;
}
.TagClassName
{
border-color: #287E66;
}
</style>