Shades of Genoa #2A7D6B
Tints of Genoa #2A7D6B
RGB
CMYK
RGB Variations
Color information
#2A7D6B (or 0x2A7D6B) is known color: Genoa. HEX triplet: 2A, 7D and 6B. RGB value is (42,125,107). Sum of RGB (Red+Green+Blue) = 42+125+107=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7D6B is #D58294. Grayscale: #626262. Windows color (decimal): -13992597 or 7044394. OLE color: 7044394.
HSL color Cylindrical-coordinate representation of color #2A7D6B: hue angle of 166.99º degrees, saturation: 0.5, 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 #2A7D6B is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 107 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.51 |
| HSL | 166.99º | 0.5% | 0.33% | - |
| HSV(B) | 166.99º | 0.66% | 0.49% | - |
| XYZ | 10.94 | 16.22 | 16.46 | - |
| YUV | 98.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 107 | 0.66 | 0 | 0.14 | 0.51 | 166.99 | 0.5 | 0.33 |
| Hex | 2A | 7D | 6B | 42 | 0 | E | 33 | A7 | 32 | 21 |
| Octal | 52 | 175 | 153 | 102 | 0 | 16 | 63 | 247 | 62 | 41 |
| Binary | 101010 | 1111101 | 1101011 | 1000010 | 0 | 1110 | 110011 | 10100111 | 110010 | 100001 |
Color Harmonies of #2A7D6B
Complementary color
Monochromatic Colors of #2A7D6B
Black with #2A7D6B
Text Example
Text Example
White with #2A7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D6B; }
p { color: rgb(42,125,107); }
H1.HeaderClassName
{
color: #2A7D6B;
}
.AnyTagClassName
{
color: #2A7D6B;
}
</style>
background-color css
<style>
a { background-color: #2A7D6B; }
a { background-color: rgb(42,125,107); }
div.DivClassName
{
background-color: #2A7D6B;
}
.BgClassName
{
background-color: #2A7D6B;
}
</style>
border-color css
<style>
span { border-color: #2A7D6B; }
span { border-color: rgb(42,125,107); }
td.TdClassName
{
border-color: #2A7D6B;
}
.TagClassName
{
border-color: #2A7D6B;
}
</style>