Shades of Genoa #28736C
Tints of Genoa #28736C
RGB
CMYK
RGB Variations
Color information
#28736C (or 0x28736C) is known color: Genoa. HEX triplet: 28, 73 and 6C. RGB value is (40,115,108). Sum of RGB (Red+Green+Blue) = 40+115+108=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #28736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28736C is #D78C93. Grayscale: #5B5B5B. Windows color (decimal): -14126228 or 7107368. OLE color: 7107368.
HSL color Cylindrical-coordinate representation of color #28736C: hue angle of 174.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28736C is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 108 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.55 |
| HSL | 174.4º | 0.48% | 0.3% | - |
| HSV(B) | 174.4º | 0.65% | 0.45% | - |
| XYZ | 9.71 | 13.8 | 16.34 | - |
| YUV | 91.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 108 | 0.65 | 0 | 0.06 | 0.55 | 174.4 | 0.48 | 0.3 |
| Hex | 28 | 73 | 6C | 41 | 0 | 6 | 37 | AE | 30 | 1E |
| Octal | 50 | 163 | 154 | 101 | 0 | 6 | 67 | 256 | 60 | 36 |
| Binary | 101000 | 1110011 | 1101100 | 1000001 | 0 | 110 | 110111 | 10101110 | 110000 | 11110 |
Color Harmonies of #28736C
Complementary color
Monochromatic Colors of #28736C
Black with #28736C
Text Example
Text Example
White with #28736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28736C; }
p { color: rgb(40,115,108); }
H1.HeaderClassName
{
color: #28736C;
}
.AnyTagClassName
{
color: #28736C;
}
</style>
background-color css
<style>
a { background-color: #28736C; }
a { background-color: rgb(40,115,108); }
div.DivClassName
{
background-color: #28736C;
}
.BgClassName
{
background-color: #28736C;
}
</style>
border-color css
<style>
span { border-color: #28736C; }
span { border-color: rgb(40,115,108); }
td.TdClassName
{
border-color: #28736C;
}
.TagClassName
{
border-color: #28736C;
}
</style>