Shades of Genoa #2C795D
Tints of Genoa #2C795D
RGB
CMYK
RGB Variations
Color information
#2C795D (or 0x2C795D) is known color: Genoa. HEX triplet: 2C, 79 and 5D. RGB value is (44,121,93). Sum of RGB (Red+Green+Blue) = 44+121+93=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #2C795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C795D is #D386A2. Grayscale: #5E5E5E. Windows color (decimal): -13862563 or 6125868. OLE color: 6125868.
HSL color Cylindrical-coordinate representation of color #2C795D: hue angle of 158.18º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C795D is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 121 | 93 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.53 |
| HSL | 158.18º | 0.47% | 0.32% | - |
| HSV(B) | 158.18º | 0.64% | 0.47% | - |
| XYZ | 9.85 | 15 | 12.73 | - |
| YUV | 94.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 93 | 0.64 | 0 | 0.23 | 0.53 | 158.18 | 0.47 | 0.32 |
| Hex | 2C | 79 | 5D | 40 | 0 | 17 | 35 | 9E | 2F | 20 |
| Octal | 54 | 171 | 135 | 100 | 0 | 27 | 65 | 236 | 57 | 40 |
| Binary | 101100 | 1111001 | 1011101 | 1000000 | 0 | 10111 | 110101 | 10011110 | 101111 | 100000 |
Color Harmonies of #2C795D
Complementary color
Monochromatic Colors of #2C795D
Black with #2C795D
Text Example
Text Example
White with #2C795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C795D; }
p { color: rgb(44,121,93); }
H1.HeaderClassName
{
color: #2C795D;
}
.AnyTagClassName
{
color: #2C795D;
}
</style>
background-color css
<style>
a { background-color: #2C795D; }
a { background-color: rgb(44,121,93); }
div.DivClassName
{
background-color: #2C795D;
}
.BgClassName
{
background-color: #2C795D;
}
</style>
border-color css
<style>
span { border-color: #2C795D; }
span { border-color: rgb(44,121,93); }
td.TdClassName
{
border-color: #2C795D;
}
.TagClassName
{
border-color: #2C795D;
}
</style>