Shades of Genoa #2C7B6C
Tints of Genoa #2C7B6C
RGB
CMYK
RGB Variations
Color information
#2C7B6C (or 0x2C7B6C) is known color: Genoa. HEX triplet: 2C, 7B and 6C. RGB value is (44,123,108). Sum of RGB (Red+Green+Blue) = 44+123+108=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7B6C is #D38493. Grayscale: #616161. Windows color (decimal): -13862036 or 7109420. OLE color: 7109420.
HSL color Cylindrical-coordinate representation of color #2C7B6C: hue angle of 168.61º 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 #2C7B6C is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 123 | 108 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.52 |
| HSL | 168.61º | 0.47% | 0.33% | - |
| HSV(B) | 168.61º | 0.64% | 0.48% | - |
| XYZ | 10.83 | 15.78 | 16.66 | - |
| YUV | 97.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 123 | 108 | 0.64 | 0 | 0.12 | 0.52 | 168.61 | 0.47 | 0.33 |
| Hex | 2C | 7B | 6C | 40 | 0 | C | 34 | A9 | 2F | 21 |
| Octal | 54 | 173 | 154 | 100 | 0 | 14 | 64 | 251 | 57 | 41 |
| Binary | 101100 | 1111011 | 1101100 | 1000000 | 0 | 1100 | 110100 | 10101001 | 101111 | 100001 |
Color Harmonies of #2C7B6C
Complementary color
Monochromatic Colors of #2C7B6C
Black with #2C7B6C
Text Example
Text Example
White with #2C7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7B6C; }
p { color: rgb(44,123,108); }
H1.HeaderClassName
{
color: #2C7B6C;
}
.AnyTagClassName
{
color: #2C7B6C;
}
</style>
background-color css
<style>
a { background-color: #2C7B6C; }
a { background-color: rgb(44,123,108); }
div.DivClassName
{
background-color: #2C7B6C;
}
.BgClassName
{
background-color: #2C7B6C;
}
</style>
border-color css
<style>
span { border-color: #2C7B6C; }
span { border-color: rgb(44,123,108); }
td.TdClassName
{
border-color: #2C7B6C;
}
.TagClassName
{
border-color: #2C7B6C;
}
</style>