Shades of Genoa #28746C
Tints of Genoa #28746C
RGB
CMYK
RGB Variations
Color information
#28746C (or 0x28746C) is known color: Genoa. HEX triplet: 28, 74 and 6C. RGB value is (40,116,108). Sum of RGB (Red+Green+Blue) = 40+116+108=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #28746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28746C is #D78B93. Grayscale: #5C5C5C. Windows color (decimal): -14125972 or 7107624. OLE color: 7107624.
HSL color Cylindrical-coordinate representation of color #28746C: hue angle of 173.68º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28746C is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 108 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.55 |
| HSL | 173.68º | 0.49% | 0.31% | - |
| HSV(B) | 173.68º | 0.66% | 0.45% | - |
| XYZ | 9.83 | 14.02 | 16.38 | - |
| YUV | 92.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 108 | 0.66 | 0 | 0.07 | 0.55 | 173.68 | 0.49 | 0.31 |
| Hex | 28 | 74 | 6C | 42 | 0 | 7 | 37 | AE | 31 | 1F |
| Octal | 50 | 164 | 154 | 102 | 0 | 7 | 67 | 256 | 61 | 37 |
| Binary | 101000 | 1110100 | 1101100 | 1000010 | 0 | 111 | 110111 | 10101110 | 110001 | 11111 |
Color Harmonies of #28746C
Complementary color
Monochromatic Colors of #28746C
Black with #28746C
Text Example
Text Example
White with #28746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28746C; }
p { color: rgb(40,116,108); }
H1.HeaderClassName
{
color: #28746C;
}
.AnyTagClassName
{
color: #28746C;
}
</style>
background-color css
<style>
a { background-color: #28746C; }
a { background-color: rgb(40,116,108); }
div.DivClassName
{
background-color: #28746C;
}
.BgClassName
{
background-color: #28746C;
}
</style>
border-color css
<style>
span { border-color: #28746C; }
span { border-color: rgb(40,116,108); }
td.TdClassName
{
border-color: #28746C;
}
.TagClassName
{
border-color: #28746C;
}
</style>