Shades of Genoa #28786D
Tints of Genoa #28786D
RGB
CMYK
RGB Variations
Color information
#28786D (or 0x28786D) is known color: Genoa. HEX triplet: 28, 78 and 6D. RGB value is (40,120,109). Sum of RGB (Red+Green+Blue) = 40+120+109=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #28786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28786D is #D78792. Grayscale: #5E5E5E. Windows color (decimal): -14124947 or 7174184. OLE color: 7174184.
HSL color Cylindrical-coordinate representation of color #28786D: hue angle of 171.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28786D is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 109 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.53 |
| HSL | 171.75º | 0.5% | 0.31% | - |
| HSV(B) | 171.75º | 0.67% | 0.47% | - |
| XYZ | 10.35 | 14.99 | 16.82 | - |
| YUV | 94.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 109 | 0.67 | 0 | 0.09 | 0.53 | 171.75 | 0.5 | 0.31 |
| Hex | 28 | 78 | 6D | 43 | 0 | 9 | 35 | AC | 32 | 1F |
| Octal | 50 | 170 | 155 | 103 | 0 | 11 | 65 | 254 | 62 | 37 |
| Binary | 101000 | 1111000 | 1101101 | 1000011 | 0 | 1001 | 110101 | 10101100 | 110010 | 11111 |
Color Harmonies of #28786D
Complementary color
Monochromatic Colors of #28786D
Black with #28786D
Text Example
Text Example
White with #28786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28786D; }
p { color: rgb(40,120,109); }
H1.HeaderClassName
{
color: #28786D;
}
.AnyTagClassName
{
color: #28786D;
}
</style>
background-color css
<style>
a { background-color: #28786D; }
a { background-color: rgb(40,120,109); }
div.DivClassName
{
background-color: #28786D;
}
.BgClassName
{
background-color: #28786D;
}
</style>
border-color css
<style>
span { border-color: #28786D; }
span { border-color: rgb(40,120,109); }
td.TdClassName
{
border-color: #28786D;
}
.TagClassName
{
border-color: #28786D;
}
</style>