Shades of Genoa #2A7D6D
Tints of Genoa #2A7D6D
RGB
CMYK
RGB Variations
Color information
#2A7D6D (or 0x2A7D6D) is known color: Genoa. HEX triplet: 2A, 7D and 6D. RGB value is (42,125,109). Sum of RGB (Red+Green+Blue) = 42+125+109=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7D6D is #D58292. Grayscale: #626262. Windows color (decimal): -13992595 or 7175466. OLE color: 7175466.
HSL color Cylindrical-coordinate representation of color #2A7D6D: hue angle of 168.43º 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 #2A7D6D is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 109 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.51 |
| HSL | 168.43º | 0.5% | 0.33% | - |
| HSV(B) | 168.43º | 0.66% | 0.49% | - |
| XYZ | 11.05 | 16.26 | 17.02 | - |
| YUV | 98.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 109 | 0.66 | 0 | 0.13 | 0.51 | 168.43 | 0.5 | 0.33 |
| Hex | 2A | 7D | 6D | 42 | 0 | D | 33 | A8 | 32 | 21 |
| Octal | 52 | 175 | 155 | 102 | 0 | 15 | 63 | 250 | 62 | 41 |
| Binary | 101010 | 1111101 | 1101101 | 1000010 | 0 | 1101 | 110011 | 10101000 | 110010 | 100001 |
Color Harmonies of #2A7D6D
Complementary color
Monochromatic Colors of #2A7D6D
Black with #2A7D6D
Text Example
Text Example
White with #2A7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D6D; }
p { color: rgb(42,125,109); }
H1.HeaderClassName
{
color: #2A7D6D;
}
.AnyTagClassName
{
color: #2A7D6D;
}
</style>
background-color css
<style>
a { background-color: #2A7D6D; }
a { background-color: rgb(42,125,109); }
div.DivClassName
{
background-color: #2A7D6D;
}
.BgClassName
{
background-color: #2A7D6D;
}
</style>
border-color css
<style>
span { border-color: #2A7D6D; }
span { border-color: rgb(42,125,109); }
td.TdClassName
{
border-color: #2A7D6D;
}
.TagClassName
{
border-color: #2A7D6D;
}
</style>