Shades of Genoa #2C7261
Tints of Genoa #2C7261
RGB
CMYK
RGB Variations
Color information
#2C7261 (or 0x2C7261) is known color: Genoa. HEX triplet: 2C, 72 and 61. RGB value is (44,114,97). Sum of RGB (Red+Green+Blue) = 44+114+97=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7261 is #D38D9E. Grayscale: #5B5B5B. Windows color (decimal): -13864351 or 6386220. OLE color: 6386220.
HSL color Cylindrical-coordinate representation of color #2C7261: hue angle of 165.43º 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 #2C7261 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 97 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.55 |
| HSL | 165.43º | 0.44% | 0.31% | - |
| HSV(B) | 165.43º | 0.61% | 0.45% | - |
| XYZ | 9.21 | 13.43 | 13.42 | - |
| YUV | 91.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 97 | 0.61 | 0 | 0.15 | 0.55 | 165.43 | 0.44 | 0.31 |
| Hex | 2C | 72 | 61 | 3D | 0 | F | 37 | A5 | 2C | 1F |
| Octal | 54 | 162 | 141 | 75 | 0 | 17 | 67 | 245 | 54 | 37 |
| Binary | 101100 | 1110010 | 1100001 | 111101 | 0 | 1111 | 110111 | 10100101 | 101100 | 11111 |
Color Harmonies of #2C7261
Complementary color
Monochromatic Colors of #2C7261
Black with #2C7261
Text Example
Text Example
White with #2C7261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7261; }
p { color: rgb(44,114,97); }
H1.HeaderClassName
{
color: #2C7261;
}
.AnyTagClassName
{
color: #2C7261;
}
</style>
background-color css
<style>
a { background-color: #2C7261; }
a { background-color: rgb(44,114,97); }
div.DivClassName
{
background-color: #2C7261;
}
.BgClassName
{
background-color: #2C7261;
}
</style>
border-color css
<style>
span { border-color: #2C7261; }
span { border-color: rgb(44,114,97); }
td.TdClassName
{
border-color: #2C7261;
}
.TagClassName
{
border-color: #2C7261;
}
</style>