Shades of Genoa #287A69
Tints of Genoa #287A69
RGB
CMYK
RGB Variations
Color information
#287A69 (or 0x287A69) is known color: Genoa. HEX triplet: 28, 7A and 69. RGB value is (40,122,105). Sum of RGB (Red+Green+Blue) = 40+122+105=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #287A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A69 is #D78596. Grayscale: #5F5F5F. Windows color (decimal): -14124439 or 6912552. OLE color: 6912552.
HSL color Cylindrical-coordinate representation of color #287A69: hue angle of 167.56º 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 #287A69 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 105 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.52 |
| HSL | 167.56º | 0.51% | 0.32% | - |
| HSV(B) | 167.56º | 0.67% | 0.48% | - |
| XYZ | 10.38 | 15.39 | 15.79 | - |
| YUV | 95.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 105 | 0.67 | 0 | 0.14 | 0.52 | 167.56 | 0.51 | 0.32 |
| Hex | 28 | 7A | 69 | 43 | 0 | E | 34 | A8 | 33 | 20 |
| Octal | 50 | 172 | 151 | 103 | 0 | 16 | 64 | 250 | 63 | 40 |
| Binary | 101000 | 1111010 | 1101001 | 1000011 | 0 | 1110 | 110100 | 10101000 | 110011 | 100000 |
Color Harmonies of #287A69
Complementary color
Monochromatic Colors of #287A69
Black with #287A69
Text Example
Text Example
White with #287A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A69; }
p { color: rgb(40,122,105); }
H1.HeaderClassName
{
color: #287A69;
}
.AnyTagClassName
{
color: #287A69;
}
</style>
background-color css
<style>
a { background-color: #287A69; }
a { background-color: rgb(40,122,105); }
div.DivClassName
{
background-color: #287A69;
}
.BgClassName
{
background-color: #287A69;
}
</style>
border-color css
<style>
span { border-color: #287A69; }
span { border-color: rgb(40,122,105); }
td.TdClassName
{
border-color: #287A69;
}
.TagClassName
{
border-color: #287A69;
}
</style>