Shades of Genoa #28776B
Tints of Genoa #28776B
RGB
CMYK
RGB Variations
Color information
#28776B (or 0x28776B) is known color: Genoa. HEX triplet: 28, 77 and 6B. RGB value is (40,119,107). Sum of RGB (Red+Green+Blue) = 40+119+107=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #28776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28776B is #D78894. Grayscale: #5D5D5D. Windows color (decimal): -14125205 or 7042856. OLE color: 7042856.
HSL color Cylindrical-coordinate representation of color #28776B: hue angle of 170.89º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28776B is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 107 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.53 |
| HSL | 170.89º | 0.5% | 0.31% | - |
| HSV(B) | 170.89º | 0.66% | 0.47% | - |
| XYZ | 10.13 | 14.71 | 16.21 | - |
| YUV | 94.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 107 | 0.66 | 0 | 0.10 | 0.53 | 170.89 | 0.5 | 0.31 |
| Hex | 28 | 77 | 6B | 42 | 0 | A | 35 | AB | 32 | 1F |
| Octal | 50 | 167 | 153 | 102 | 0 | 12 | 65 | 253 | 62 | 37 |
| Binary | 101000 | 1110111 | 1101011 | 1000010 | 0 | 1010 | 110101 | 10101011 | 110010 | 11111 |
Color Harmonies of #28776B
Complementary color
Monochromatic Colors of #28776B
Black with #28776B
Text Example
Text Example
White with #28776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28776B; }
p { color: rgb(40,119,107); }
H1.HeaderClassName
{
color: #28776B;
}
.AnyTagClassName
{
color: #28776B;
}
</style>
background-color css
<style>
a { background-color: #28776B; }
a { background-color: rgb(40,119,107); }
div.DivClassName
{
background-color: #28776B;
}
.BgClassName
{
background-color: #28776B;
}
</style>
border-color css
<style>
span { border-color: #28776B; }
span { border-color: rgb(40,119,107); }
td.TdClassName
{
border-color: #28776B;
}
.TagClassName
{
border-color: #28776B;
}
</style>