Shades of Genoa #2C766F
Tints of Genoa #2C766F
RGB
CMYK
RGB Variations
Color information
#2C766F (or 0x2C766F) is known color: Genoa. HEX triplet: 2C, 76 and 6F. RGB value is (44,118,111). Sum of RGB (Red+Green+Blue) = 44+118+111=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #2C766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C766F is #D38990. Grayscale: #5F5F5F. Windows color (decimal): -13863313 or 7304748. OLE color: 7304748.
HSL color Cylindrical-coordinate representation of color #2C766F: hue angle of 174.32º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C766F is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 111 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.54 |
| HSL | 174.32º | 0.46% | 0.32% | - |
| HSV(B) | 174.32º | 0.63% | 0.46% | - |
| XYZ | 10.39 | 14.64 | 17.32 | - |
| YUV | 95.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 111 | 0.63 | 0 | 0.06 | 0.54 | 174.32 | 0.46 | 0.32 |
| Hex | 2C | 76 | 6F | 3F | 0 | 6 | 36 | AE | 2E | 20 |
| Octal | 54 | 166 | 157 | 77 | 0 | 6 | 66 | 256 | 56 | 40 |
| Binary | 101100 | 1110110 | 1101111 | 111111 | 0 | 110 | 110110 | 10101110 | 101110 | 100000 |
Color Harmonies of #2C766F
Complementary color
Monochromatic Colors of #2C766F
Black with #2C766F
Text Example
Text Example
White with #2C766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C766F; }
p { color: rgb(44,118,111); }
H1.HeaderClassName
{
color: #2C766F;
}
.AnyTagClassName
{
color: #2C766F;
}
</style>
background-color css
<style>
a { background-color: #2C766F; }
a { background-color: rgb(44,118,111); }
div.DivClassName
{
background-color: #2C766F;
}
.BgClassName
{
background-color: #2C766F;
}
</style>
border-color css
<style>
span { border-color: #2C766F; }
span { border-color: rgb(44,118,111); }
td.TdClassName
{
border-color: #2C766F;
}
.TagClassName
{
border-color: #2C766F;
}
</style>