Shades of Genoa #2D776C
Tints of Genoa #2D776C
RGB
CMYK
RGB Variations
Color information
#2D776C (or 0x2D776C) is known color: Genoa. HEX triplet: 2D, 77 and 6C. RGB value is (45,119,108). Sum of RGB (Red+Green+Blue) = 45+119+108=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #2D776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D776C is #D28893. Grayscale: #5F5F5F. Windows color (decimal): -13797524 or 7108397. OLE color: 7108397.
HSL color Cylindrical-coordinate representation of color #2D776C: hue angle of 171.08º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D776C is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 108 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.53 |
| HSL | 171.08º | 0.45% | 0.32% | - |
| HSV(B) | 171.08º | 0.62% | 0.47% | - |
| XYZ | 10.39 | 14.83 | 16.5 | - |
| YUV | 95.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 108 | 0.62 | 0 | 0.09 | 0.53 | 171.08 | 0.45 | 0.32 |
| Hex | 2D | 77 | 6C | 3E | 0 | 9 | 35 | AB | 2D | 20 |
| Octal | 55 | 167 | 154 | 76 | 0 | 11 | 65 | 253 | 55 | 40 |
| Binary | 101101 | 1110111 | 1101100 | 111110 | 0 | 1001 | 110101 | 10101011 | 101101 | 100000 |
Color Harmonies of #2D776C
Complementary color
Monochromatic Colors of #2D776C
Black with #2D776C
Text Example
Text Example
White with #2D776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D776C; }
p { color: rgb(45,119,108); }
H1.HeaderClassName
{
color: #2D776C;
}
.AnyTagClassName
{
color: #2D776C;
}
</style>
background-color css
<style>
a { background-color: #2D776C; }
a { background-color: rgb(45,119,108); }
div.DivClassName
{
background-color: #2D776C;
}
.BgClassName
{
background-color: #2D776C;
}
</style>
border-color css
<style>
span { border-color: #2D776C; }
span { border-color: rgb(45,119,108); }
td.TdClassName
{
border-color: #2D776C;
}
.TagClassName
{
border-color: #2D776C;
}
</style>