Shades of Genoa #2E7066
Tints of Genoa #2E7066
RGB
CMYK
RGB Variations
Color information
#2E7066 (or 0x2E7066) is known color: Genoa. HEX triplet: 2E, 70 and 66. RGB value is (46,112,102). Sum of RGB (Red+Green+Blue) = 46+112+102=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7066 is #D18F99. Grayscale: #5B5B5B. Windows color (decimal): -13733786 or 6713390. OLE color: 6713390.
HSL color Cylindrical-coordinate representation of color #2E7066: hue angle of 170.91º 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 #2E7066 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 102 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.56 |
| HSL | 170.91º | 0.42% | 0.31% | - |
| HSV(B) | 170.91º | 0.59% | 0.44% | - |
| XYZ | 9.32 | 13.13 | 14.61 | - |
| YUV | 91.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 102 | 0.59 | 0 | 0.09 | 0.56 | 170.91 | 0.42 | 0.31 |
| Hex | 2E | 70 | 66 | 3B | 0 | 9 | 38 | AB | 2A | 1F |
| Octal | 56 | 160 | 146 | 73 | 0 | 11 | 70 | 253 | 52 | 37 |
| Binary | 101110 | 1110000 | 1100110 | 111011 | 0 | 1001 | 111000 | 10101011 | 101010 | 11111 |
Color Harmonies of #2E7066
Complementary color
Monochromatic Colors of #2E7066
Black with #2E7066
Text Example
Text Example
White with #2E7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7066; }
p { color: rgb(46,112,102); }
H1.HeaderClassName
{
color: #2E7066;
}
.AnyTagClassName
{
color: #2E7066;
}
</style>
background-color css
<style>
a { background-color: #2E7066; }
a { background-color: rgb(46,112,102); }
div.DivClassName
{
background-color: #2E7066;
}
.BgClassName
{
background-color: #2E7066;
}
</style>
border-color css
<style>
span { border-color: #2E7066; }
span { border-color: rgb(46,112,102); }
td.TdClassName
{
border-color: #2E7066;
}
.TagClassName
{
border-color: #2E7066;
}
</style>