Shades of Genoa #2C7765
Tints of Genoa #2C7765
RGB
CMYK
RGB Variations
Color information
#2C7765 (or 0x2C7765) is known color: Genoa. HEX triplet: 2C, 77 and 65. RGB value is (44,119,101). Sum of RGB (Red+Green+Blue) = 44+119+101=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7765 is #D3889A. Grayscale: #5E5E5E. Windows color (decimal): -13863067 or 6649644. OLE color: 6649644.
HSL color Cylindrical-coordinate representation of color #2C7765: hue angle of 165.6º 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 #2C7765 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 101 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.53 |
| HSL | 165.6º | 0.46% | 0.32% | - |
| HSV(B) | 165.6º | 0.63% | 0.47% | - |
| XYZ | 9.98 | 14.67 | 14.62 | - |
| YUV | 94.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 101 | 0.63 | 0 | 0.15 | 0.53 | 165.6 | 0.46 | 0.32 |
| Hex | 2C | 77 | 65 | 3F | 0 | F | 35 | A6 | 2E | 20 |
| Octal | 54 | 167 | 145 | 77 | 0 | 17 | 65 | 246 | 56 | 40 |
| Binary | 101100 | 1110111 | 1100101 | 111111 | 0 | 1111 | 110101 | 10100110 | 101110 | 100000 |
Color Harmonies of #2C7765
Complementary color
Monochromatic Colors of #2C7765
Black with #2C7765
Text Example
Text Example
White with #2C7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7765; }
p { color: rgb(44,119,101); }
H1.HeaderClassName
{
color: #2C7765;
}
.AnyTagClassName
{
color: #2C7765;
}
</style>
background-color css
<style>
a { background-color: #2C7765; }
a { background-color: rgb(44,119,101); }
div.DivClassName
{
background-color: #2C7765;
}
.BgClassName
{
background-color: #2C7765;
}
</style>
border-color css
<style>
span { border-color: #2C7765; }
span { border-color: rgb(44,119,101); }
td.TdClassName
{
border-color: #2C7765;
}
.TagClassName
{
border-color: #2C7765;
}
</style>