Shades of Genoa #28836F
Tints of Genoa #28836F
RGB
CMYK
RGB Variations
Color information
#28836F (or 0x28836F) is known color: Genoa. HEX triplet: 28, 83 and 6F. RGB value is (40,131,111). Sum of RGB (Red+Green+Blue) = 40+131+111=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #28836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28836F is #D77C90. Grayscale: #656565. Windows color (decimal): -14122129 or 7308072. OLE color: 7308072.
HSL color Cylindrical-coordinate representation of color #28836F: hue angle of 166.81º 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 #28836F is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 111 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.49 |
| HSL | 166.81º | 0.53% | 0.34% | - |
| HSV(B) | 166.81º | 0.69% | 0.51% | - |
| XYZ | 11.86 | 17.83 | 17.86 | - |
| YUV | 101.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 111 | 0.69 | 0 | 0.15 | 0.49 | 166.81 | 0.53 | 0.34 |
| Hex | 28 | 83 | 6F | 45 | 0 | F | 31 | A7 | 35 | 22 |
| Octal | 50 | 203 | 157 | 105 | 0 | 17 | 61 | 247 | 65 | 42 |
| Binary | 101000 | 10000011 | 1101111 | 1000101 | 0 | 1111 | 110001 | 10100111 | 110101 | 100010 |
Color Harmonies of #28836F
Complementary color
Monochromatic Colors of #28836F
Black with #28836F
Text Example
Text Example
White with #28836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28836F; }
p { color: rgb(40,131,111); }
H1.HeaderClassName
{
color: #28836F;
}
.AnyTagClassName
{
color: #28836F;
}
</style>
background-color css
<style>
a { background-color: #28836F; }
a { background-color: rgb(40,131,111); }
div.DivClassName
{
background-color: #28836F;
}
.BgClassName
{
background-color: #28836F;
}
</style>
border-color css
<style>
span { border-color: #28836F; }
span { border-color: rgb(40,131,111); }
td.TdClassName
{
border-color: #28836F;
}
.TagClassName
{
border-color: #28836F;
}
</style>