Shades of Genoa #2A7962
Tints of Genoa #2A7962
RGB
CMYK
RGB Variations
Color information
#2A7962 (or 0x2A7962) is known color: Genoa. HEX triplet: 2A, 79 and 62. RGB value is (42,121,98). Sum of RGB (Red+Green+Blue) = 42+121+98=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7962 is #D5869D. Grayscale: #5E5E5E. Windows color (decimal): -13993630 or 6453546. OLE color: 6453546.
HSL color Cylindrical-coordinate representation of color #2A7962: hue angle of 162.53º 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 #2A7962 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 121 | 98 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.53 |
| HSL | 162.53º | 0.48% | 0.32% | - |
| HSV(B) | 162.53º | 0.65% | 0.47% | - |
| XYZ | 10 | 15.05 | 13.93 | - |
| YUV | 94.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 121 | 98 | 0.65 | 0 | 0.19 | 0.53 | 162.53 | 0.48 | 0.32 |
| Hex | 2A | 79 | 62 | 41 | 0 | 13 | 35 | A3 | 30 | 20 |
| Octal | 52 | 171 | 142 | 101 | 0 | 23 | 65 | 243 | 60 | 40 |
| Binary | 101010 | 1111001 | 1100010 | 1000001 | 0 | 10011 | 110101 | 10100011 | 110000 | 100000 |
Color Harmonies of #2A7962
Complementary color
Monochromatic Colors of #2A7962
Black with #2A7962
Text Example
Text Example
White with #2A7962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7962; }
p { color: rgb(42,121,98); }
H1.HeaderClassName
{
color: #2A7962;
}
.AnyTagClassName
{
color: #2A7962;
}
</style>
background-color css
<style>
a { background-color: #2A7962; }
a { background-color: rgb(42,121,98); }
div.DivClassName
{
background-color: #2A7962;
}
.BgClassName
{
background-color: #2A7962;
}
</style>
border-color css
<style>
span { border-color: #2A7962; }
span { border-color: rgb(42,121,98); }
td.TdClassName
{
border-color: #2A7962;
}
.TagClassName
{
border-color: #2A7962;
}
</style>