Shades of Genoa #2C786D
Tints of Genoa #2C786D
RGB
CMYK
RGB Variations
Color information
#2C786D (or 0x2C786D) is known color: Genoa. HEX triplet: 2C, 78 and 6D. RGB value is (44,120,109). Sum of RGB (Red+Green+Blue) = 44+120+109=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #2C786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C786D is #D38792. Grayscale: #5F5F5F. Windows color (decimal): -13862803 or 7174188. OLE color: 7174188.
HSL color Cylindrical-coordinate representation of color #2C786D: hue angle of 171.32º 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 #2C786D is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 109 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.53 |
| HSL | 171.32º | 0.46% | 0.32% | - |
| HSV(B) | 171.32º | 0.63% | 0.47% | - |
| XYZ | 10.52 | 15.07 | 16.82 | - |
| YUV | 96.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 109 | 0.63 | 0 | 0.09 | 0.53 | 171.32 | 0.46 | 0.32 |
| Hex | 2C | 78 | 6D | 3F | 0 | 9 | 35 | AB | 2E | 20 |
| Octal | 54 | 170 | 155 | 77 | 0 | 11 | 65 | 253 | 56 | 40 |
| Binary | 101100 | 1111000 | 1101101 | 111111 | 0 | 1001 | 110101 | 10101011 | 101110 | 100000 |
Color Harmonies of #2C786D
Complementary color
Monochromatic Colors of #2C786D
Black with #2C786D
Text Example
Text Example
White with #2C786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C786D; }
p { color: rgb(44,120,109); }
H1.HeaderClassName
{
color: #2C786D;
}
.AnyTagClassName
{
color: #2C786D;
}
</style>
background-color css
<style>
a { background-color: #2C786D; }
a { background-color: rgb(44,120,109); }
div.DivClassName
{
background-color: #2C786D;
}
.BgClassName
{
background-color: #2C786D;
}
</style>
border-color css
<style>
span { border-color: #2C786D; }
span { border-color: rgb(44,120,109); }
td.TdClassName
{
border-color: #2C786D;
}
.TagClassName
{
border-color: #2C786D;
}
</style>