Shades of Genoa #2A7D60
Tints of Genoa #2A7D60
RGB
CMYK
RGB Variations
Color information
#2A7D60 (or 0x2A7D60) is known color: Genoa. HEX triplet: 2A, 7D and 60. RGB value is (42,125,96). Sum of RGB (Red+Green+Blue) = 42+125+96=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7D60 is #D5829F. Grayscale: #606060. Windows color (decimal): -13992608 or 6323498. OLE color: 6323498.
HSL color Cylindrical-coordinate representation of color #2A7D60: hue angle of 159.04º 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 #2A7D60 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 96 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.51 |
| HSL | 159.04º | 0.5% | 0.33% | - |
| HSV(B) | 159.04º | 0.66% | 0.49% | - |
| XYZ | 10.4 | 16 | 13.61 | - |
| YUV | 96.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 96 | 0.66 | 0 | 0.23 | 0.51 | 159.04 | 0.5 | 0.33 |
| Hex | 2A | 7D | 60 | 42 | 0 | 17 | 33 | 9F | 32 | 21 |
| Octal | 52 | 175 | 140 | 102 | 0 | 27 | 63 | 237 | 62 | 41 |
| Binary | 101010 | 1111101 | 1100000 | 1000010 | 0 | 10111 | 110011 | 10011111 | 110010 | 100001 |
Color Harmonies of #2A7D60
Complementary color
Monochromatic Colors of #2A7D60
Black with #2A7D60
Text Example
Text Example
White with #2A7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D60; }
p { color: rgb(42,125,96); }
H1.HeaderClassName
{
color: #2A7D60;
}
.AnyTagClassName
{
color: #2A7D60;
}
</style>
background-color css
<style>
a { background-color: #2A7D60; }
a { background-color: rgb(42,125,96); }
div.DivClassName
{
background-color: #2A7D60;
}
.BgClassName
{
background-color: #2A7D60;
}
</style>
border-color css
<style>
span { border-color: #2A7D60; }
span { border-color: rgb(42,125,96); }
td.TdClassName
{
border-color: #2A7D60;
}
.TagClassName
{
border-color: #2A7D60;
}
</style>