Shades of Genoa #2A756D
Tints of Genoa #2A756D
RGB
CMYK
RGB Variations
Color information
#2A756D (or 0x2A756D) is known color: Genoa. HEX triplet: 2A, 75 and 6D. RGB value is (42,117,109). Sum of RGB (Red+Green+Blue) = 42+117+109=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #2A756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A756D is #D58A92. Grayscale: #5D5D5D. Windows color (decimal): -13994643 or 7173418. OLE color: 7173418.
HSL color Cylindrical-coordinate representation of color #2A756D: hue angle of 173.6º 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 #2A756D is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 109 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.54 |
| HSL | 173.6º | 0.47% | 0.31% | - |
| HSV(B) | 173.6º | 0.64% | 0.46% | - |
| XYZ | 10.08 | 14.32 | 16.7 | - |
| YUV | 93.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 109 | 0.64 | 0 | 0.07 | 0.54 | 173.6 | 0.47 | 0.31 |
| Hex | 2A | 75 | 6D | 40 | 0 | 7 | 36 | AE | 2F | 1F |
| Octal | 52 | 165 | 155 | 100 | 0 | 7 | 66 | 256 | 57 | 37 |
| Binary | 101010 | 1110101 | 1101101 | 1000000 | 0 | 111 | 110110 | 10101110 | 101111 | 11111 |
Color Harmonies of #2A756D
Complementary color
Monochromatic Colors of #2A756D
Black with #2A756D
Text Example
Text Example
White with #2A756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A756D; }
p { color: rgb(42,117,109); }
H1.HeaderClassName
{
color: #2A756D;
}
.AnyTagClassName
{
color: #2A756D;
}
</style>
background-color css
<style>
a { background-color: #2A756D; }
a { background-color: rgb(42,117,109); }
div.DivClassName
{
background-color: #2A756D;
}
.BgClassName
{
background-color: #2A756D;
}
</style>
border-color css
<style>
span { border-color: #2A756D; }
span { border-color: rgb(42,117,109); }
td.TdClassName
{
border-color: #2A756D;
}
.TagClassName
{
border-color: #2A756D;
}
</style>