Shades of Genoa #2A6C68
Tints of Genoa #2A6C68
RGB
CMYK
RGB Variations
Color information
#2A6C68 (or 0x2A6C68) is known color: Genoa. HEX triplet: 2A, 6C and 68. RGB value is (42,108,104). Sum of RGB (Red+Green+Blue) = 42+108+104=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6C68 is #D59397. Grayscale: #575757. Windows color (decimal): -13996952 or 6843434. OLE color: 6843434.
HSL color Cylindrical-coordinate representation of color #2A6C68: hue angle of 176.36º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6C68 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 108 | 104 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.58 |
| HSL | 176.36º | 0.44% | 0.29% | - |
| HSV(B) | 176.36º | 0.61% | 0.42% | - |
| XYZ | 8.82 | 12.22 | 14.99 | - |
| YUV | 87.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 104 | 0.61 | 0 | 0.04 | 0.58 | 176.36 | 0.44 | 0.29 |
| Hex | 2A | 6C | 68 | 3D | 0 | 4 | 3A | B0 | 2C | 1D |
| Octal | 52 | 154 | 150 | 75 | 0 | 4 | 72 | 260 | 54 | 35 |
| Binary | 101010 | 1101100 | 1101000 | 111101 | 0 | 100 | 111010 | 10110000 | 101100 | 11101 |
Color Harmonies of #2A6C68
Complementary color
Monochromatic Colors of #2A6C68
Black with #2A6C68
Text Example
Text Example
White with #2A6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6C68; }
p { color: rgb(42,108,104); }
H1.HeaderClassName
{
color: #2A6C68;
}
.AnyTagClassName
{
color: #2A6C68;
}
</style>
background-color css
<style>
a { background-color: #2A6C68; }
a { background-color: rgb(42,108,104); }
div.DivClassName
{
background-color: #2A6C68;
}
.BgClassName
{
background-color: #2A6C68;
}
</style>
border-color css
<style>
span { border-color: #2A6C68; }
span { border-color: rgb(42,108,104); }
td.TdClassName
{
border-color: #2A6C68;
}
.TagClassName
{
border-color: #2A6C68;
}
</style>