Shades of Genoa #2C7C6C
Tints of Genoa #2C7C6C
RGB
CMYK
RGB Variations
Color information
#2C7C6C (or 0x2C7C6C) is known color: Genoa. HEX triplet: 2C, 7C and 6C. RGB value is (44,124,108). Sum of RGB (Red+Green+Blue) = 44+124+108=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7C6C is #D38393. Grayscale: #626262. Windows color (decimal): -13861780 or 7109676. OLE color: 7109676.
HSL color Cylindrical-coordinate representation of color #2C7C6C: hue angle of 168º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7C6C is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 124 | 108 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.51 |
| HSL | 168º | 0.48% | 0.33% | - |
| HSV(B) | 168º | 0.65% | 0.49% | - |
| XYZ | 10.95 | 16.03 | 16.7 | - |
| YUV | 98.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 124 | 108 | 0.65 | 0 | 0.13 | 0.51 | 168 | 0.48 | 0.33 |
| Hex | 2C | 7C | 6C | 41 | 0 | D | 33 | A8 | 30 | 21 |
| Octal | 54 | 174 | 154 | 101 | 0 | 15 | 63 | 250 | 60 | 41 |
| Binary | 101100 | 1111100 | 1101100 | 1000001 | 0 | 1101 | 110011 | 10101000 | 110000 | 100001 |
Color Harmonies of #2C7C6C
Complementary color
Monochromatic Colors of #2C7C6C
Black with #2C7C6C
Text Example
Text Example
White with #2C7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7C6C; }
p { color: rgb(44,124,108); }
H1.HeaderClassName
{
color: #2C7C6C;
}
.AnyTagClassName
{
color: #2C7C6C;
}
</style>
background-color css
<style>
a { background-color: #2C7C6C; }
a { background-color: rgb(44,124,108); }
div.DivClassName
{
background-color: #2C7C6C;
}
.BgClassName
{
background-color: #2C7C6C;
}
</style>
border-color css
<style>
span { border-color: #2C7C6C; }
span { border-color: rgb(44,124,108); }
td.TdClassName
{
border-color: #2C7C6C;
}
.TagClassName
{
border-color: #2C7C6C;
}
</style>