Shades of Genoa #2E6B64
Tints of Genoa #2E6B64
RGB
CMYK
RGB Variations
Color information
#2E6B64 (or 0x2E6B64) is known color: Genoa. HEX triplet: 2E, 6B and 64. RGB value is (46,107,100). Sum of RGB (Red+Green+Blue) = 46+107+100=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B64 is #D1949B. Grayscale: #575757. Windows color (decimal): -13735068 or 6581038. OLE color: 6581038.
HSL color Cylindrical-coordinate representation of color #2E6B64: hue angle of 173.11º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B64 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 100 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.58 |
| HSL | 173.11º | 0.4% | 0.3% | - |
| HSV(B) | 173.11º | 0.57% | 0.42% | - |
| XYZ | 8.68 | 12.02 | 13.92 | - |
| YUV | 87.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 100 | 0.57 | 0 | 0.07 | 0.58 | 173.11 | 0.4 | 0.3 |
| Hex | 2E | 6B | 64 | 39 | 0 | 7 | 3A | AD | 28 | 1E |
| Octal | 56 | 153 | 144 | 71 | 0 | 7 | 72 | 255 | 50 | 36 |
| Binary | 101110 | 1101011 | 1100100 | 111001 | 0 | 111 | 111010 | 10101101 | 101000 | 11110 |
Color Harmonies of #2E6B64
Complementary color
Monochromatic Colors of #2E6B64
Black with #2E6B64
Text Example
Text Example
White with #2E6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B64; }
p { color: rgb(46,107,100); }
H1.HeaderClassName
{
color: #2E6B64;
}
.AnyTagClassName
{
color: #2E6B64;
}
</style>
background-color css
<style>
a { background-color: #2E6B64; }
a { background-color: rgb(46,107,100); }
div.DivClassName
{
background-color: #2E6B64;
}
.BgClassName
{
background-color: #2E6B64;
}
</style>
border-color css
<style>
span { border-color: #2E6B64; }
span { border-color: rgb(46,107,100); }
td.TdClassName
{
border-color: #2E6B64;
}
.TagClassName
{
border-color: #2E6B64;
}
</style>