Shades of Genoa #2A7C69
Tints of Genoa #2A7C69
RGB
CMYK
RGB Variations
Color information
#2A7C69 (or 0x2A7C69) is known color: Genoa. HEX triplet: 2A, 7C and 69. RGB value is (42,124,105). Sum of RGB (Red+Green+Blue) = 42+124+105=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C69 is #D58396. Grayscale: #616161. Windows color (decimal): -13992855 or 6913066. OLE color: 6913066.
HSL color Cylindrical-coordinate representation of color #2A7C69: hue angle of 166.1º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C69 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 105 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.51 |
| HSL | 166.1º | 0.49% | 0.33% | - |
| HSV(B) | 166.1º | 0.66% | 0.49% | - |
| XYZ | 10.71 | 15.93 | 15.87 | - |
| YUV | 97.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 105 | 0.66 | 0 | 0.15 | 0.51 | 166.1 | 0.49 | 0.33 |
| Hex | 2A | 7C | 69 | 42 | 0 | F | 33 | A6 | 31 | 21 |
| Octal | 52 | 174 | 151 | 102 | 0 | 17 | 63 | 246 | 61 | 41 |
| Binary | 101010 | 1111100 | 1101001 | 1000010 | 0 | 1111 | 110011 | 10100110 | 110001 | 100001 |
Color Harmonies of #2A7C69
Complementary color
Monochromatic Colors of #2A7C69
Black with #2A7C69
Text Example
Text Example
White with #2A7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C69; }
p { color: rgb(42,124,105); }
H1.HeaderClassName
{
color: #2A7C69;
}
.AnyTagClassName
{
color: #2A7C69;
}
</style>
background-color css
<style>
a { background-color: #2A7C69; }
a { background-color: rgb(42,124,105); }
div.DivClassName
{
background-color: #2A7C69;
}
.BgClassName
{
background-color: #2A7C69;
}
</style>
border-color css
<style>
span { border-color: #2A7C69; }
span { border-color: rgb(42,124,105); }
td.TdClassName
{
border-color: #2A7C69;
}
.TagClassName
{
border-color: #2A7C69;
}
</style>