Shades of Genoa #2C7A70
Tints of Genoa #2C7A70
RGB
CMYK
RGB Variations
Color information
#2C7A70 (or 0x2C7A70) is known color: Genoa. HEX triplet: 2C, 7A and 70. RGB value is (44,122,112). Sum of RGB (Red+Green+Blue) = 44+122+112=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7A70 is #D3858F. Grayscale: #616161. Windows color (decimal): -13862288 or 7371308. OLE color: 7371308.
HSL color Cylindrical-coordinate representation of color #2C7A70: hue angle of 172.31º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7A70 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 122 | 112 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.52 |
| HSL | 172.31º | 0.47% | 0.33% | - |
| HSV(B) | 172.31º | 0.64% | 0.48% | - |
| XYZ | 10.92 | 15.62 | 17.77 | - |
| YUV | 97.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 112 | 0.64 | 0 | 0.08 | 0.52 | 172.31 | 0.47 | 0.33 |
| Hex | 2C | 7A | 70 | 40 | 0 | 8 | 34 | AC | 2F | 21 |
| Octal | 54 | 172 | 160 | 100 | 0 | 10 | 64 | 254 | 57 | 41 |
| Binary | 101100 | 1111010 | 1110000 | 1000000 | 0 | 1000 | 110100 | 10101100 | 101111 | 100001 |
Color Harmonies of #2C7A70
Complementary color
Monochromatic Colors of #2C7A70
Black with #2C7A70
Text Example
Text Example
White with #2C7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7A70; }
p { color: rgb(44,122,112); }
H1.HeaderClassName
{
color: #2C7A70;
}
.AnyTagClassName
{
color: #2C7A70;
}
</style>
background-color css
<style>
a { background-color: #2C7A70; }
a { background-color: rgb(44,122,112); }
div.DivClassName
{
background-color: #2C7A70;
}
.BgClassName
{
background-color: #2C7A70;
}
</style>
border-color css
<style>
span { border-color: #2C7A70; }
span { border-color: rgb(44,122,112); }
td.TdClassName
{
border-color: #2C7A70;
}
.TagClassName
{
border-color: #2C7A70;
}
</style>