Shades of Genoa #2E7067
Tints of Genoa #2E7067
RGB
CMYK
RGB Variations
Color information
#2E7067 (or 0x2E7067) is known color: Genoa. HEX triplet: 2E, 70 and 67. RGB value is (46,112,103). Sum of RGB (Red+Green+Blue) = 46+112+103=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7067 is #D18F98. Grayscale: #5B5B5B. Windows color (decimal): -13733785 or 6778926. OLE color: 6778926.
HSL color Cylindrical-coordinate representation of color #2E7067: hue angle of 171.82º 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 #2E7067 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 103 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.56 |
| HSL | 171.82º | 0.42% | 0.31% | - |
| HSV(B) | 171.82º | 0.59% | 0.44% | - |
| XYZ | 9.37 | 13.15 | 14.88 | - |
| YUV | 91.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 103 | 0.59 | 0 | 0.08 | 0.56 | 171.82 | 0.42 | 0.31 |
| Hex | 2E | 70 | 67 | 3B | 0 | 8 | 38 | AC | 2A | 1F |
| Octal | 56 | 160 | 147 | 73 | 0 | 10 | 70 | 254 | 52 | 37 |
| Binary | 101110 | 1110000 | 1100111 | 111011 | 0 | 1000 | 111000 | 10101100 | 101010 | 11111 |
Color Harmonies of #2E7067
Complementary color
Monochromatic Colors of #2E7067
Black with #2E7067
Text Example
Text Example
White with #2E7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7067; }
p { color: rgb(46,112,103); }
H1.HeaderClassName
{
color: #2E7067;
}
.AnyTagClassName
{
color: #2E7067;
}
</style>
background-color css
<style>
a { background-color: #2E7067; }
a { background-color: rgb(46,112,103); }
div.DivClassName
{
background-color: #2E7067;
}
.BgClassName
{
background-color: #2E7067;
}
</style>
border-color css
<style>
span { border-color: #2E7067; }
span { border-color: rgb(46,112,103); }
td.TdClassName
{
border-color: #2E7067;
}
.TagClassName
{
border-color: #2E7067;
}
</style>