Shades of Genoa #2A6E6A
Tints of Genoa #2A6E6A
RGB
CMYK
RGB Variations
Color information
#2A6E6A (or 0x2A6E6A) is known color: Genoa. HEX triplet: 2A, 6E and 6A. RGB value is (42,110,106). Sum of RGB (Red+Green+Blue) = 42+110+106=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6E6A is #D59195. Grayscale: #595959. Windows color (decimal): -13996438 or 6975018. OLE color: 6975018.
HSL color Cylindrical-coordinate representation of color #2A6E6A: hue angle of 176.47º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6E6A is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 110 | 106 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.57 |
| HSL | 176.47º | 0.45% | 0.3% | - |
| HSV(B) | 176.47º | 0.62% | 0.43% | - |
| XYZ | 9.13 | 12.68 | 15.6 | - |
| YUV | 89.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 106 | 0.62 | 0 | 0.04 | 0.57 | 176.47 | 0.45 | 0.3 |
| Hex | 2A | 6E | 6A | 3E | 0 | 4 | 39 | B0 | 2D | 1E |
| Octal | 52 | 156 | 152 | 76 | 0 | 4 | 71 | 260 | 55 | 36 |
| Binary | 101010 | 1101110 | 1101010 | 111110 | 0 | 100 | 111001 | 10110000 | 101101 | 11110 |
Color Harmonies of #2A6E6A
Complementary color
Monochromatic Colors of #2A6E6A
Black with #2A6E6A
Text Example
Text Example
White with #2A6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6E6A; }
p { color: rgb(42,110,106); }
H1.HeaderClassName
{
color: #2A6E6A;
}
.AnyTagClassName
{
color: #2A6E6A;
}
</style>
background-color css
<style>
a { background-color: #2A6E6A; }
a { background-color: rgb(42,110,106); }
div.DivClassName
{
background-color: #2A6E6A;
}
.BgClassName
{
background-color: #2A6E6A;
}
</style>
border-color css
<style>
span { border-color: #2A6E6A; }
span { border-color: rgb(42,110,106); }
td.TdClassName
{
border-color: #2A6E6A;
}
.TagClassName
{
border-color: #2A6E6A;
}
</style>