Shades of Genoa #2A7562
Tints of Genoa #2A7562
RGB
CMYK
RGB Variations
Color information
#2A7562 (or 0x2A7562) is known color: Genoa. HEX triplet: 2A, 75 and 62. RGB value is (42,117,98). Sum of RGB (Red+Green+Blue) = 42+117+98=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7562 is #D58A9D. Grayscale: #5C5C5C. Windows color (decimal): -13994654 or 6452522. OLE color: 6452522.
HSL color Cylindrical-coordinate representation of color #2A7562: hue angle of 164.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7562 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 98 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.54 |
| HSL | 164.8º | 0.47% | 0.31% | - |
| HSV(B) | 164.8º | 0.64% | 0.46% | - |
| XYZ | 9.52 | 14.1 | 13.77 | - |
| YUV | 92.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 98 | 0.64 | 0 | 0.16 | 0.54 | 164.8 | 0.47 | 0.31 |
| Hex | 2A | 75 | 62 | 40 | 0 | 10 | 36 | A5 | 2F | 1F |
| Octal | 52 | 165 | 142 | 100 | 0 | 20 | 66 | 245 | 57 | 37 |
| Binary | 101010 | 1110101 | 1100010 | 1000000 | 0 | 10000 | 110110 | 10100101 | 101111 | 11111 |
Color Harmonies of #2A7562
Complementary color
Monochromatic Colors of #2A7562
Black with #2A7562
Text Example
Text Example
White with #2A7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7562; }
p { color: rgb(42,117,98); }
H1.HeaderClassName
{
color: #2A7562;
}
.AnyTagClassName
{
color: #2A7562;
}
</style>
background-color css
<style>
a { background-color: #2A7562; }
a { background-color: rgb(42,117,98); }
div.DivClassName
{
background-color: #2A7562;
}
.BgClassName
{
background-color: #2A7562;
}
</style>
border-color css
<style>
span { border-color: #2A7562; }
span { border-color: rgb(42,117,98); }
td.TdClassName
{
border-color: #2A7562;
}
.TagClassName
{
border-color: #2A7562;
}
</style>