Shades of Genoa #28766B
Tints of Genoa #28766B
RGB
CMYK
RGB Variations
Color information
#28766B (or 0x28766B) is known color: Genoa. HEX triplet: 28, 76 and 6B. RGB value is (40,118,107). Sum of RGB (Red+Green+Blue) = 40+118+107=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #28766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28766B is #D78994. Grayscale: #5D5D5D. Windows color (decimal): -14125461 or 7042600. OLE color: 7042600.
HSL color Cylindrical-coordinate representation of color #28766B: hue angle of 171.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 #28766B is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 107 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.54 |
| HSL | 171.54º | 0.49% | 0.31% | - |
| HSV(B) | 171.54º | 0.66% | 0.46% | - |
| XYZ | 10.01 | 14.47 | 16.18 | - |
| YUV | 93.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 107 | 0.66 | 0 | 0.09 | 0.54 | 171.54 | 0.49 | 0.31 |
| Hex | 28 | 76 | 6B | 42 | 0 | 9 | 36 | AC | 31 | 1F |
| Octal | 50 | 166 | 153 | 102 | 0 | 11 | 66 | 254 | 61 | 37 |
| Binary | 101000 | 1110110 | 1101011 | 1000010 | 0 | 1001 | 110110 | 10101100 | 110001 | 11111 |
Color Harmonies of #28766B
Complementary color
Monochromatic Colors of #28766B
Black with #28766B
Text Example
Text Example
White with #28766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28766B; }
p { color: rgb(40,118,107); }
H1.HeaderClassName
{
color: #28766B;
}
.AnyTagClassName
{
color: #28766B;
}
</style>
background-color css
<style>
a { background-color: #28766B; }
a { background-color: rgb(40,118,107); }
div.DivClassName
{
background-color: #28766B;
}
.BgClassName
{
background-color: #28766B;
}
</style>
border-color css
<style>
span { border-color: #28766B; }
span { border-color: rgb(40,118,107); }
td.TdClassName
{
border-color: #28766B;
}
.TagClassName
{
border-color: #28766B;
}
</style>