Shades of Genoa #2E7A66
Tints of Genoa #2E7A66
RGB
CMYK
RGB Variations
Color information
#2E7A66 (or 0x2E7A66) is known color: Genoa. HEX triplet: 2E, 7A and 66. RGB value is (46,122,102). Sum of RGB (Red+Green+Blue) = 46+122+102=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7A66 is #D18599. Grayscale: #606060. Windows color (decimal): -13731226 or 6715950. OLE color: 6715950.
HSL color Cylindrical-coordinate representation of color #2E7A66: hue angle of 164.21º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A66 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 102 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.52 |
| HSL | 164.21º | 0.45% | 0.33% | - |
| HSV(B) | 164.21º | 0.62% | 0.48% | - |
| XYZ | 10.48 | 15.46 | 15 | - |
| YUV | 97 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 102 | 0.62 | 0 | 0.16 | 0.52 | 164.21 | 0.45 | 0.33 |
| Hex | 2E | 7A | 66 | 3E | 0 | 10 | 34 | A4 | 2D | 21 |
| Octal | 56 | 172 | 146 | 76 | 0 | 20 | 64 | 244 | 55 | 41 |
| Binary | 101110 | 1111010 | 1100110 | 111110 | 0 | 10000 | 110100 | 10100100 | 101101 | 100001 |
Color Harmonies of #2E7A66
Complementary color
Monochromatic Colors of #2E7A66
Black with #2E7A66
Text Example
Text Example
White with #2E7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A66; }
p { color: rgb(46,122,102); }
H1.HeaderClassName
{
color: #2E7A66;
}
.AnyTagClassName
{
color: #2E7A66;
}
</style>
background-color css
<style>
a { background-color: #2E7A66; }
a { background-color: rgb(46,122,102); }
div.DivClassName
{
background-color: #2E7A66;
}
.BgClassName
{
background-color: #2E7A66;
}
</style>
border-color css
<style>
span { border-color: #2E7A66; }
span { border-color: rgb(46,122,102); }
td.TdClassName
{
border-color: #2E7A66;
}
.TagClassName
{
border-color: #2E7A66;
}
</style>