Shades of Genoa #2E7C6A
Tints of Genoa #2E7C6A
RGB
CMYK
RGB Variations
Color information
#2E7C6A (or 0x2E7C6A) is known color: Genoa. HEX triplet: 2E, 7C and 6A. RGB value is (46,124,106). Sum of RGB (Red+Green+Blue) = 46+124+106=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C6A is #D18395. Grayscale: #626262. Windows color (decimal): -13730710 or 6978606. OLE color: 6978606.
HSL color Cylindrical-coordinate representation of color #2E7C6A: hue angle of 166.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C6A is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 124 | 106 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.51 |
| HSL | 166.15º | 0.46% | 0.33% | - |
| HSV(B) | 166.15º | 0.63% | 0.49% | - |
| XYZ | 10.94 | 16.04 | 16.15 | - |
| YUV | 98.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 106 | 0.63 | 0 | 0.15 | 0.51 | 166.15 | 0.46 | 0.33 |
| Hex | 2E | 7C | 6A | 3F | 0 | F | 33 | A6 | 2E | 21 |
| Octal | 56 | 174 | 152 | 77 | 0 | 17 | 63 | 246 | 56 | 41 |
| Binary | 101110 | 1111100 | 1101010 | 111111 | 0 | 1111 | 110011 | 10100110 | 101110 | 100001 |
Color Harmonies of #2E7C6A
Complementary color
Monochromatic Colors of #2E7C6A
Black with #2E7C6A
Text Example
Text Example
White with #2E7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7C6A; }
p { color: rgb(46,124,106); }
H1.HeaderClassName
{
color: #2E7C6A;
}
.AnyTagClassName
{
color: #2E7C6A;
}
</style>
background-color css
<style>
a { background-color: #2E7C6A; }
a { background-color: rgb(46,124,106); }
div.DivClassName
{
background-color: #2E7C6A;
}
.BgClassName
{
background-color: #2E7C6A;
}
</style>
border-color css
<style>
span { border-color: #2E7C6A; }
span { border-color: rgb(46,124,106); }
td.TdClassName
{
border-color: #2E7C6A;
}
.TagClassName
{
border-color: #2E7C6A;
}
</style>