Shades of Genoa #2A756E
Tints of Genoa #2A756E
RGB
CMYK
RGB Variations
Color information
#2A756E (or 0x2A756E) is known color: Genoa. HEX triplet: 2A, 75 and 6E. RGB value is (42,117,110). Sum of RGB (Red+Green+Blue) = 42+117+110=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #2A756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A756E is #D58A91. Grayscale: #5D5D5D. Windows color (decimal): -13994642 or 7238954. OLE color: 7238954.
HSL color Cylindrical-coordinate representation of color #2A756E: hue angle of 174.4º 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 #2A756E is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 110 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.54 |
| HSL | 174.4º | 0.47% | 0.31% | - |
| HSV(B) | 174.4º | 0.64% | 0.46% | - |
| XYZ | 10.13 | 14.34 | 16.99 | - |
| YUV | 93.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 110 | 0.64 | 0 | 0.06 | 0.54 | 174.4 | 0.47 | 0.31 |
| Hex | 2A | 75 | 6E | 40 | 0 | 6 | 36 | AE | 2F | 1F |
| Octal | 52 | 165 | 156 | 100 | 0 | 6 | 66 | 256 | 57 | 37 |
| Binary | 101010 | 1110101 | 1101110 | 1000000 | 0 | 110 | 110110 | 10101110 | 101111 | 11111 |
Color Harmonies of #2A756E
Complementary color
Monochromatic Colors of #2A756E
Black with #2A756E
Text Example
Text Example
White with #2A756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A756E; }
p { color: rgb(42,117,110); }
H1.HeaderClassName
{
color: #2A756E;
}
.AnyTagClassName
{
color: #2A756E;
}
</style>
background-color css
<style>
a { background-color: #2A756E; }
a { background-color: rgb(42,117,110); }
div.DivClassName
{
background-color: #2A756E;
}
.BgClassName
{
background-color: #2A756E;
}
</style>
border-color css
<style>
span { border-color: #2A756E; }
span { border-color: rgb(42,117,110); }
td.TdClassName
{
border-color: #2A756E;
}
.TagClassName
{
border-color: #2A756E;
}
</style>