Shades of Genoa #2A7F6C
Tints of Genoa #2A7F6C
RGB
CMYK
RGB Variations
Color information
#2A7F6C (or 0x2A7F6C) is known color: Genoa. HEX triplet: 2A, 7F and 6C. RGB value is (42,127,108). Sum of RGB (Red+Green+Blue) = 42+127+108=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F6C is #D58093. Grayscale: #636363. Windows color (decimal): -13992084 or 7110442. OLE color: 7110442.
HSL color Cylindrical-coordinate representation of color #2A7F6C: hue angle of 166.59º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7F6C is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 127 | 108 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.50 |
| HSL | 166.59º | 0.5% | 0.33% | - |
| HSV(B) | 166.59º | 0.67% | 0.5% | - |
| XYZ | 11.25 | 16.75 | 16.83 | - |
| YUV | 99.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 108 | 0.67 | 0 | 0.15 | 0.50 | 166.59 | 0.5 | 0.33 |
| Hex | 2A | 7F | 6C | 43 | 0 | F | 32 | A7 | 32 | 21 |
| Octal | 52 | 177 | 154 | 103 | 0 | 17 | 62 | 247 | 62 | 41 |
| Binary | 101010 | 1111111 | 1101100 | 1000011 | 0 | 1111 | 110010 | 10100111 | 110010 | 100001 |
Color Harmonies of #2A7F6C
Complementary color
Monochromatic Colors of #2A7F6C
Black with #2A7F6C
Text Example
Text Example
White with #2A7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7F6C; }
p { color: rgb(42,127,108); }
H1.HeaderClassName
{
color: #2A7F6C;
}
.AnyTagClassName
{
color: #2A7F6C;
}
</style>
background-color css
<style>
a { background-color: #2A7F6C; }
a { background-color: rgb(42,127,108); }
div.DivClassName
{
background-color: #2A7F6C;
}
.BgClassName
{
background-color: #2A7F6C;
}
</style>
border-color css
<style>
span { border-color: #2A7F6C; }
span { border-color: rgb(42,127,108); }
td.TdClassName
{
border-color: #2A7F6C;
}
.TagClassName
{
border-color: #2A7F6C;
}
</style>