Shades of Genoa #28765E
Tints of Genoa #28765E
RGB
CMYK
RGB Variations
Color information
#28765E (or 0x28765E) is known color: Genoa. HEX triplet: 28, 76 and 5E. RGB value is (40,118,94). Sum of RGB (Red+Green+Blue) = 40+118+94=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #28765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28765E is #D789A1. Grayscale: #5B5B5B. Windows color (decimal): -14125474 or 6190632. OLE color: 6190632.
HSL color Cylindrical-coordinate representation of color #28765E: hue angle of 161.54º 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 #28765E is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 94 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.54 |
| HSL | 161.54º | 0.49% | 0.31% | - |
| HSV(B) | 161.54º | 0.66% | 0.46% | - |
| XYZ | 9.37 | 14.22 | 12.84 | - |
| YUV | 91.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 94 | 0.66 | 0 | 0.20 | 0.54 | 161.54 | 0.49 | 0.31 |
| Hex | 28 | 76 | 5E | 42 | 0 | 14 | 36 | A2 | 31 | 1F |
| Octal | 50 | 166 | 136 | 102 | 0 | 24 | 66 | 242 | 61 | 37 |
| Binary | 101000 | 1110110 | 1011110 | 1000010 | 0 | 10100 | 110110 | 10100010 | 110001 | 11111 |
Color Harmonies of #28765E
Complementary color
Monochromatic Colors of #28765E
Black with #28765E
Text Example
Text Example
White with #28765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28765E; }
p { color: rgb(40,118,94); }
H1.HeaderClassName
{
color: #28765E;
}
.AnyTagClassName
{
color: #28765E;
}
</style>
background-color css
<style>
a { background-color: #28765E; }
a { background-color: rgb(40,118,94); }
div.DivClassName
{
background-color: #28765E;
}
.BgClassName
{
background-color: #28765E;
}
</style>
border-color css
<style>
span { border-color: #28765E; }
span { border-color: rgb(40,118,94); }
td.TdClassName
{
border-color: #28765E;
}
.TagClassName
{
border-color: #28765E;
}
</style>