Shades of Genoa #2E6D64
Tints of Genoa #2E6D64
RGB
CMYK
RGB Variations
Color information
#2E6D64 (or 0x2E6D64) is known color: Genoa. HEX triplet: 2E, 6D and 64. RGB value is (46,109,100). Sum of RGB (Red+Green+Blue) = 46+109+100=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D64 is #D1929B. Grayscale: #595959. Windows color (decimal): -13734556 or 6581550. OLE color: 6581550.
HSL color Cylindrical-coordinate representation of color #2E6D64: hue angle of 171.43º 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 #2E6D64 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 109 | 100 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.57 |
| HSL | 171.43º | 0.41% | 0.3% | - |
| HSV(B) | 171.43º | 0.58% | 0.43% | - |
| XYZ | 8.9 | 12.44 | 13.99 | - |
| YUV | 89.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 100 | 0.58 | 0 | 0.08 | 0.57 | 171.43 | 0.41 | 0.3 |
| Hex | 2E | 6D | 64 | 3A | 0 | 8 | 39 | AB | 29 | 1E |
| Octal | 56 | 155 | 144 | 72 | 0 | 10 | 71 | 253 | 51 | 36 |
| Binary | 101110 | 1101101 | 1100100 | 111010 | 0 | 1000 | 111001 | 10101011 | 101001 | 11110 |
Color Harmonies of #2E6D64
Complementary color
Monochromatic Colors of #2E6D64
Black with #2E6D64
Text Example
Text Example
White with #2E6D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D64; }
p { color: rgb(46,109,100); }
H1.HeaderClassName
{
color: #2E6D64;
}
.AnyTagClassName
{
color: #2E6D64;
}
</style>
background-color css
<style>
a { background-color: #2E6D64; }
a { background-color: rgb(46,109,100); }
div.DivClassName
{
background-color: #2E6D64;
}
.BgClassName
{
background-color: #2E6D64;
}
</style>
border-color css
<style>
span { border-color: #2E6D64; }
span { border-color: rgb(46,109,100); }
td.TdClassName
{
border-color: #2E6D64;
}
.TagClassName
{
border-color: #2E6D64;
}
</style>