Shades of Genoa #2A7E66
Tints of Genoa #2A7E66
RGB
CMYK
RGB Variations
Color information
#2A7E66 (or 0x2A7E66) is known color: Genoa. HEX triplet: 2A, 7E and 66. RGB value is (42,126,102). Sum of RGB (Red+Green+Blue) = 42+126+102=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7E66 is #D58199. Grayscale: #626262. Windows color (decimal): -13992346 or 6716970. OLE color: 6716970.
HSL color Cylindrical-coordinate representation of color #2A7E66: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7E66 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 126 | 102 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.51 |
| HSL | 162.86º | 0.5% | 0.33% | - |
| HSV(B) | 162.86º | 0.67% | 0.49% | - |
| XYZ | 10.81 | 16.37 | 15.16 | - |
| YUV | 98.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 126 | 102 | 0.67 | 0 | 0.19 | 0.51 | 162.86 | 0.5 | 0.33 |
| Hex | 2A | 7E | 66 | 43 | 0 | 13 | 33 | A3 | 32 | 21 |
| Octal | 52 | 176 | 146 | 103 | 0 | 23 | 63 | 243 | 62 | 41 |
| Binary | 101010 | 1111110 | 1100110 | 1000011 | 0 | 10011 | 110011 | 10100011 | 110010 | 100001 |
Color Harmonies of #2A7E66
Complementary color
Monochromatic Colors of #2A7E66
Black with #2A7E66
Text Example
Text Example
White with #2A7E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7E66; }
p { color: rgb(42,126,102); }
H1.HeaderClassName
{
color: #2A7E66;
}
.AnyTagClassName
{
color: #2A7E66;
}
</style>
background-color css
<style>
a { background-color: #2A7E66; }
a { background-color: rgb(42,126,102); }
div.DivClassName
{
background-color: #2A7E66;
}
.BgClassName
{
background-color: #2A7E66;
}
</style>
border-color css
<style>
span { border-color: #2A7E66; }
span { border-color: rgb(42,126,102); }
td.TdClassName
{
border-color: #2A7E66;
}
.TagClassName
{
border-color: #2A7E66;
}
</style>