Shades of Genoa #2E6D65
Tints of Genoa #2E6D65
RGB
CMYK
RGB Variations
Color information
#2E6D65 (or 0x2E6D65) is known color: Genoa. HEX triplet: 2E, 6D and 65. RGB value is (46,109,101). Sum of RGB (Red+Green+Blue) = 46+109+101=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D65 is #D1929A. Grayscale: #595959. Windows color (decimal): -13734555 or 6647086. OLE color: 6647086.
HSL color Cylindrical-coordinate representation of color #2E6D65: hue angle of 172.38º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D65 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 109 | 101 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.57 |
| HSL | 172.38º | 0.41% | 0.3% | - |
| HSV(B) | 172.38º | 0.58% | 0.43% | - |
| XYZ | 8.94 | 12.46 | 14.25 | - |
| YUV | 89.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 101 | 0.58 | 0 | 0.07 | 0.57 | 172.38 | 0.41 | 0.3 |
| Hex | 2E | 6D | 65 | 3A | 0 | 7 | 39 | AC | 29 | 1E |
| Octal | 56 | 155 | 145 | 72 | 0 | 7 | 71 | 254 | 51 | 36 |
| Binary | 101110 | 1101101 | 1100101 | 111010 | 0 | 111 | 111001 | 10101100 | 101001 | 11110 |
Color Harmonies of #2E6D65
Complementary color
Monochromatic Colors of #2E6D65
Black with #2E6D65
Text Example
Text Example
White with #2E6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D65; }
p { color: rgb(46,109,101); }
H1.HeaderClassName
{
color: #2E6D65;
}
.AnyTagClassName
{
color: #2E6D65;
}
</style>
background-color css
<style>
a { background-color: #2E6D65; }
a { background-color: rgb(46,109,101); }
div.DivClassName
{
background-color: #2E6D65;
}
.BgClassName
{
background-color: #2E6D65;
}
</style>
border-color css
<style>
span { border-color: #2E6D65; }
span { border-color: rgb(46,109,101); }
td.TdClassName
{
border-color: #2E6D65;
}
.TagClassName
{
border-color: #2E6D65;
}
</style>