Shades of Genoa #2E7263
Tints of Genoa #2E7263
RGB
CMYK
RGB Variations
Color information
#2E7263 (or 0x2E7263) is known color: Genoa. HEX triplet: 2E, 72 and 63. RGB value is (46,114,99). Sum of RGB (Red+Green+Blue) = 46+114+99=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7263 is #D18D9C. Grayscale: #5B5B5B. Windows color (decimal): -13733277 or 6517294. OLE color: 6517294.
HSL color Cylindrical-coordinate representation of color #2E7263: hue angle of 166.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7263 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 99 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.55 |
| HSL | 166.76º | 0.43% | 0.31% | - |
| HSV(B) | 166.76º | 0.6% | 0.45% | - |
| XYZ | 9.4 | 13.52 | 13.92 | - |
| YUV | 91.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 99 | 0.60 | 0 | 0.13 | 0.55 | 166.76 | 0.43 | 0.31 |
| Hex | 2E | 72 | 63 | 3C | 0 | D | 37 | A7 | 2A | 1F |
| Octal | 56 | 162 | 143 | 74 | 0 | 15 | 67 | 247 | 52 | 37 |
| Binary | 101110 | 1110010 | 1100011 | 111100 | 0 | 1101 | 110111 | 10100111 | 101010 | 11111 |
Color Harmonies of #2E7263
Complementary color
Monochromatic Colors of #2E7263
Black with #2E7263
Text Example
Text Example
White with #2E7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7263; }
p { color: rgb(46,114,99); }
H1.HeaderClassName
{
color: #2E7263;
}
.AnyTagClassName
{
color: #2E7263;
}
</style>
background-color css
<style>
a { background-color: #2E7263; }
a { background-color: rgb(46,114,99); }
div.DivClassName
{
background-color: #2E7263;
}
.BgClassName
{
background-color: #2E7263;
}
</style>
border-color css
<style>
span { border-color: #2E7263; }
span { border-color: rgb(46,114,99); }
td.TdClassName
{
border-color: #2E7263;
}
.TagClassName
{
border-color: #2E7263;
}
</style>