Shades of Genoa #2A826B
Tints of Genoa #2A826B
RGB
CMYK
RGB Variations
Color information
#2A826B (or 0x2A826B) is known color: Genoa. HEX triplet: 2A, 82 and 6B. RGB value is (42,130,107). Sum of RGB (Red+Green+Blue) = 42+130+107=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #2A826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A826B is #D57D94. Grayscale: #656565. Windows color (decimal): -13991317 or 7045674. OLE color: 7045674.
HSL color Cylindrical-coordinate representation of color #2A826B: hue angle of 164.32º 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 #2A826B is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 107 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.49 |
| HSL | 164.32º | 0.51% | 0.34% | - |
| HSV(B) | 164.32º | 0.68% | 0.51% | - |
| XYZ | 11.59 | 17.52 | 16.68 | - |
| YUV | 101.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 107 | 0.68 | 0 | 0.18 | 0.49 | 164.32 | 0.51 | 0.34 |
| Hex | 2A | 82 | 6B | 44 | 0 | 12 | 31 | A4 | 33 | 22 |
| Octal | 52 | 202 | 153 | 104 | 0 | 22 | 61 | 244 | 63 | 42 |
| Binary | 101010 | 10000010 | 1101011 | 1000100 | 0 | 10010 | 110001 | 10100100 | 110011 | 100010 |
Color Harmonies of #2A826B
Complementary color
Monochromatic Colors of #2A826B
Black with #2A826B
Text Example
Text Example
White with #2A826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A826B; }
p { color: rgb(42,130,107); }
H1.HeaderClassName
{
color: #2A826B;
}
.AnyTagClassName
{
color: #2A826B;
}
</style>
background-color css
<style>
a { background-color: #2A826B; }
a { background-color: rgb(42,130,107); }
div.DivClassName
{
background-color: #2A826B;
}
.BgClassName
{
background-color: #2A826B;
}
</style>
border-color css
<style>
span { border-color: #2A826B; }
span { border-color: rgb(42,130,107); }
td.TdClassName
{
border-color: #2A826B;
}
.TagClassName
{
border-color: #2A826B;
}
</style>