Shades of Genoa #2E766C
Tints of Genoa #2E766C
RGB
CMYK
RGB Variations
Color information
#2E766C (or 0x2E766C) is known color: Genoa. HEX triplet: 2E, 76 and 6C. RGB value is (46,118,108). Sum of RGB (Red+Green+Blue) = 46+118+108=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #2E766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E766C is #D18993. Grayscale: #5F5F5F. Windows color (decimal): -13732244 or 7108142. OLE color: 7108142.
HSL color Cylindrical-coordinate representation of color #2E766C: hue angle of 171.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E766C is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 108 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.54 |
| HSL | 171.67º | 0.44% | 0.32% | - |
| HSV(B) | 171.67º | 0.61% | 0.46% | - |
| XYZ | 10.31 | 14.62 | 16.47 | - |
| YUV | 95.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 108 | 0.61 | 0 | 0.08 | 0.54 | 171.67 | 0.44 | 0.32 |
| Hex | 2E | 76 | 6C | 3D | 0 | 8 | 36 | AC | 2C | 20 |
| Octal | 56 | 166 | 154 | 75 | 0 | 10 | 66 | 254 | 54 | 40 |
| Binary | 101110 | 1110110 | 1101100 | 111101 | 0 | 1000 | 110110 | 10101100 | 101100 | 100000 |
Color Harmonies of #2E766C
Complementary color
Monochromatic Colors of #2E766C
Black with #2E766C
Text Example
Text Example
White with #2E766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E766C; }
p { color: rgb(46,118,108); }
H1.HeaderClassName
{
color: #2E766C;
}
.AnyTagClassName
{
color: #2E766C;
}
</style>
background-color css
<style>
a { background-color: #2E766C; }
a { background-color: rgb(46,118,108); }
div.DivClassName
{
background-color: #2E766C;
}
.BgClassName
{
background-color: #2E766C;
}
</style>
border-color css
<style>
span { border-color: #2E766C; }
span { border-color: rgb(46,118,108); }
td.TdClassName
{
border-color: #2E766C;
}
.TagClassName
{
border-color: #2E766C;
}
</style>