Shades of Genoa #28726A
Tints of Genoa #28726A
RGB
CMYK
RGB Variations
Color information
#28726A (or 0x28726A) is known color: Genoa. HEX triplet: 28, 72 and 6A. RGB value is (40,114,106). Sum of RGB (Red+Green+Blue) = 40+114+106=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #28726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28726A is #D78D95. Grayscale: #5A5A5A. Windows color (decimal): -14126486 or 6976040. OLE color: 6976040.
HSL color Cylindrical-coordinate representation of color #28726A: hue angle of 173.51º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28726A is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 114 | 106 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.55 |
| HSL | 173.51º | 0.48% | 0.3% | - |
| HSV(B) | 173.51º | 0.65% | 0.45% | - |
| XYZ | 9.49 | 13.53 | 15.75 | - |
| YUV | 90.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 106 | 0.65 | 0 | 0.07 | 0.55 | 173.51 | 0.48 | 0.3 |
| Hex | 28 | 72 | 6A | 41 | 0 | 7 | 37 | AE | 30 | 1E |
| Octal | 50 | 162 | 152 | 101 | 0 | 7 | 67 | 256 | 60 | 36 |
| Binary | 101000 | 1110010 | 1101010 | 1000001 | 0 | 111 | 110111 | 10101110 | 110000 | 11110 |
Color Harmonies of #28726A
Complementary color
Monochromatic Colors of #28726A
Black with #28726A
Text Example
Text Example
White with #28726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28726A; }
p { color: rgb(40,114,106); }
H1.HeaderClassName
{
color: #28726A;
}
.AnyTagClassName
{
color: #28726A;
}
</style>
background-color css
<style>
a { background-color: #28726A; }
a { background-color: rgb(40,114,106); }
div.DivClassName
{
background-color: #28726A;
}
.BgClassName
{
background-color: #28726A;
}
</style>
border-color css
<style>
span { border-color: #28726A; }
span { border-color: rgb(40,114,106); }
td.TdClassName
{
border-color: #28726A;
}
.TagClassName
{
border-color: #28726A;
}
</style>