Shades of Genoa #2C765F
Tints of Genoa #2C765F
RGB
CMYK
RGB Variations
Color information
#2C765F (or 0x2C765F) is known color: Genoa. HEX triplet: 2C, 76 and 5F. RGB value is (44,118,95). Sum of RGB (Red+Green+Blue) = 44+118+95=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #2C765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C765F is #D389A0. Grayscale: #5D5D5D. Windows color (decimal): -13863329 or 6256172. OLE color: 6256172.
HSL color Cylindrical-coordinate representation of color #2C765F: hue angle of 161.35º 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 #2C765F is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 95 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.54 |
| HSL | 161.35º | 0.46% | 0.32% | - |
| HSV(B) | 161.35º | 0.63% | 0.46% | - |
| XYZ | 9.58 | 14.32 | 13.09 | - |
| YUV | 93.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 95 | 0.63 | 0 | 0.19 | 0.54 | 161.35 | 0.46 | 0.32 |
| Hex | 2C | 76 | 5F | 3F | 0 | 13 | 36 | A1 | 2E | 20 |
| Octal | 54 | 166 | 137 | 77 | 0 | 23 | 66 | 241 | 56 | 40 |
| Binary | 101100 | 1110110 | 1011111 | 111111 | 0 | 10011 | 110110 | 10100001 | 101110 | 100000 |
Color Harmonies of #2C765F
Complementary color
Monochromatic Colors of #2C765F
Black with #2C765F
Text Example
Text Example
White with #2C765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C765F; }
p { color: rgb(44,118,95); }
H1.HeaderClassName
{
color: #2C765F;
}
.AnyTagClassName
{
color: #2C765F;
}
</style>
background-color css
<style>
a { background-color: #2C765F; }
a { background-color: rgb(44,118,95); }
div.DivClassName
{
background-color: #2C765F;
}
.BgClassName
{
background-color: #2C765F;
}
</style>
border-color css
<style>
span { border-color: #2C765F; }
span { border-color: rgb(44,118,95); }
td.TdClassName
{
border-color: #2C765F;
}
.TagClassName
{
border-color: #2C765F;
}
</style>