Shades of Genoa #2A816C
Tints of Genoa #2A816C
RGB
CMYK
RGB Variations
Color information
#2A816C (or 0x2A816C) is known color: Genoa. HEX triplet: 2A, 81 and 6C. RGB value is (42,129,108). Sum of RGB (Red+Green+Blue) = 42+129+108=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #2A816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A816C is #D57E93. Grayscale: #646464. Windows color (decimal): -13991572 or 7110954. OLE color: 7110954.
HSL color Cylindrical-coordinate representation of color #2A816C: hue angle of 165.52º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A816C is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 108 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.49 |
| HSL | 165.52º | 0.51% | 0.34% | - |
| HSV(B) | 165.52º | 0.67% | 0.51% | - |
| XYZ | 11.51 | 17.28 | 16.92 | - |
| YUV | 100.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 108 | 0.67 | 0 | 0.16 | 0.49 | 165.52 | 0.51 | 0.34 |
| Hex | 2A | 81 | 6C | 43 | 0 | 10 | 31 | A6 | 33 | 22 |
| Octal | 52 | 201 | 154 | 103 | 0 | 20 | 61 | 246 | 63 | 42 |
| Binary | 101010 | 10000001 | 1101100 | 1000011 | 0 | 10000 | 110001 | 10100110 | 110011 | 100010 |
Color Harmonies of #2A816C
Complementary color
Monochromatic Colors of #2A816C
Black with #2A816C
Text Example
Text Example
White with #2A816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A816C; }
p { color: rgb(42,129,108); }
H1.HeaderClassName
{
color: #2A816C;
}
.AnyTagClassName
{
color: #2A816C;
}
</style>
background-color css
<style>
a { background-color: #2A816C; }
a { background-color: rgb(42,129,108); }
div.DivClassName
{
background-color: #2A816C;
}
.BgClassName
{
background-color: #2A816C;
}
</style>
border-color css
<style>
span { border-color: #2A816C; }
span { border-color: rgb(42,129,108); }
td.TdClassName
{
border-color: #2A816C;
}
.TagClassName
{
border-color: #2A816C;
}
</style>