Shades of Genoa #2A7F62
Tints of Genoa #2A7F62
RGB
CMYK
RGB Variations
Color information
#2A7F62 (or 0x2A7F62) is known color: Genoa. HEX triplet: 2A, 7F and 62. RGB value is (42,127,98). Sum of RGB (Red+Green+Blue) = 42+127+98=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F62 is #D5809D. Grayscale: #626262. Windows color (decimal): -13992094 or 6455082. OLE color: 6455082.
HSL color Cylindrical-coordinate representation of color #2A7F62: hue angle of 159.53º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7F62 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 127 | 98 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.50 |
| HSL | 159.53º | 0.5% | 0.33% | - |
| HSV(B) | 159.53º | 0.67% | 0.5% | - |
| XYZ | 10.75 | 16.55 | 14.18 | - |
| YUV | 98.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 98 | 0.67 | 0 | 0.23 | 0.50 | 159.53 | 0.5 | 0.33 |
| Hex | 2A | 7F | 62 | 43 | 0 | 17 | 32 | A0 | 32 | 21 |
| Octal | 52 | 177 | 142 | 103 | 0 | 27 | 62 | 240 | 62 | 41 |
| Binary | 101010 | 1111111 | 1100010 | 1000011 | 0 | 10111 | 110010 | 10100000 | 110010 | 100001 |
Color Harmonies of #2A7F62
Complementary color
Monochromatic Colors of #2A7F62
Black with #2A7F62
Text Example
Text Example
White with #2A7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7F62; }
p { color: rgb(42,127,98); }
H1.HeaderClassName
{
color: #2A7F62;
}
.AnyTagClassName
{
color: #2A7F62;
}
</style>
background-color css
<style>
a { background-color: #2A7F62; }
a { background-color: rgb(42,127,98); }
div.DivClassName
{
background-color: #2A7F62;
}
.BgClassName
{
background-color: #2A7F62;
}
</style>
border-color css
<style>
span { border-color: #2A7F62; }
span { border-color: rgb(42,127,98); }
td.TdClassName
{
border-color: #2A7F62;
}
.TagClassName
{
border-color: #2A7F62;
}
</style>