Shades of Genoa #2E746D
Tints of Genoa #2E746D
RGB
CMYK
RGB Variations
Color information
#2E746D (or 0x2E746D) is known color: Genoa. HEX triplet: 2E, 74 and 6D. RGB value is (46,116,109). Sum of RGB (Red+Green+Blue) = 46+116+109=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #2E746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E746D is #D18B92. Grayscale: #5E5E5E. Windows color (decimal): -13732755 or 7173166. OLE color: 7173166.
HSL color Cylindrical-coordinate representation of color #2E746D: hue angle of 174º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E746D is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 109 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.55 |
| HSL | 174º | 0.43% | 0.32% | - |
| HSV(B) | 174º | 0.6% | 0.45% | - |
| XYZ | 10.13 | 14.18 | 16.67 | - |
| YUV | 94.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 109 | 0.60 | 0 | 0.06 | 0.55 | 174 | 0.43 | 0.32 |
| Hex | 2E | 74 | 6D | 3C | 0 | 6 | 37 | AE | 2B | 20 |
| Octal | 56 | 164 | 155 | 74 | 0 | 6 | 67 | 256 | 53 | 40 |
| Binary | 101110 | 1110100 | 1101101 | 111100 | 0 | 110 | 110111 | 10101110 | 101011 | 100000 |
Color Harmonies of #2E746D
Complementary color
Monochromatic Colors of #2E746D
Black with #2E746D
Text Example
Text Example
White with #2E746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E746D; }
p { color: rgb(46,116,109); }
H1.HeaderClassName
{
color: #2E746D;
}
.AnyTagClassName
{
color: #2E746D;
}
</style>
background-color css
<style>
a { background-color: #2E746D; }
a { background-color: rgb(46,116,109); }
div.DivClassName
{
background-color: #2E746D;
}
.BgClassName
{
background-color: #2E746D;
}
</style>
border-color css
<style>
span { border-color: #2E746D; }
span { border-color: rgb(46,116,109); }
td.TdClassName
{
border-color: #2E746D;
}
.TagClassName
{
border-color: #2E746D;
}
</style>