Shades of Genoa #2A786C
Tints of Genoa #2A786C
RGB
CMYK
RGB Variations
Color information
#2A786C (or 0x2A786C) is known color: Genoa. HEX triplet: 2A, 78 and 6C. RGB value is (42,120,108). Sum of RGB (Red+Green+Blue) = 42+120+108=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #2A786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A786C is #D58793. Grayscale: #5F5F5F. Windows color (decimal): -13993876 or 7108650. OLE color: 7108650.
HSL color Cylindrical-coordinate representation of color #2A786C: hue angle of 170.77º 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 #2A786C is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 120 | 108 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.53 |
| HSL | 170.77º | 0.48% | 0.32% | - |
| HSV(B) | 170.77º | 0.65% | 0.47% | - |
| XYZ | 10.38 | 15.01 | 16.54 | - |
| YUV | 95.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 108 | 0.65 | 0 | 0.10 | 0.53 | 170.77 | 0.48 | 0.32 |
| Hex | 2A | 78 | 6C | 41 | 0 | A | 35 | AB | 30 | 20 |
| Octal | 52 | 170 | 154 | 101 | 0 | 12 | 65 | 253 | 60 | 40 |
| Binary | 101010 | 1111000 | 1101100 | 1000001 | 0 | 1010 | 110101 | 10101011 | 110000 | 100000 |
Color Harmonies of #2A786C
Complementary color
Monochromatic Colors of #2A786C
Black with #2A786C
Text Example
Text Example
White with #2A786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A786C; }
p { color: rgb(42,120,108); }
H1.HeaderClassName
{
color: #2A786C;
}
.AnyTagClassName
{
color: #2A786C;
}
</style>
background-color css
<style>
a { background-color: #2A786C; }
a { background-color: rgb(42,120,108); }
div.DivClassName
{
background-color: #2A786C;
}
.BgClassName
{
background-color: #2A786C;
}
</style>
border-color css
<style>
span { border-color: #2A786C; }
span { border-color: rgb(42,120,108); }
td.TdClassName
{
border-color: #2A786C;
}
.TagClassName
{
border-color: #2A786C;
}
</style>