Shades of Genoa #2E706D
Tints of Genoa #2E706D
RGB
CMYK
RGB Variations
Color information
#2E706D (or 0x2E706D) is known color: Genoa. HEX triplet: 2E, 70 and 6D. RGB value is (46,112,109). Sum of RGB (Red+Green+Blue) = 46+112+109=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #2E706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E706D is #D18F92. Grayscale: #5B5B5B. Windows color (decimal): -13733779 or 7172142. OLE color: 7172142.
HSL color Cylindrical-coordinate representation of color #2E706D: hue angle of 177.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E706D is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 109 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.56 |
| HSL | 177.27º | 0.42% | 0.31% | - |
| HSV(B) | 177.27º | 0.59% | 0.44% | - |
| XYZ | 9.68 | 13.27 | 16.52 | - |
| YUV | 91.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 109 | 0.59 | 0 | 0.03 | 0.56 | 177.27 | 0.42 | 0.31 |
| Hex | 2E | 70 | 6D | 3B | 0 | 3 | 38 | B1 | 2A | 1F |
| Octal | 56 | 160 | 155 | 73 | 0 | 3 | 70 | 261 | 52 | 37 |
| Binary | 101110 | 1110000 | 1101101 | 111011 | 0 | 11 | 111000 | 10110001 | 101010 | 11111 |
Color Harmonies of #2E706D
Complementary color
Monochromatic Colors of #2E706D
Black with #2E706D
Text Example
Text Example
White with #2E706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E706D; }
p { color: rgb(46,112,109); }
H1.HeaderClassName
{
color: #2E706D;
}
.AnyTagClassName
{
color: #2E706D;
}
</style>
background-color css
<style>
a { background-color: #2E706D; }
a { background-color: rgb(46,112,109); }
div.DivClassName
{
background-color: #2E706D;
}
.BgClassName
{
background-color: #2E706D;
}
</style>
border-color css
<style>
span { border-color: #2E706D; }
span { border-color: rgb(46,112,109); }
td.TdClassName
{
border-color: #2E706D;
}
.TagClassName
{
border-color: #2E706D;
}
</style>