Shades of Genoa #2C7863
Tints of Genoa #2C7863
RGB
CMYK
RGB Variations
Color information
#2C7863 (or 0x2C7863) is known color: Genoa. HEX triplet: 2C, 78 and 63. RGB value is (44,120,99). Sum of RGB (Red+Green+Blue) = 44+120+99=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7863 is #D3879C. Grayscale: #5E5E5E. Windows color (decimal): -13862813 or 6518828. OLE color: 6518828.
HSL color Cylindrical-coordinate representation of color #2C7863: hue angle of 163.42º 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 #2C7863 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 99 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.53 |
| HSL | 163.42º | 0.46% | 0.32% | - |
| HSV(B) | 163.42º | 0.63% | 0.47% | - |
| XYZ | 10.01 | 14.87 | 14.15 | - |
| YUV | 94.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 99 | 0.63 | 0 | 0.17 | 0.53 | 163.42 | 0.46 | 0.32 |
| Hex | 2C | 78 | 63 | 3F | 0 | 11 | 35 | A3 | 2E | 20 |
| Octal | 54 | 170 | 143 | 77 | 0 | 21 | 65 | 243 | 56 | 40 |
| Binary | 101100 | 1111000 | 1100011 | 111111 | 0 | 10001 | 110101 | 10100011 | 101110 | 100000 |
Color Harmonies of #2C7863
Complementary color
Monochromatic Colors of #2C7863
Black with #2C7863
Text Example
Text Example
White with #2C7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7863; }
p { color: rgb(44,120,99); }
H1.HeaderClassName
{
color: #2C7863;
}
.AnyTagClassName
{
color: #2C7863;
}
</style>
background-color css
<style>
a { background-color: #2C7863; }
a { background-color: rgb(44,120,99); }
div.DivClassName
{
background-color: #2C7863;
}
.BgClassName
{
background-color: #2C7863;
}
</style>
border-color css
<style>
span { border-color: #2C7863; }
span { border-color: rgb(44,120,99); }
td.TdClassName
{
border-color: #2C7863;
}
.TagClassName
{
border-color: #2C7863;
}
</style>