Shades of Genoa #28836D
Tints of Genoa #28836D
RGB
CMYK
RGB Variations
Color information
#28836D (or 0x28836D) is known color: Genoa. HEX triplet: 28, 83 and 6D. RGB value is (40,131,109). Sum of RGB (Red+Green+Blue) = 40+131+109=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #28836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28836D is #D77C92. Grayscale: #656565. Windows color (decimal): -14122131 or 7177000. OLE color: 7177000.
HSL color Cylindrical-coordinate representation of color #28836D: hue angle of 165.49º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28836D is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 109 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.49 |
| HSL | 165.49º | 0.53% | 0.34% | - |
| HSV(B) | 165.49º | 0.69% | 0.51% | - |
| XYZ | 11.75 | 17.79 | 17.28 | - |
| YUV | 101.28 | 132.35 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 109 | 0.69 | 0 | 0.17 | 0.49 | 165.49 | 0.53 | 0.34 |
| Hex | 28 | 83 | 6D | 45 | 0 | 11 | 31 | A5 | 35 | 22 |
| Octal | 50 | 203 | 155 | 105 | 0 | 21 | 61 | 245 | 65 | 42 |
| Binary | 101000 | 10000011 | 1101101 | 1000101 | 0 | 10001 | 110001 | 10100101 | 110101 | 100010 |
Color Harmonies of #28836D
Complementary color
Monochromatic Colors of #28836D
Black with #28836D
Text Example
Text Example
White with #28836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28836D; }
p { color: rgb(40,131,109); }
H1.HeaderClassName
{
color: #28836D;
}
.AnyTagClassName
{
color: #28836D;
}
</style>
background-color css
<style>
a { background-color: #28836D; }
a { background-color: rgb(40,131,109); }
div.DivClassName
{
background-color: #28836D;
}
.BgClassName
{
background-color: #28836D;
}
</style>
border-color css
<style>
span { border-color: #28836D; }
span { border-color: rgb(40,131,109); }
td.TdClassName
{
border-color: #28836D;
}
.TagClassName
{
border-color: #28836D;
}
</style>