Shades of Genoa #2A7A6B
Tints of Genoa #2A7A6B
RGB
CMYK
RGB Variations
Color information
#2A7A6B (or 0x2A7A6B) is known color: Genoa. HEX triplet: 2A, 7A and 6B. RGB value is (42,122,107). Sum of RGB (Red+Green+Blue) = 42+122+107=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A6B is #D58594. Grayscale: #606060. Windows color (decimal): -13993365 or 7043626. OLE color: 7043626.
HSL color Cylindrical-coordinate representation of color #2A7A6B: hue angle of 168.75º 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 #2A7A6B is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 122 | 107 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.52 |
| HSL | 168.75º | 0.49% | 0.32% | - |
| HSV(B) | 168.75º | 0.66% | 0.48% | - |
| XYZ | 10.57 | 15.47 | 16.34 | - |
| YUV | 96.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 107 | 0.66 | 0 | 0.12 | 0.52 | 168.75 | 0.49 | 0.32 |
| Hex | 2A | 7A | 6B | 42 | 0 | C | 34 | A9 | 31 | 20 |
| Octal | 52 | 172 | 153 | 102 | 0 | 14 | 64 | 251 | 61 | 40 |
| Binary | 101010 | 1111010 | 1101011 | 1000010 | 0 | 1100 | 110100 | 10101001 | 110001 | 100000 |
Color Harmonies of #2A7A6B
Complementary color
Monochromatic Colors of #2A7A6B
Black with #2A7A6B
Text Example
Text Example
White with #2A7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A6B; }
p { color: rgb(42,122,107); }
H1.HeaderClassName
{
color: #2A7A6B;
}
.AnyTagClassName
{
color: #2A7A6B;
}
</style>
background-color css
<style>
a { background-color: #2A7A6B; }
a { background-color: rgb(42,122,107); }
div.DivClassName
{
background-color: #2A7A6B;
}
.BgClassName
{
background-color: #2A7A6B;
}
</style>
border-color css
<style>
span { border-color: #2A7A6B; }
span { border-color: rgb(42,122,107); }
td.TdClassName
{
border-color: #2A7A6B;
}
.TagClassName
{
border-color: #2A7A6B;
}
</style>