Shades of Genoa #2A7162
Tints of Genoa #2A7162
RGB
CMYK
RGB Variations
Color information
#2A7162 (or 0x2A7162) is known color: Genoa. HEX triplet: 2A, 71 and 62. RGB value is (42,113,98). Sum of RGB (Red+Green+Blue) = 42+113+98=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7162 is #D58E9D. Grayscale: #5A5A5A. Windows color (decimal): -13995678 or 6451498. OLE color: 6451498.
HSL color Cylindrical-coordinate representation of color #2A7162: hue angle of 167.32º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7162 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 98 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.56 |
| HSL | 167.32º | 0.46% | 0.3% | - |
| HSV(B) | 167.32º | 0.63% | 0.44% | - |
| XYZ | 9.06 | 13.18 | 13.62 | - |
| YUV | 90.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 98 | 0.63 | 0 | 0.13 | 0.56 | 167.32 | 0.46 | 0.3 |
| Hex | 2A | 71 | 62 | 3F | 0 | D | 38 | A7 | 2E | 1E |
| Octal | 52 | 161 | 142 | 77 | 0 | 15 | 70 | 247 | 56 | 36 |
| Binary | 101010 | 1110001 | 1100010 | 111111 | 0 | 1101 | 111000 | 10100111 | 101110 | 11110 |
Color Harmonies of #2A7162
Complementary color
Monochromatic Colors of #2A7162
Black with #2A7162
Text Example
Text Example
White with #2A7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7162; }
p { color: rgb(42,113,98); }
H1.HeaderClassName
{
color: #2A7162;
}
.AnyTagClassName
{
color: #2A7162;
}
</style>
background-color css
<style>
a { background-color: #2A7162; }
a { background-color: rgb(42,113,98); }
div.DivClassName
{
background-color: #2A7162;
}
.BgClassName
{
background-color: #2A7162;
}
</style>
border-color css
<style>
span { border-color: #2A7162; }
span { border-color: rgb(42,113,98); }
td.TdClassName
{
border-color: #2A7162;
}
.TagClassName
{
border-color: #2A7162;
}
</style>