Shades of Genoa #2A7A6C
Tints of Genoa #2A7A6C
RGB
CMYK
RGB Variations
Color information
#2A7A6C (or 0x2A7A6C) is known color: Genoa. HEX triplet: 2A, 7A and 6C. RGB value is (42,122,108). Sum of RGB (Red+Green+Blue) = 42+122+108=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A6C is #D58593. Grayscale: #606060. Windows color (decimal): -13993364 or 7109162. OLE color: 7109162.
HSL color Cylindrical-coordinate representation of color #2A7A6C: hue angle of 169.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7A6C is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 122 | 108 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.52 |
| HSL | 169.5º | 0.49% | 0.32% | - |
| HSV(B) | 169.5º | 0.66% | 0.48% | - |
| XYZ | 10.62 | 15.49 | 16.62 | - |
| YUV | 96.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 108 | 0.66 | 0 | 0.11 | 0.52 | 169.5 | 0.49 | 0.32 |
| Hex | 2A | 7A | 6C | 42 | 0 | B | 34 | AA | 31 | 20 |
| Octal | 52 | 172 | 154 | 102 | 0 | 13 | 64 | 252 | 61 | 40 |
| Binary | 101010 | 1111010 | 1101100 | 1000010 | 0 | 1011 | 110100 | 10101010 | 110001 | 100000 |
Color Harmonies of #2A7A6C
Complementary color
Monochromatic Colors of #2A7A6C
Black with #2A7A6C
Text Example
Text Example
White with #2A7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A6C; }
p { color: rgb(42,122,108); }
H1.HeaderClassName
{
color: #2A7A6C;
}
.AnyTagClassName
{
color: #2A7A6C;
}
</style>
background-color css
<style>
a { background-color: #2A7A6C; }
a { background-color: rgb(42,122,108); }
div.DivClassName
{
background-color: #2A7A6C;
}
.BgClassName
{
background-color: #2A7A6C;
}
</style>
border-color css
<style>
span { border-color: #2A7A6C; }
span { border-color: rgb(42,122,108); }
td.TdClassName
{
border-color: #2A7A6C;
}
.TagClassName
{
border-color: #2A7A6C;
}
</style>