Shades of Genoa #2C7768
Tints of Genoa #2C7768
RGB
CMYK
RGB Variations
Color information
#2C7768 (or 0x2C7768) is known color: Genoa. HEX triplet: 2C, 77 and 68. RGB value is (44,119,104). Sum of RGB (Red+Green+Blue) = 44+119+104=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7768 is #D38897. Grayscale: #5E5E5E. Windows color (decimal): -13863064 or 6846252. OLE color: 6846252.
HSL color Cylindrical-coordinate representation of color #2C7768: hue angle of 168º 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 #2C7768 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 104 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.53 |
| HSL | 168º | 0.46% | 0.32% | - |
| HSV(B) | 168º | 0.63% | 0.47% | - |
| XYZ | 10.13 | 14.73 | 15.41 | - |
| YUV | 94.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 104 | 0.63 | 0 | 0.13 | 0.53 | 168 | 0.46 | 0.32 |
| Hex | 2C | 77 | 68 | 3F | 0 | D | 35 | A8 | 2E | 20 |
| Octal | 54 | 167 | 150 | 77 | 0 | 15 | 65 | 250 | 56 | 40 |
| Binary | 101100 | 1110111 | 1101000 | 111111 | 0 | 1101 | 110101 | 10101000 | 101110 | 100000 |
Color Harmonies of #2C7768
Complementary color
Monochromatic Colors of #2C7768
Black with #2C7768
Text Example
Text Example
White with #2C7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7768; }
p { color: rgb(44,119,104); }
H1.HeaderClassName
{
color: #2C7768;
}
.AnyTagClassName
{
color: #2C7768;
}
</style>
background-color css
<style>
a { background-color: #2C7768; }
a { background-color: rgb(44,119,104); }
div.DivClassName
{
background-color: #2C7768;
}
.BgClassName
{
background-color: #2C7768;
}
</style>
border-color css
<style>
span { border-color: #2C7768; }
span { border-color: rgb(44,119,104); }
td.TdClassName
{
border-color: #2C7768;
}
.TagClassName
{
border-color: #2C7768;
}
</style>