Shades of Genoa #28786B
Tints of Genoa #28786B
RGB
CMYK
RGB Variations
Color information
#28786B (or 0x28786B) is known color: Genoa. HEX triplet: 28, 78 and 6B. RGB value is (40,120,107). Sum of RGB (Red+Green+Blue) = 40+120+107=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #28786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28786B is #D78794. Grayscale: #5E5E5E. Windows color (decimal): -14124949 or 7043112. OLE color: 7043112.
HSL color Cylindrical-coordinate representation of color #28786B: hue angle of 170.25º 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 #28786B is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 107 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.53 |
| HSL | 170.25º | 0.5% | 0.31% | - |
| HSV(B) | 170.25º | 0.67% | 0.47% | - |
| XYZ | 10.25 | 14.95 | 16.25 | - |
| YUV | 94.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 107 | 0.67 | 0 | 0.11 | 0.53 | 170.25 | 0.5 | 0.31 |
| Hex | 28 | 78 | 6B | 43 | 0 | B | 35 | AA | 32 | 1F |
| Octal | 50 | 170 | 153 | 103 | 0 | 13 | 65 | 252 | 62 | 37 |
| Binary | 101000 | 1111000 | 1101011 | 1000011 | 0 | 1011 | 110101 | 10101010 | 110010 | 11111 |
Color Harmonies of #28786B
Complementary color
Monochromatic Colors of #28786B
Black with #28786B
Text Example
Text Example
White with #28786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28786B; }
p { color: rgb(40,120,107); }
H1.HeaderClassName
{
color: #28786B;
}
.AnyTagClassName
{
color: #28786B;
}
</style>
background-color css
<style>
a { background-color: #28786B; }
a { background-color: rgb(40,120,107); }
div.DivClassName
{
background-color: #28786B;
}
.BgClassName
{
background-color: #28786B;
}
</style>
border-color css
<style>
span { border-color: #28786B; }
span { border-color: rgb(40,120,107); }
td.TdClassName
{
border-color: #28786B;
}
.TagClassName
{
border-color: #28786B;
}
</style>