Shades of Genoa #28776D
Tints of Genoa #28776D
RGB
CMYK
RGB Variations
Color information
#28776D (or 0x28776D) is known color: Genoa. HEX triplet: 28, 77 and 6D. RGB value is (40,119,109). Sum of RGB (Red+Green+Blue) = 40+119+109=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #28776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28776D is #D78892. Grayscale: #5E5E5E. Windows color (decimal): -14125203 or 7173928. OLE color: 7173928.
HSL color Cylindrical-coordinate representation of color #28776D: hue angle of 172.41º 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 #28776D is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 109 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.53 |
| HSL | 172.41º | 0.5% | 0.31% | - |
| HSV(B) | 172.41º | 0.66% | 0.47% | - |
| XYZ | 10.23 | 14.75 | 16.78 | - |
| YUV | 94.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 109 | 0.66 | 0 | 0.08 | 0.53 | 172.41 | 0.5 | 0.31 |
| Hex | 28 | 77 | 6D | 42 | 0 | 8 | 35 | AC | 32 | 1F |
| Octal | 50 | 167 | 155 | 102 | 0 | 10 | 65 | 254 | 62 | 37 |
| Binary | 101000 | 1110111 | 1101101 | 1000010 | 0 | 1000 | 110101 | 10101100 | 110010 | 11111 |
Color Harmonies of #28776D
Complementary color
Monochromatic Colors of #28776D
Black with #28776D
Text Example
Text Example
White with #28776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28776D; }
p { color: rgb(40,119,109); }
H1.HeaderClassName
{
color: #28776D;
}
.AnyTagClassName
{
color: #28776D;
}
</style>
background-color css
<style>
a { background-color: #28776D; }
a { background-color: rgb(40,119,109); }
div.DivClassName
{
background-color: #28776D;
}
.BgClassName
{
background-color: #28776D;
}
</style>
border-color css
<style>
span { border-color: #28776D; }
span { border-color: rgb(40,119,109); }
td.TdClassName
{
border-color: #28776D;
}
.TagClassName
{
border-color: #28776D;
}
</style>