Shades of Genoa #2E7465
Tints of Genoa #2E7465
RGB
CMYK
RGB Variations
Color information
#2E7465 (or 0x2E7465) is known color: Genoa. HEX triplet: 2E, 74 and 65. RGB value is (46,116,101). Sum of RGB (Red+Green+Blue) = 46+116+101=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7465 is #D18B9A. Grayscale: #5D5D5D. Windows color (decimal): -13732763 or 6648878. OLE color: 6648878.
HSL color Cylindrical-coordinate representation of color #2E7465: hue angle of 167.14º 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 #2E7465 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 101 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.55 |
| HSL | 167.14º | 0.43% | 0.32% | - |
| HSV(B) | 167.14º | 0.6% | 0.45% | - |
| XYZ | 9.72 | 14.01 | 14.5 | - |
| YUV | 93.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 101 | 0.60 | 0 | 0.13 | 0.55 | 167.14 | 0.43 | 0.32 |
| Hex | 2E | 74 | 65 | 3C | 0 | D | 37 | A7 | 2B | 20 |
| Octal | 56 | 164 | 145 | 74 | 0 | 15 | 67 | 247 | 53 | 40 |
| Binary | 101110 | 1110100 | 1100101 | 111100 | 0 | 1101 | 110111 | 10100111 | 101011 | 100000 |
Color Harmonies of #2E7465
Complementary color
Monochromatic Colors of #2E7465
Black with #2E7465
Text Example
Text Example
White with #2E7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7465; }
p { color: rgb(46,116,101); }
H1.HeaderClassName
{
color: #2E7465;
}
.AnyTagClassName
{
color: #2E7465;
}
</style>
background-color css
<style>
a { background-color: #2E7465; }
a { background-color: rgb(46,116,101); }
div.DivClassName
{
background-color: #2E7465;
}
.BgClassName
{
background-color: #2E7465;
}
</style>
border-color css
<style>
span { border-color: #2E7465; }
span { border-color: rgb(46,116,101); }
td.TdClassName
{
border-color: #2E7465;
}
.TagClassName
{
border-color: #2E7465;
}
</style>