Shades of Genoa #2C766D
Tints of Genoa #2C766D
RGB
CMYK
RGB Variations
Color information
#2C766D (or 0x2C766D) is known color: Genoa. HEX triplet: 2C, 76 and 6D. RGB value is (44,118,109). Sum of RGB (Red+Green+Blue) = 44+118+109=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #2C766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C766D is #D38992. Grayscale: #5E5E5E. Windows color (decimal): -13863315 or 7173676. OLE color: 7173676.
HSL color Cylindrical-coordinate representation of color #2C766D: hue angle of 172.7º 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 #2C766D is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 109 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.54 |
| HSL | 172.7º | 0.46% | 0.32% | - |
| HSV(B) | 172.7º | 0.63% | 0.46% | - |
| XYZ | 10.28 | 14.6 | 16.74 | - |
| YUV | 94.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 109 | 0.63 | 0 | 0.08 | 0.54 | 172.7 | 0.46 | 0.32 |
| Hex | 2C | 76 | 6D | 3F | 0 | 8 | 36 | AD | 2E | 20 |
| Octal | 54 | 166 | 155 | 77 | 0 | 10 | 66 | 255 | 56 | 40 |
| Binary | 101100 | 1110110 | 1101101 | 111111 | 0 | 1000 | 110110 | 10101101 | 101110 | 100000 |
Color Harmonies of #2C766D
Complementary color
Monochromatic Colors of #2C766D
Black with #2C766D
Text Example
Text Example
White with #2C766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C766D; }
p { color: rgb(44,118,109); }
H1.HeaderClassName
{
color: #2C766D;
}
.AnyTagClassName
{
color: #2C766D;
}
</style>
background-color css
<style>
a { background-color: #2C766D; }
a { background-color: rgb(44,118,109); }
div.DivClassName
{
background-color: #2C766D;
}
.BgClassName
{
background-color: #2C766D;
}
</style>
border-color css
<style>
span { border-color: #2C766D; }
span { border-color: rgb(44,118,109); }
td.TdClassName
{
border-color: #2C766D;
}
.TagClassName
{
border-color: #2C766D;
}
</style>