Shades of Genoa #28756D
Tints of Genoa #28756D
RGB
CMYK
RGB Variations
Color information
#28756D (or 0x28756D) is known color: Genoa. HEX triplet: 28, 75 and 6D. RGB value is (40,117,109). Sum of RGB (Red+Green+Blue) = 40+117+109=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #28756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28756D is #D78A92. Grayscale: #5D5D5D. Windows color (decimal): -14125715 or 7173416. OLE color: 7173416.
HSL color Cylindrical-coordinate representation of color #28756D: hue angle of 173.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28756D is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 109 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.54 |
| HSL | 173.77º | 0.49% | 0.31% | - |
| HSV(B) | 173.77º | 0.66% | 0.46% | - |
| XYZ | 10 | 14.28 | 16.7 | - |
| YUV | 93.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 109 | 0.66 | 0 | 0.07 | 0.54 | 173.77 | 0.49 | 0.31 |
| Hex | 28 | 75 | 6D | 42 | 0 | 7 | 36 | AE | 31 | 1F |
| Octal | 50 | 165 | 155 | 102 | 0 | 7 | 66 | 256 | 61 | 37 |
| Binary | 101000 | 1110101 | 1101101 | 1000010 | 0 | 111 | 110110 | 10101110 | 110001 | 11111 |
Color Harmonies of #28756D
Complementary color
Monochromatic Colors of #28756D
Black with #28756D
Text Example
Text Example
White with #28756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28756D; }
p { color: rgb(40,117,109); }
H1.HeaderClassName
{
color: #28756D;
}
.AnyTagClassName
{
color: #28756D;
}
</style>
background-color css
<style>
a { background-color: #28756D; }
a { background-color: rgb(40,117,109); }
div.DivClassName
{
background-color: #28756D;
}
.BgClassName
{
background-color: #28756D;
}
</style>
border-color css
<style>
span { border-color: #28756D; }
span { border-color: rgb(40,117,109); }
td.TdClassName
{
border-color: #28756D;
}
.TagClassName
{
border-color: #28756D;
}
</style>