Shades of Genoa #2A7766
Tints of Genoa #2A7766
RGB
CMYK
RGB Variations
Color information
#2A7766 (or 0x2A7766) is known color: Genoa. HEX triplet: 2A, 77 and 66. RGB value is (42,119,102). Sum of RGB (Red+Green+Blue) = 42+119+102=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7766 is #D58899. Grayscale: #5E5E5E. Windows color (decimal): -13994138 or 6715178. OLE color: 6715178.
HSL color Cylindrical-coordinate representation of color #2A7766: hue angle of 166.75º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7766 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 119 | 102 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.53 |
| HSL | 166.75º | 0.48% | 0.32% | - |
| HSV(B) | 166.75º | 0.65% | 0.47% | - |
| XYZ | 9.95 | 14.65 | 14.87 | - |
| YUV | 94.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 102 | 0.65 | 0 | 0.14 | 0.53 | 166.75 | 0.48 | 0.32 |
| Hex | 2A | 77 | 66 | 41 | 0 | E | 35 | A7 | 30 | 20 |
| Octal | 52 | 167 | 146 | 101 | 0 | 16 | 65 | 247 | 60 | 40 |
| Binary | 101010 | 1110111 | 1100110 | 1000001 | 0 | 1110 | 110101 | 10100111 | 110000 | 100000 |
Color Harmonies of #2A7766
Complementary color
Monochromatic Colors of #2A7766
Black with #2A7766
Text Example
Text Example
White with #2A7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7766; }
p { color: rgb(42,119,102); }
H1.HeaderClassName
{
color: #2A7766;
}
.AnyTagClassName
{
color: #2A7766;
}
</style>
background-color css
<style>
a { background-color: #2A7766; }
a { background-color: rgb(42,119,102); }
div.DivClassName
{
background-color: #2A7766;
}
.BgClassName
{
background-color: #2A7766;
}
</style>
border-color css
<style>
span { border-color: #2A7766; }
span { border-color: rgb(42,119,102); }
td.TdClassName
{
border-color: #2A7766;
}
.TagClassName
{
border-color: #2A7766;
}
</style>