Shades of Genoa #2E7068
Tints of Genoa #2E7068
RGB
CMYK
RGB Variations
Color information
#2E7068 (or 0x2E7068) is known color: Genoa. HEX triplet: 2E, 70 and 68. RGB value is (46,112,104). Sum of RGB (Red+Green+Blue) = 46+112+104=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7068 is #D18F97. Grayscale: #5B5B5B. Windows color (decimal): -13733784 or 6844462. OLE color: 6844462.
HSL color Cylindrical-coordinate representation of color #2E7068: hue angle of 172.73º 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 #2E7068 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 104 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.56 |
| HSL | 172.73º | 0.42% | 0.31% | - |
| HSV(B) | 172.73º | 0.59% | 0.44% | - |
| XYZ | 9.42 | 13.17 | 15.14 | - |
| YUV | 91.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 104 | 0.59 | 0 | 0.07 | 0.56 | 172.73 | 0.42 | 0.31 |
| Hex | 2E | 70 | 68 | 3B | 0 | 7 | 38 | AD | 2A | 1F |
| Octal | 56 | 160 | 150 | 73 | 0 | 7 | 70 | 255 | 52 | 37 |
| Binary | 101110 | 1110000 | 1101000 | 111011 | 0 | 111 | 111000 | 10101101 | 101010 | 11111 |
Color Harmonies of #2E7068
Complementary color
Monochromatic Colors of #2E7068
Black with #2E7068
Text Example
Text Example
White with #2E7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7068; }
p { color: rgb(46,112,104); }
H1.HeaderClassName
{
color: #2E7068;
}
.AnyTagClassName
{
color: #2E7068;
}
</style>
background-color css
<style>
a { background-color: #2E7068; }
a { background-color: rgb(46,112,104); }
div.DivClassName
{
background-color: #2E7068;
}
.BgClassName
{
background-color: #2E7068;
}
</style>
border-color css
<style>
span { border-color: #2E7068; }
span { border-color: rgb(46,112,104); }
td.TdClassName
{
border-color: #2E7068;
}
.TagClassName
{
border-color: #2E7068;
}
</style>