Shades of Genoa #2E796C
Tints of Genoa #2E796C
RGB
CMYK
RGB Variations
Color information
#2E796C (or 0x2E796C) is known color: Genoa. HEX triplet: 2E, 79 and 6C. RGB value is (46,121,108). Sum of RGB (Red+Green+Blue) = 46+121+108=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #2E796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E796C is #D18693. Grayscale: #616161. Windows color (decimal): -13731476 or 7108910. OLE color: 7108910.
HSL color Cylindrical-coordinate representation of color #2E796C: hue angle of 169.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E796C is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 108 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.53 |
| HSL | 169.6º | 0.45% | 0.33% | - |
| HSV(B) | 169.6º | 0.62% | 0.47% | - |
| XYZ | 10.67 | 15.34 | 16.59 | - |
| YUV | 97.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 108 | 0.62 | 0 | 0.11 | 0.53 | 169.6 | 0.45 | 0.33 |
| Hex | 2E | 79 | 6C | 3E | 0 | B | 35 | AA | 2D | 21 |
| Octal | 56 | 171 | 154 | 76 | 0 | 13 | 65 | 252 | 55 | 41 |
| Binary | 101110 | 1111001 | 1101100 | 111110 | 0 | 1011 | 110101 | 10101010 | 101101 | 100001 |
Color Harmonies of #2E796C
Complementary color
Monochromatic Colors of #2E796C
Black with #2E796C
Text Example
Text Example
White with #2E796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E796C; }
p { color: rgb(46,121,108); }
H1.HeaderClassName
{
color: #2E796C;
}
.AnyTagClassName
{
color: #2E796C;
}
</style>
background-color css
<style>
a { background-color: #2E796C; }
a { background-color: rgb(46,121,108); }
div.DivClassName
{
background-color: #2E796C;
}
.BgClassName
{
background-color: #2E796C;
}
</style>
border-color css
<style>
span { border-color: #2E796C; }
span { border-color: rgb(46,121,108); }
td.TdClassName
{
border-color: #2E796C;
}
.TagClassName
{
border-color: #2E796C;
}
</style>