Shades of Genoa #28785F
Tints of Genoa #28785F
RGB
CMYK
RGB Variations
Color information
#28785F (or 0x28785F) is known color: Genoa. HEX triplet: 28, 78 and 5F. RGB value is (40,120,95). Sum of RGB (Red+Green+Blue) = 40+120+95=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #28785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28785F is #D787A0. Grayscale: #5D5D5D. Windows color (decimal): -14124961 or 6256680. OLE color: 6256680.
HSL color Cylindrical-coordinate representation of color #28785F: hue angle of 161.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28785F is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 95 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.53 |
| HSL | 161.25º | 0.5% | 0.31% | - |
| HSV(B) | 161.25º | 0.67% | 0.47% | - |
| XYZ | 9.66 | 14.71 | 13.16 | - |
| YUV | 93.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 95 | 0.67 | 0 | 0.21 | 0.53 | 161.25 | 0.5 | 0.31 |
| Hex | 28 | 78 | 5F | 43 | 0 | 15 | 35 | A1 | 32 | 1F |
| Octal | 50 | 170 | 137 | 103 | 0 | 25 | 65 | 241 | 62 | 37 |
| Binary | 101000 | 1111000 | 1011111 | 1000011 | 0 | 10101 | 110101 | 10100001 | 110010 | 11111 |
Color Harmonies of #28785F
Complementary color
Monochromatic Colors of #28785F
Black with #28785F
Text Example
Text Example
White with #28785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28785F; }
p { color: rgb(40,120,95); }
H1.HeaderClassName
{
color: #28785F;
}
.AnyTagClassName
{
color: #28785F;
}
</style>
background-color css
<style>
a { background-color: #28785F; }
a { background-color: rgb(40,120,95); }
div.DivClassName
{
background-color: #28785F;
}
.BgClassName
{
background-color: #28785F;
}
</style>
border-color css
<style>
span { border-color: #28785F; }
span { border-color: rgb(40,120,95); }
td.TdClassName
{
border-color: #28785F;
}
.TagClassName
{
border-color: #28785F;
}
</style>