Shades of Genoa #2C7B71
Tints of Genoa #2C7B71
RGB
CMYK
RGB Variations
Color information
#2C7B71 (or 0x2C7B71) is known color: Genoa. HEX triplet: 2C, 7B and 71. RGB value is (44,123,113). Sum of RGB (Red+Green+Blue) = 44+123+113=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7B71 is #D3848E. Grayscale: #626262. Windows color (decimal): -13862031 or 7437100. OLE color: 7437100.
HSL color Cylindrical-coordinate representation of color #2C7B71: hue angle of 172.41º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7B71 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 123 | 113 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.52 |
| HSL | 172.41º | 0.47% | 0.33% | - |
| HSV(B) | 172.41º | 0.64% | 0.48% | - |
| XYZ | 11.1 | 15.89 | 18.11 | - |
| YUV | 98.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 123 | 113 | 0.64 | 0 | 0.08 | 0.52 | 172.41 | 0.47 | 0.33 |
| Hex | 2C | 7B | 71 | 40 | 0 | 8 | 34 | AC | 2F | 21 |
| Octal | 54 | 173 | 161 | 100 | 0 | 10 | 64 | 254 | 57 | 41 |
| Binary | 101100 | 1111011 | 1110001 | 1000000 | 0 | 1000 | 110100 | 10101100 | 101111 | 100001 |
Color Harmonies of #2C7B71
Complementary color
Monochromatic Colors of #2C7B71
Black with #2C7B71
Text Example
Text Example
White with #2C7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7B71; }
p { color: rgb(44,123,113); }
H1.HeaderClassName
{
color: #2C7B71;
}
.AnyTagClassName
{
color: #2C7B71;
}
</style>
background-color css
<style>
a { background-color: #2C7B71; }
a { background-color: rgb(44,123,113); }
div.DivClassName
{
background-color: #2C7B71;
}
.BgClassName
{
background-color: #2C7B71;
}
</style>
border-color css
<style>
span { border-color: #2C7B71; }
span { border-color: rgb(44,123,113); }
td.TdClassName
{
border-color: #2C7B71;
}
.TagClassName
{
border-color: #2C7B71;
}
</style>