Shades of Genoa #2E725E
Tints of Genoa #2E725E
RGB
CMYK
RGB Variations
Color information
#2E725E (or 0x2E725E) is known color: Genoa. HEX triplet: 2E, 72 and 5E. RGB value is (46,114,94). Sum of RGB (Red+Green+Blue) = 46+114+94=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #2E725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E725E is #D18DA1. Grayscale: #5B5B5B. Windows color (decimal): -13733282 or 6189614. OLE color: 6189614.
HSL color Cylindrical-coordinate representation of color #2E725E: hue angle of 162.35º 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 #2E725E is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 94 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.55 |
| HSL | 162.35º | 0.43% | 0.31% | - |
| HSV(B) | 162.35º | 0.6% | 0.45% | - |
| XYZ | 9.16 | 13.42 | 12.7 | - |
| YUV | 91.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 94 | 0.60 | 0 | 0.18 | 0.55 | 162.35 | 0.43 | 0.31 |
| Hex | 2E | 72 | 5E | 3C | 0 | 12 | 37 | A2 | 2A | 1F |
| Octal | 56 | 162 | 136 | 74 | 0 | 22 | 67 | 242 | 52 | 37 |
| Binary | 101110 | 1110010 | 1011110 | 111100 | 0 | 10010 | 110111 | 10100010 | 101010 | 11111 |
Color Harmonies of #2E725E
Complementary color
Monochromatic Colors of #2E725E
Black with #2E725E
Text Example
Text Example
White with #2E725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E725E; }
p { color: rgb(46,114,94); }
H1.HeaderClassName
{
color: #2E725E;
}
.AnyTagClassName
{
color: #2E725E;
}
</style>
background-color css
<style>
a { background-color: #2E725E; }
a { background-color: rgb(46,114,94); }
div.DivClassName
{
background-color: #2E725E;
}
.BgClassName
{
background-color: #2E725E;
}
</style>
border-color css
<style>
span { border-color: #2E725E; }
span { border-color: rgb(46,114,94); }
td.TdClassName
{
border-color: #2E725E;
}
.TagClassName
{
border-color: #2E725E;
}
</style>