Shades of Genoa #2C786E
Tints of Genoa #2C786E
RGB
CMYK
RGB Variations
Color information
#2C786E (or 0x2C786E) is known color: Genoa. HEX triplet: 2C, 78 and 6E. RGB value is (44,120,110). Sum of RGB (Red+Green+Blue) = 44+120+110=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #2C786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C786E is #D38791. Grayscale: #606060. Windows color (decimal): -13862802 or 7239724. OLE color: 7239724.
HSL color Cylindrical-coordinate representation of color #2C786E: hue angle of 172.11º 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 #2C786E is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 110 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.53 |
| HSL | 172.11º | 0.46% | 0.32% | - |
| HSV(B) | 172.11º | 0.63% | 0.47% | - |
| XYZ | 10.57 | 15.09 | 17.11 | - |
| YUV | 96.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 110 | 0.63 | 0 | 0.08 | 0.53 | 172.11 | 0.46 | 0.32 |
| Hex | 2C | 78 | 6E | 3F | 0 | 8 | 35 | AC | 2E | 20 |
| Octal | 54 | 170 | 156 | 77 | 0 | 10 | 65 | 254 | 56 | 40 |
| Binary | 101100 | 1111000 | 1101110 | 111111 | 0 | 1000 | 110101 | 10101100 | 101110 | 100000 |
Color Harmonies of #2C786E
Complementary color
Monochromatic Colors of #2C786E
Black with #2C786E
Text Example
Text Example
White with #2C786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C786E; }
p { color: rgb(44,120,110); }
H1.HeaderClassName
{
color: #2C786E;
}
.AnyTagClassName
{
color: #2C786E;
}
</style>
background-color css
<style>
a { background-color: #2C786E; }
a { background-color: rgb(44,120,110); }
div.DivClassName
{
background-color: #2C786E;
}
.BgClassName
{
background-color: #2C786E;
}
</style>
border-color css
<style>
span { border-color: #2C786E; }
span { border-color: rgb(44,120,110); }
td.TdClassName
{
border-color: #2C786E;
}
.TagClassName
{
border-color: #2C786E;
}
</style>