Shades of Genoa #2D755E
Tints of Genoa #2D755E
RGB
CMYK
RGB Variations
Color information
#2D755E (or 0x2D755E) is known color: Genoa. HEX triplet: 2D, 75 and 5E. RGB value is (45,117,94). Sum of RGB (Red+Green+Blue) = 45+117+94=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #2D755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D755E is #D28AA1. Grayscale: #5C5C5C. Windows color (decimal): -13798050 or 6190381. OLE color: 6190381.
HSL color Cylindrical-coordinate representation of color #2D755E: hue angle of 160.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D755E is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 94 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.54 |
| HSL | 160.83º | 0.44% | 0.32% | - |
| HSV(B) | 160.83º | 0.62% | 0.46% | - |
| XYZ | 9.46 | 14.09 | 12.81 | - |
| YUV | 92.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 94 | 0.62 | 0 | 0.20 | 0.54 | 160.83 | 0.44 | 0.32 |
| Hex | 2D | 75 | 5E | 3E | 0 | 14 | 36 | A1 | 2C | 20 |
| Octal | 55 | 165 | 136 | 76 | 0 | 24 | 66 | 241 | 54 | 40 |
| Binary | 101101 | 1110101 | 1011110 | 111110 | 0 | 10100 | 110110 | 10100001 | 101100 | 100000 |
Color Harmonies of #2D755E
Complementary color
Monochromatic Colors of #2D755E
Black with #2D755E
Text Example
Text Example
White with #2D755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D755E; }
p { color: rgb(45,117,94); }
H1.HeaderClassName
{
color: #2D755E;
}
.AnyTagClassName
{
color: #2D755E;
}
</style>
background-color css
<style>
a { background-color: #2D755E; }
a { background-color: rgb(45,117,94); }
div.DivClassName
{
background-color: #2D755E;
}
.BgClassName
{
background-color: #2D755E;
}
</style>
border-color css
<style>
span { border-color: #2D755E; }
span { border-color: rgb(45,117,94); }
td.TdClassName
{
border-color: #2D755E;
}
.TagClassName
{
border-color: #2D755E;
}
</style>