Shades of Genoa #28826C
Tints of Genoa #28826C
RGB
CMYK
RGB Variations
Color information
#28826C (or 0x28826C) is known color: Genoa. HEX triplet: 28, 82 and 6C. RGB value is (40,130,108). Sum of RGB (Red+Green+Blue) = 40+130+108=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #28826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28826C is #D77D93. Grayscale: #646464. Windows color (decimal): -14122388 or 7111208. OLE color: 7111208.
HSL color Cylindrical-coordinate representation of color #28826C: hue angle of 165.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28826C is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 108 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.49 |
| HSL | 165.33º | 0.53% | 0.33% | - |
| HSV(B) | 165.33º | 0.69% | 0.51% | - |
| XYZ | 11.56 | 17.5 | 16.96 | - |
| YUV | 100.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 108 | 0.69 | 0 | 0.17 | 0.49 | 165.33 | 0.53 | 0.33 |
| Hex | 28 | 82 | 6C | 45 | 0 | 11 | 31 | A5 | 35 | 21 |
| Octal | 50 | 202 | 154 | 105 | 0 | 21 | 61 | 245 | 65 | 41 |
| Binary | 101000 | 10000010 | 1101100 | 1000101 | 0 | 10001 | 110001 | 10100101 | 110101 | 100001 |
Color Harmonies of #28826C
Complementary color
Monochromatic Colors of #28826C
Black with #28826C
Text Example
Text Example
White with #28826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28826C; }
p { color: rgb(40,130,108); }
H1.HeaderClassName
{
color: #28826C;
}
.AnyTagClassName
{
color: #28826C;
}
</style>
background-color css
<style>
a { background-color: #28826C; }
a { background-color: rgb(40,130,108); }
div.DivClassName
{
background-color: #28826C;
}
.BgClassName
{
background-color: #28826C;
}
</style>
border-color css
<style>
span { border-color: #28826C; }
span { border-color: rgb(40,130,108); }
td.TdClassName
{
border-color: #28826C;
}
.TagClassName
{
border-color: #28826C;
}
</style>