Shades of Genoa #2A826A
Tints of Genoa #2A826A
RGB
CMYK
RGB Variations
Color information
#2A826A (or 0x2A826A) is known color: Genoa. HEX triplet: 2A, 82 and 6A. RGB value is (42,130,106). Sum of RGB (Red+Green+Blue) = 42+130+106=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #2A826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A826A is #D57D95. Grayscale: #646464. Windows color (decimal): -13991318 or 6980138. OLE color: 6980138.
HSL color Cylindrical-coordinate representation of color #2A826A: hue angle of 163.64º 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 #2A826A is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 106 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.49 |
| HSL | 163.64º | 0.51% | 0.34% | - |
| HSV(B) | 163.64º | 0.68% | 0.51% | - |
| XYZ | 11.54 | 17.5 | 16.4 | - |
| YUV | 100.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 106 | 0.68 | 0 | 0.18 | 0.49 | 163.64 | 0.51 | 0.34 |
| Hex | 2A | 82 | 6A | 44 | 0 | 12 | 31 | A4 | 33 | 22 |
| Octal | 52 | 202 | 152 | 104 | 0 | 22 | 61 | 244 | 63 | 42 |
| Binary | 101010 | 10000010 | 1101010 | 1000100 | 0 | 10010 | 110001 | 10100100 | 110011 | 100010 |
Color Harmonies of #2A826A
Complementary color
Monochromatic Colors of #2A826A
Black with #2A826A
Text Example
Text Example
White with #2A826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A826A; }
p { color: rgb(42,130,106); }
H1.HeaderClassName
{
color: #2A826A;
}
.AnyTagClassName
{
color: #2A826A;
}
</style>
background-color css
<style>
a { background-color: #2A826A; }
a { background-color: rgb(42,130,106); }
div.DivClassName
{
background-color: #2A826A;
}
.BgClassName
{
background-color: #2A826A;
}
</style>
border-color css
<style>
span { border-color: #2A826A; }
span { border-color: rgb(42,130,106); }
td.TdClassName
{
border-color: #2A826A;
}
.TagClassName
{
border-color: #2A826A;
}
</style>