Shades of Genoa #28746B
Tints of Genoa #28746B
RGB
CMYK
RGB Variations
Color information
#28746B (or 0x28746B) is known color: Genoa. HEX triplet: 28, 74 and 6B. RGB value is (40,116,107). Sum of RGB (Red+Green+Blue) = 40+116+107=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #28746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28746B is #D78B94. Grayscale: #5C5C5C. Windows color (decimal): -14125973 or 7042088. OLE color: 7042088.
HSL color Cylindrical-coordinate representation of color #28746B: hue angle of 172.89º 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 #28746B is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 107 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.55 |
| HSL | 172.89º | 0.49% | 0.31% | - |
| HSV(B) | 172.89º | 0.66% | 0.45% | - |
| XYZ | 9.77 | 14 | 16.1 | - |
| YUV | 92.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 107 | 0.66 | 0 | 0.08 | 0.55 | 172.89 | 0.49 | 0.31 |
| Hex | 28 | 74 | 6B | 42 | 0 | 8 | 37 | AD | 31 | 1F |
| Octal | 50 | 164 | 153 | 102 | 0 | 10 | 67 | 255 | 61 | 37 |
| Binary | 101000 | 1110100 | 1101011 | 1000010 | 0 | 1000 | 110111 | 10101101 | 110001 | 11111 |
Color Harmonies of #28746B
Complementary color
Monochromatic Colors of #28746B
Black with #28746B
Text Example
Text Example
White with #28746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28746B; }
p { color: rgb(40,116,107); }
H1.HeaderClassName
{
color: #28746B;
}
.AnyTagClassName
{
color: #28746B;
}
</style>
background-color css
<style>
a { background-color: #28746B; }
a { background-color: rgb(40,116,107); }
div.DivClassName
{
background-color: #28746B;
}
.BgClassName
{
background-color: #28746B;
}
</style>
border-color css
<style>
span { border-color: #28746B; }
span { border-color: rgb(40,116,107); }
td.TdClassName
{
border-color: #28746B;
}
.TagClassName
{
border-color: #28746B;
}
</style>