Shades of Genoa #2C786B
Tints of Genoa #2C786B
RGB
CMYK
RGB Variations
Color information
#2C786B (or 0x2C786B) is known color: Genoa. HEX triplet: 2C, 78 and 6B. RGB value is (44,120,107). Sum of RGB (Red+Green+Blue) = 44+120+107=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #2C786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C786B is #D38794. Grayscale: #5F5F5F. Windows color (decimal): -13862805 or 7043116. OLE color: 7043116.
HSL color Cylindrical-coordinate representation of color #2C786B: hue angle of 169.74º 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 #2C786B is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 107 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.53 |
| HSL | 169.74º | 0.46% | 0.32% | - |
| HSV(B) | 169.74º | 0.63% | 0.47% | - |
| XYZ | 10.41 | 15.03 | 16.26 | - |
| YUV | 95.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 107 | 0.63 | 0 | 0.11 | 0.53 | 169.74 | 0.46 | 0.32 |
| Hex | 2C | 78 | 6B | 3F | 0 | B | 35 | AA | 2E | 20 |
| Octal | 54 | 170 | 153 | 77 | 0 | 13 | 65 | 252 | 56 | 40 |
| Binary | 101100 | 1111000 | 1101011 | 111111 | 0 | 1011 | 110101 | 10101010 | 101110 | 100000 |
Color Harmonies of #2C786B
Complementary color
Monochromatic Colors of #2C786B
Black with #2C786B
Text Example
Text Example
White with #2C786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C786B; }
p { color: rgb(44,120,107); }
H1.HeaderClassName
{
color: #2C786B;
}
.AnyTagClassName
{
color: #2C786B;
}
</style>
background-color css
<style>
a { background-color: #2C786B; }
a { background-color: rgb(44,120,107); }
div.DivClassName
{
background-color: #2C786B;
}
.BgClassName
{
background-color: #2C786B;
}
</style>
border-color css
<style>
span { border-color: #2C786B; }
span { border-color: rgb(44,120,107); }
td.TdClassName
{
border-color: #2C786B;
}
.TagClassName
{
border-color: #2C786B;
}
</style>