Shades of Genoa #28796D
Tints of Genoa #28796D
RGB
CMYK
RGB Variations
Color information
#28796D (or 0x28796D) is known color: Genoa. HEX triplet: 28, 79 and 6D. RGB value is (40,121,109). Sum of RGB (Red+Green+Blue) = 40+121+109=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #28796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28796D is #D78692. Grayscale: #5F5F5F. Windows color (decimal): -14124691 or 7174440. OLE color: 7174440.
HSL color Cylindrical-coordinate representation of color #28796D: hue angle of 171.11º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28796D is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 109 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.53 |
| HSL | 171.11º | 0.5% | 0.32% | - |
| HSV(B) | 171.11º | 0.67% | 0.47% | - |
| XYZ | 10.47 | 15.23 | 16.86 | - |
| YUV | 95.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 109 | 0.67 | 0 | 0.10 | 0.53 | 171.11 | 0.5 | 0.32 |
| Hex | 28 | 79 | 6D | 43 | 0 | A | 35 | AB | 32 | 20 |
| Octal | 50 | 171 | 155 | 103 | 0 | 12 | 65 | 253 | 62 | 40 |
| Binary | 101000 | 1111001 | 1101101 | 1000011 | 0 | 1010 | 110101 | 10101011 | 110010 | 100000 |
Color Harmonies of #28796D
Complementary color
Monochromatic Colors of #28796D
Black with #28796D
Text Example
Text Example
White with #28796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28796D; }
p { color: rgb(40,121,109); }
H1.HeaderClassName
{
color: #28796D;
}
.AnyTagClassName
{
color: #28796D;
}
</style>
background-color css
<style>
a { background-color: #28796D; }
a { background-color: rgb(40,121,109); }
div.DivClassName
{
background-color: #28796D;
}
.BgClassName
{
background-color: #28796D;
}
</style>
border-color css
<style>
span { border-color: #28796D; }
span { border-color: rgb(40,121,109); }
td.TdClassName
{
border-color: #28796D;
}
.TagClassName
{
border-color: #28796D;
}
</style>