Shades of Genoa #2D775E
Tints of Genoa #2D775E
RGB
CMYK
RGB Variations
Color information
#2D775E (or 0x2D775E) is known color: Genoa. HEX triplet: 2D, 77 and 5E. RGB value is (45,119,94). Sum of RGB (Red+Green+Blue) = 45+119+94=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #2D775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D775E is #D288A1. Grayscale: #5E5E5E. Windows color (decimal): -13797538 or 6190893. OLE color: 6190893.
HSL color Cylindrical-coordinate representation of color #2D775E: hue angle of 159.73º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D775E is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 94 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.53 |
| HSL | 159.73º | 0.45% | 0.32% | - |
| HSV(B) | 159.73º | 0.62% | 0.47% | - |
| XYZ | 9.7 | 14.56 | 12.89 | - |
| YUV | 94.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 94 | 0.62 | 0 | 0.21 | 0.53 | 159.73 | 0.45 | 0.32 |
| Hex | 2D | 77 | 5E | 3E | 0 | 15 | 35 | A0 | 2D | 20 |
| Octal | 55 | 167 | 136 | 76 | 0 | 25 | 65 | 240 | 55 | 40 |
| Binary | 101101 | 1110111 | 1011110 | 111110 | 0 | 10101 | 110101 | 10100000 | 101101 | 100000 |
Color Harmonies of #2D775E
Complementary color
Monochromatic Colors of #2D775E
Black with #2D775E
Text Example
Text Example
White with #2D775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D775E; }
p { color: rgb(45,119,94); }
H1.HeaderClassName
{
color: #2D775E;
}
.AnyTagClassName
{
color: #2D775E;
}
</style>
background-color css
<style>
a { background-color: #2D775E; }
a { background-color: rgb(45,119,94); }
div.DivClassName
{
background-color: #2D775E;
}
.BgClassName
{
background-color: #2D775E;
}
</style>
border-color css
<style>
span { border-color: #2D775E; }
span { border-color: rgb(45,119,94); }
td.TdClassName
{
border-color: #2D775E;
}
.TagClassName
{
border-color: #2D775E;
}
</style>