Shades of Genoa #2E7168
Tints of Genoa #2E7168
RGB
CMYK
RGB Variations
Color information
#2E7168 (or 0x2E7168) is known color: Genoa. HEX triplet: 2E, 71 and 68. RGB value is (46,113,104). Sum of RGB (Red+Green+Blue) = 46+113+104=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7168 is #D18E97. Grayscale: #5B5B5B. Windows color (decimal): -13733528 or 6844718. OLE color: 6844718.
HSL color Cylindrical-coordinate representation of color #2E7168: hue angle of 171.94º 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 #2E7168 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 104 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.56 |
| HSL | 171.94º | 0.42% | 0.31% | - |
| HSV(B) | 171.94º | 0.59% | 0.44% | - |
| XYZ | 9.53 | 13.39 | 15.18 | - |
| YUV | 91.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 104 | 0.59 | 0 | 0.08 | 0.56 | 171.94 | 0.42 | 0.31 |
| Hex | 2E | 71 | 68 | 3B | 0 | 8 | 38 | AC | 2A | 1F |
| Octal | 56 | 161 | 150 | 73 | 0 | 10 | 70 | 254 | 52 | 37 |
| Binary | 101110 | 1110001 | 1101000 | 111011 | 0 | 1000 | 111000 | 10101100 | 101010 | 11111 |
Color Harmonies of #2E7168
Complementary color
Monochromatic Colors of #2E7168
Black with #2E7168
Text Example
Text Example
White with #2E7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7168; }
p { color: rgb(46,113,104); }
H1.HeaderClassName
{
color: #2E7168;
}
.AnyTagClassName
{
color: #2E7168;
}
</style>
background-color css
<style>
a { background-color: #2E7168; }
a { background-color: rgb(46,113,104); }
div.DivClassName
{
background-color: #2E7168;
}
.BgClassName
{
background-color: #2E7168;
}
</style>
border-color css
<style>
span { border-color: #2E7168; }
span { border-color: rgb(46,113,104); }
td.TdClassName
{
border-color: #2E7168;
}
.TagClassName
{
border-color: #2E7168;
}
</style>