Shades of Genoa #28846F
Tints of Genoa #28846F
RGB
CMYK
RGB Variations
Color information
#28846F (or 0x28846F) is known color: Genoa. HEX triplet: 28, 84 and 6F. RGB value is (40,132,111). Sum of RGB (Red+Green+Blue) = 40+132+111=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #28846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28846F is #D77B90. Grayscale: #666666. Windows color (decimal): -14121873 or 7308328. OLE color: 7308328.
HSL color Cylindrical-coordinate representation of color #28846F: hue angle of 166.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28846F is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 111 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.48 |
| HSL | 166.3º | 0.53% | 0.34% | - |
| HSV(B) | 166.3º | 0.7% | 0.52% | - |
| XYZ | 12 | 18.1 | 17.9 | - |
| YUV | 102.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 111 | 0.70 | 0 | 0.16 | 0.48 | 166.3 | 0.53 | 0.34 |
| Hex | 28 | 84 | 6F | 46 | 0 | 10 | 30 | A6 | 35 | 22 |
| Octal | 50 | 204 | 157 | 106 | 0 | 20 | 60 | 246 | 65 | 42 |
| Binary | 101000 | 10000100 | 1101111 | 1000110 | 0 | 10000 | 110000 | 10100110 | 110101 | 100010 |
Color Harmonies of #28846F
Complementary color
Monochromatic Colors of #28846F
Black with #28846F
Text Example
Text Example
White with #28846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28846F; }
p { color: rgb(40,132,111); }
H1.HeaderClassName
{
color: #28846F;
}
.AnyTagClassName
{
color: #28846F;
}
</style>
background-color css
<style>
a { background-color: #28846F; }
a { background-color: rgb(40,132,111); }
div.DivClassName
{
background-color: #28846F;
}
.BgClassName
{
background-color: #28846F;
}
</style>
border-color css
<style>
span { border-color: #28846F; }
span { border-color: rgb(40,132,111); }
td.TdClassName
{
border-color: #28846F;
}
.TagClassName
{
border-color: #28846F;
}
</style>