Shades of Genoa #2A7A6D
Tints of Genoa #2A7A6D
RGB
CMYK
RGB Variations
Color information
#2A7A6D (or 0x2A7A6D) is known color: Genoa. HEX triplet: 2A, 7A and 6D. RGB value is (42,122,109). Sum of RGB (Red+Green+Blue) = 42+122+109=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A6D is #D58592. Grayscale: #606060. Windows color (decimal): -13993363 or 7174698. OLE color: 7174698.
HSL color Cylindrical-coordinate representation of color #2A7A6D: hue angle of 170.25º 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 #2A7A6D is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 122 | 109 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.52 |
| HSL | 170.25º | 0.49% | 0.32% | - |
| HSV(B) | 170.25º | 0.66% | 0.48% | - |
| XYZ | 10.67 | 15.52 | 16.9 | - |
| YUV | 96.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 109 | 0.66 | 0 | 0.11 | 0.52 | 170.25 | 0.49 | 0.32 |
| Hex | 2A | 7A | 6D | 42 | 0 | B | 34 | AA | 31 | 20 |
| Octal | 52 | 172 | 155 | 102 | 0 | 13 | 64 | 252 | 61 | 40 |
| Binary | 101010 | 1111010 | 1101101 | 1000010 | 0 | 1011 | 110100 | 10101010 | 110001 | 100000 |
Color Harmonies of #2A7A6D
Complementary color
Monochromatic Colors of #2A7A6D
Black with #2A7A6D
Text Example
Text Example
White with #2A7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A6D; }
p { color: rgb(42,122,109); }
H1.HeaderClassName
{
color: #2A7A6D;
}
.AnyTagClassName
{
color: #2A7A6D;
}
</style>
background-color css
<style>
a { background-color: #2A7A6D; }
a { background-color: rgb(42,122,109); }
div.DivClassName
{
background-color: #2A7A6D;
}
.BgClassName
{
background-color: #2A7A6D;
}
</style>
border-color css
<style>
span { border-color: #2A7A6D; }
span { border-color: rgb(42,122,109); }
td.TdClassName
{
border-color: #2A7A6D;
}
.TagClassName
{
border-color: #2A7A6D;
}
</style>