Shades of Genoa #287E6A
Tints of Genoa #287E6A
RGB
CMYK
RGB Variations
Color information
#287E6A (or 0x287E6A) is known color: Genoa. HEX triplet: 28, 7E and 6A. RGB value is (40,126,106). Sum of RGB (Red+Green+Blue) = 40+126+106=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #287E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E6A is #D78195. Grayscale: #616161. Windows color (decimal): -14123414 or 6979112. OLE color: 6979112.
HSL color Cylindrical-coordinate representation of color #287E6A: hue angle of 166.05º 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 #287E6A is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 126 | 106 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.51 |
| HSL | 166.05º | 0.52% | 0.33% | - |
| HSV(B) | 166.05º | 0.68% | 0.49% | - |
| XYZ | 10.94 | 16.41 | 16.23 | - |
| YUV | 98.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 106 | 0.68 | 0 | 0.16 | 0.51 | 166.05 | 0.52 | 0.33 |
| Hex | 28 | 7E | 6A | 44 | 0 | 10 | 33 | A6 | 34 | 21 |
| Octal | 50 | 176 | 152 | 104 | 0 | 20 | 63 | 246 | 64 | 41 |
| Binary | 101000 | 1111110 | 1101010 | 1000100 | 0 | 10000 | 110011 | 10100110 | 110100 | 100001 |
Color Harmonies of #287E6A
Complementary color
Monochromatic Colors of #287E6A
Black with #287E6A
Text Example
Text Example
White with #287E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E6A; }
p { color: rgb(40,126,106); }
H1.HeaderClassName
{
color: #287E6A;
}
.AnyTagClassName
{
color: #287E6A;
}
</style>
background-color css
<style>
a { background-color: #287E6A; }
a { background-color: rgb(40,126,106); }
div.DivClassName
{
background-color: #287E6A;
}
.BgClassName
{
background-color: #287E6A;
}
</style>
border-color css
<style>
span { border-color: #287E6A; }
span { border-color: rgb(40,126,106); }
td.TdClassName
{
border-color: #287E6A;
}
.TagClassName
{
border-color: #287E6A;
}
</style>