Shades of Genoa #2C7262
Tints of Genoa #2C7262
RGB
CMYK
RGB Variations
Color information
#2C7262 (or 0x2C7262) is known color: Genoa. HEX triplet: 2C, 72 and 62. RGB value is (44,114,98). Sum of RGB (Red+Green+Blue) = 44+114+98=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7262 is #D38D9D. Grayscale: #5B5B5B. Windows color (decimal): -13864350 or 6451756. OLE color: 6451756.
HSL color Cylindrical-coordinate representation of color #2C7262: hue angle of 166.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7262 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 98 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.55 |
| HSL | 166.29º | 0.44% | 0.31% | - |
| HSV(B) | 166.29º | 0.61% | 0.45% | - |
| XYZ | 9.26 | 13.45 | 13.66 | - |
| YUV | 91.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 98 | 0.61 | 0 | 0.14 | 0.55 | 166.29 | 0.44 | 0.31 |
| Hex | 2C | 72 | 62 | 3D | 0 | E | 37 | A6 | 2C | 1F |
| Octal | 54 | 162 | 142 | 75 | 0 | 16 | 67 | 246 | 54 | 37 |
| Binary | 101100 | 1110010 | 1100010 | 111101 | 0 | 1110 | 110111 | 10100110 | 101100 | 11111 |
Color Harmonies of #2C7262
Complementary color
Monochromatic Colors of #2C7262
Black with #2C7262
Text Example
Text Example
White with #2C7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7262; }
p { color: rgb(44,114,98); }
H1.HeaderClassName
{
color: #2C7262;
}
.AnyTagClassName
{
color: #2C7262;
}
</style>
background-color css
<style>
a { background-color: #2C7262; }
a { background-color: rgb(44,114,98); }
div.DivClassName
{
background-color: #2C7262;
}
.BgClassName
{
background-color: #2C7262;
}
</style>
border-color css
<style>
span { border-color: #2C7262; }
span { border-color: rgb(44,114,98); }
td.TdClassName
{
border-color: #2C7262;
}
.TagClassName
{
border-color: #2C7262;
}
</style>