Shades of Genoa #2A765D
Tints of Genoa #2A765D
RGB
CMYK
RGB Variations
Color information
#2A765D (or 0x2A765D) is known color: Genoa. HEX triplet: 2A, 76 and 5D. RGB value is (42,118,93). Sum of RGB (Red+Green+Blue) = 42+118+93=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #2A765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A765D is #D589A2. Grayscale: #5C5C5C. Windows color (decimal): -13994403 or 6125098. OLE color: 6125098.
HSL color Cylindrical-coordinate representation of color #2A765D: hue angle of 160.26º 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 #2A765D is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 118 | 93 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.54 |
| HSL | 160.26º | 0.48% | 0.31% | - |
| HSV(B) | 160.26º | 0.64% | 0.46% | - |
| XYZ | 9.41 | 14.24 | 12.61 | - |
| YUV | 92.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 93 | 0.64 | 0 | 0.21 | 0.54 | 160.26 | 0.48 | 0.31 |
| Hex | 2A | 76 | 5D | 40 | 0 | 15 | 36 | A0 | 30 | 1F |
| Octal | 52 | 166 | 135 | 100 | 0 | 25 | 66 | 240 | 60 | 37 |
| Binary | 101010 | 1110110 | 1011101 | 1000000 | 0 | 10101 | 110110 | 10100000 | 110000 | 11111 |
Color Harmonies of #2A765D
Complementary color
Monochromatic Colors of #2A765D
Black with #2A765D
Text Example
Text Example
White with #2A765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A765D; }
p { color: rgb(42,118,93); }
H1.HeaderClassName
{
color: #2A765D;
}
.AnyTagClassName
{
color: #2A765D;
}
</style>
background-color css
<style>
a { background-color: #2A765D; }
a { background-color: rgb(42,118,93); }
div.DivClassName
{
background-color: #2A765D;
}
.BgClassName
{
background-color: #2A765D;
}
</style>
border-color css
<style>
span { border-color: #2A765D; }
span { border-color: rgb(42,118,93); }
td.TdClassName
{
border-color: #2A765D;
}
.TagClassName
{
border-color: #2A765D;
}
</style>