Shades of Genoa #2C7764
Tints of Genoa #2C7764
RGB
CMYK
RGB Variations
Color information
#2C7764 (or 0x2C7764) is known color: Genoa. HEX triplet: 2C, 77 and 64. RGB value is (44,119,100). Sum of RGB (Red+Green+Blue) = 44+119+100=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7764 is #D3889B. Grayscale: #5E5E5E. Windows color (decimal): -13863068 or 6584108. OLE color: 6584108.
HSL color Cylindrical-coordinate representation of color #2C7764: hue angle of 164.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7764 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 100 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.53 |
| HSL | 164.8º | 0.46% | 0.32% | - |
| HSV(B) | 164.8º | 0.63% | 0.47% | - |
| XYZ | 9.94 | 14.65 | 14.36 | - |
| YUV | 94.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 100 | 0.63 | 0 | 0.16 | 0.53 | 164.8 | 0.46 | 0.32 |
| Hex | 2C | 77 | 64 | 3F | 0 | 10 | 35 | A5 | 2E | 20 |
| Octal | 54 | 167 | 144 | 77 | 0 | 20 | 65 | 245 | 56 | 40 |
| Binary | 101100 | 1110111 | 1100100 | 111111 | 0 | 10000 | 110101 | 10100101 | 101110 | 100000 |
Color Harmonies of #2C7764
Complementary color
Monochromatic Colors of #2C7764
Black with #2C7764
Text Example
Text Example
White with #2C7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7764; }
p { color: rgb(44,119,100); }
H1.HeaderClassName
{
color: #2C7764;
}
.AnyTagClassName
{
color: #2C7764;
}
</style>
background-color css
<style>
a { background-color: #2C7764; }
a { background-color: rgb(44,119,100); }
div.DivClassName
{
background-color: #2C7764;
}
.BgClassName
{
background-color: #2C7764;
}
</style>
border-color css
<style>
span { border-color: #2C7764; }
span { border-color: rgb(44,119,100); }
td.TdClassName
{
border-color: #2C7764;
}
.TagClassName
{
border-color: #2C7764;
}
</style>