Shades of Genoa #2C8771
Tints of Genoa #2C8771
RGB
CMYK
RGB Variations
Color information
#2C8771 (or 0x2C8771) is known color: Genoa. HEX triplet: 2C, 87 and 71. RGB value is (44,135,113). Sum of RGB (Red+Green+Blue) = 44+135+113=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8771 is #D3788E. Grayscale: #696969. Windows color (decimal): -13858959 or 7440172. OLE color: 7440172.
HSL color Cylindrical-coordinate representation of color #2C8771: hue angle of 165.49º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8771 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 113 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.47 |
| HSL | 165.49º | 0.51% | 0.35% | - |
| HSV(B) | 165.49º | 0.67% | 0.53% | - |
| XYZ | 12.68 | 19.06 | 18.63 | - |
| YUV | 105.28 | 132.35 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 113 | 0.67 | 0 | 0.16 | 0.47 | 165.49 | 0.51 | 0.35 |
| Hex | 2C | 87 | 71 | 43 | 0 | 10 | 2F | A5 | 33 | 23 |
| Octal | 54 | 207 | 161 | 103 | 0 | 20 | 57 | 245 | 63 | 43 |
| Binary | 101100 | 10000111 | 1110001 | 1000011 | 0 | 10000 | 101111 | 10100101 | 110011 | 100011 |
Color Harmonies of #2C8771
Complementary color
Monochromatic Colors of #2C8771
Black with #2C8771
Text Example
Text Example
White with #2C8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8771; }
p { color: rgb(44,135,113); }
H1.HeaderClassName
{
color: #2C8771;
}
.AnyTagClassName
{
color: #2C8771;
}
</style>
background-color css
<style>
a { background-color: #2C8771; }
a { background-color: rgb(44,135,113); }
div.DivClassName
{
background-color: #2C8771;
}
.BgClassName
{
background-color: #2C8771;
}
</style>
border-color css
<style>
span { border-color: #2C8771; }
span { border-color: rgb(44,135,113); }
td.TdClassName
{
border-color: #2C8771;
}
.TagClassName
{
border-color: #2C8771;
}
</style>