Shades of Genoa #2A7068
Tints of Genoa #2A7068
RGB
CMYK
RGB Variations
Color information
#2A7068 (or 0x2A7068) is known color: Genoa. HEX triplet: 2A, 70 and 68. RGB value is (42,112,104). Sum of RGB (Red+Green+Blue) = 42+112+104=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7068 is #D58F97. Grayscale: #5A5A5A. Windows color (decimal): -13995928 or 6844458. OLE color: 6844458.
HSL color Cylindrical-coordinate representation of color #2A7068: hue angle of 173.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A7068 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 104 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.56 |
| HSL | 173.14º | 0.45% | 0.3% | - |
| HSV(B) | 173.14º | 0.63% | 0.44% | - |
| XYZ | 9.25 | 13.08 | 15.13 | - |
| YUV | 90.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 104 | 0.62 | 0 | 0.07 | 0.56 | 173.14 | 0.45 | 0.3 |
| Hex | 2A | 70 | 68 | 3E | 0 | 7 | 38 | AD | 2D | 1E |
| Octal | 52 | 160 | 150 | 76 | 0 | 7 | 70 | 255 | 55 | 36 |
| Binary | 101010 | 1110000 | 1101000 | 111110 | 0 | 111 | 111000 | 10101101 | 101101 | 11110 |
Color Harmonies of #2A7068
Complementary color
Monochromatic Colors of #2A7068
Black with #2A7068
Text Example
Text Example
White with #2A7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7068; }
p { color: rgb(42,112,104); }
H1.HeaderClassName
{
color: #2A7068;
}
.AnyTagClassName
{
color: #2A7068;
}
</style>
background-color css
<style>
a { background-color: #2A7068; }
a { background-color: rgb(42,112,104); }
div.DivClassName
{
background-color: #2A7068;
}
.BgClassName
{
background-color: #2A7068;
}
</style>
border-color css
<style>
span { border-color: #2A7068; }
span { border-color: rgb(42,112,104); }
td.TdClassName
{
border-color: #2A7068;
}
.TagClassName
{
border-color: #2A7068;
}
</style>