Shades of Genoa #28756C
Tints of Genoa #28756C
RGB
CMYK
RGB Variations
Color information
#28756C (or 0x28756C) is known color: Genoa. HEX triplet: 28, 75 and 6C. RGB value is (40,117,108). Sum of RGB (Red+Green+Blue) = 40+117+108=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #28756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28756C is #D78A93. Grayscale: #5C5C5C. Windows color (decimal): -14125716 or 7107880. OLE color: 7107880.
HSL color Cylindrical-coordinate representation of color #28756C: hue angle of 172.99º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28756C is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 108 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.54 |
| HSL | 172.99º | 0.49% | 0.31% | - |
| HSV(B) | 172.99º | 0.66% | 0.46% | - |
| XYZ | 9.94 | 14.26 | 16.42 | - |
| YUV | 92.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 108 | 0.66 | 0 | 0.08 | 0.54 | 172.99 | 0.49 | 0.31 |
| Hex | 28 | 75 | 6C | 42 | 0 | 8 | 36 | AD | 31 | 1F |
| Octal | 50 | 165 | 154 | 102 | 0 | 10 | 66 | 255 | 61 | 37 |
| Binary | 101000 | 1110101 | 1101100 | 1000010 | 0 | 1000 | 110110 | 10101101 | 110001 | 11111 |
Color Harmonies of #28756C
Complementary color
Monochromatic Colors of #28756C
Black with #28756C
Text Example
Text Example
White with #28756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28756C; }
p { color: rgb(40,117,108); }
H1.HeaderClassName
{
color: #28756C;
}
.AnyTagClassName
{
color: #28756C;
}
</style>
background-color css
<style>
a { background-color: #28756C; }
a { background-color: rgb(40,117,108); }
div.DivClassName
{
background-color: #28756C;
}
.BgClassName
{
background-color: #28756C;
}
</style>
border-color css
<style>
span { border-color: #28756C; }
span { border-color: rgb(40,117,108); }
td.TdClassName
{
border-color: #28756C;
}
.TagClassName
{
border-color: #28756C;
}
</style>