Shades of Genoa #2A7168
Tints of Genoa #2A7168
RGB
CMYK
RGB Variations
Color information
#2A7168 (or 0x2A7168) is known color: Genoa. HEX triplet: 2A, 71 and 68. RGB value is (42,113,104). Sum of RGB (Red+Green+Blue) = 42+113+104=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7168 is #D58E97. Grayscale: #5A5A5A. Windows color (decimal): -13995672 or 6844714. OLE color: 6844714.
HSL color Cylindrical-coordinate representation of color #2A7168: hue angle of 172.39º 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 #2A7168 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 104 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.56 |
| HSL | 172.39º | 0.46% | 0.3% | - |
| HSV(B) | 172.39º | 0.63% | 0.44% | - |
| XYZ | 9.36 | 13.3 | 15.17 | - |
| YUV | 90.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 104 | 0.63 | 0 | 0.08 | 0.56 | 172.39 | 0.46 | 0.3 |
| Hex | 2A | 71 | 68 | 3F | 0 | 8 | 38 | AC | 2E | 1E |
| Octal | 52 | 161 | 150 | 77 | 0 | 10 | 70 | 254 | 56 | 36 |
| Binary | 101010 | 1110001 | 1101000 | 111111 | 0 | 1000 | 111000 | 10101100 | 101110 | 11110 |
Color Harmonies of #2A7168
Complementary color
Monochromatic Colors of #2A7168
Black with #2A7168
Text Example
Text Example
White with #2A7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7168; }
p { color: rgb(42,113,104); }
H1.HeaderClassName
{
color: #2A7168;
}
.AnyTagClassName
{
color: #2A7168;
}
</style>
background-color css
<style>
a { background-color: #2A7168; }
a { background-color: rgb(42,113,104); }
div.DivClassName
{
background-color: #2A7168;
}
.BgClassName
{
background-color: #2A7168;
}
</style>
border-color css
<style>
span { border-color: #2A7168; }
span { border-color: rgb(42,113,104); }
td.TdClassName
{
border-color: #2A7168;
}
.TagClassName
{
border-color: #2A7168;
}
</style>