Shades of Genoa #2C8470
Tints of Genoa #2C8470
RGB
CMYK
RGB Variations
Color information
#2C8470 (or 0x2C8470) is known color: Genoa. HEX triplet: 2C, 84 and 70. RGB value is (44,132,112). Sum of RGB (Red+Green+Blue) = 44+132+112=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #2C8470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8470 is #D37B8F. Grayscale: #676767. Windows color (decimal): -13859728 or 7373868. OLE color: 7373868.
HSL color Cylindrical-coordinate representation of color #2C8470: hue angle of 166.36º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8470 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 132 | 112 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.48 |
| HSL | 166.36º | 0.5% | 0.35% | - |
| HSV(B) | 166.36º | 0.67% | 0.52% | - |
| XYZ | 12.21 | 18.21 | 18.2 | - |
| YUV | 103.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 132 | 112 | 0.67 | 0 | 0.15 | 0.48 | 166.36 | 0.5 | 0.35 |
| Hex | 2C | 84 | 70 | 43 | 0 | F | 30 | A6 | 32 | 23 |
| Octal | 54 | 204 | 160 | 103 | 0 | 17 | 60 | 246 | 62 | 43 |
| Binary | 101100 | 10000100 | 1110000 | 1000011 | 0 | 1111 | 110000 | 10100110 | 110010 | 100011 |
Color Harmonies of #2C8470
Complementary color
Monochromatic Colors of #2C8470
Black with #2C8470
Text Example
Text Example
White with #2C8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8470; }
p { color: rgb(44,132,112); }
H1.HeaderClassName
{
color: #2C8470;
}
.AnyTagClassName
{
color: #2C8470;
}
</style>
background-color css
<style>
a { background-color: #2C8470; }
a { background-color: rgb(44,132,112); }
div.DivClassName
{
background-color: #2C8470;
}
.BgClassName
{
background-color: #2C8470;
}
</style>
border-color css
<style>
span { border-color: #2C8470; }
span { border-color: rgb(44,132,112); }
td.TdClassName
{
border-color: #2C8470;
}
.TagClassName
{
border-color: #2C8470;
}
</style>