Shades of Genoa #2A826C
Tints of Genoa #2A826C
RGB
CMYK
RGB Variations
Color information
#2A826C (or 0x2A826C) is known color: Genoa. HEX triplet: 2A, 82 and 6C. RGB value is (42,130,108). Sum of RGB (Red+Green+Blue) = 42+130+108=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #2A826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A826C is #D57D93. Grayscale: #656565. Windows color (decimal): -13991316 or 7111210. OLE color: 7111210.
HSL color Cylindrical-coordinate representation of color #2A826C: hue angle of 165º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A826C is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 108 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.49 |
| HSL | 165º | 0.51% | 0.34% | - |
| HSV(B) | 165º | 0.68% | 0.51% | - |
| XYZ | 11.64 | 17.54 | 16.96 | - |
| YUV | 101.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 108 | 0.68 | 0 | 0.17 | 0.49 | 165 | 0.51 | 0.34 |
| Hex | 2A | 82 | 6C | 44 | 0 | 11 | 31 | A5 | 33 | 22 |
| Octal | 52 | 202 | 154 | 104 | 0 | 21 | 61 | 245 | 63 | 42 |
| Binary | 101010 | 10000010 | 1101100 | 1000100 | 0 | 10001 | 110001 | 10100101 | 110011 | 100010 |
Color Harmonies of #2A826C
Complementary color
Monochromatic Colors of #2A826C
Black with #2A826C
Text Example
Text Example
White with #2A826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A826C; }
p { color: rgb(42,130,108); }
H1.HeaderClassName
{
color: #2A826C;
}
.AnyTagClassName
{
color: #2A826C;
}
</style>
background-color css
<style>
a { background-color: #2A826C; }
a { background-color: rgb(42,130,108); }
div.DivClassName
{
background-color: #2A826C;
}
.BgClassName
{
background-color: #2A826C;
}
</style>
border-color css
<style>
span { border-color: #2A826C; }
span { border-color: rgb(42,130,108); }
td.TdClassName
{
border-color: #2A826C;
}
.TagClassName
{
border-color: #2A826C;
}
</style>