Shades of Genoa #2C7870
Tints of Genoa #2C7870
RGB
CMYK
RGB Variations
Color information
#2C7870 (or 0x2C7870) is known color: Genoa. HEX triplet: 2C, 78 and 70. RGB value is (44,120,112). Sum of RGB (Red+Green+Blue) = 44+120+112=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7870 is #D3878F. Grayscale: #606060. Windows color (decimal): -13862800 or 7370796. OLE color: 7370796.
HSL color Cylindrical-coordinate representation of color #2C7870: hue angle of 173.68º 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 #2C7870 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 112 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.53 |
| HSL | 173.68º | 0.46% | 0.32% | - |
| HSV(B) | 173.68º | 0.63% | 0.47% | - |
| XYZ | 10.68 | 15.14 | 17.69 | - |
| YUV | 96.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 112 | 0.63 | 0 | 0.07 | 0.53 | 173.68 | 0.46 | 0.32 |
| Hex | 2C | 78 | 70 | 3F | 0 | 7 | 35 | AE | 2E | 20 |
| Octal | 54 | 170 | 160 | 77 | 0 | 7 | 65 | 256 | 56 | 40 |
| Binary | 101100 | 1111000 | 1110000 | 111111 | 0 | 111 | 110101 | 10101110 | 101110 | 100000 |
Color Harmonies of #2C7870
Complementary color
Monochromatic Colors of #2C7870
Black with #2C7870
Text Example
Text Example
White with #2C7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7870; }
p { color: rgb(44,120,112); }
H1.HeaderClassName
{
color: #2C7870;
}
.AnyTagClassName
{
color: #2C7870;
}
</style>
background-color css
<style>
a { background-color: #2C7870; }
a { background-color: rgb(44,120,112); }
div.DivClassName
{
background-color: #2C7870;
}
.BgClassName
{
background-color: #2C7870;
}
</style>
border-color css
<style>
span { border-color: #2C7870; }
span { border-color: rgb(44,120,112); }
td.TdClassName
{
border-color: #2C7870;
}
.TagClassName
{
border-color: #2C7870;
}
</style>