Shades of Genoa #2D7060
Tints of Genoa #2D7060
RGB
CMYK
RGB Variations
Color information
#2D7060 (or 0x2D7060) is known color: Genoa. HEX triplet: 2D, 70 and 60. RGB value is (45,112,96). Sum of RGB (Red+Green+Blue) = 45+112+96=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7060 is #D28F9F. Grayscale: #5A5A5A. Windows color (decimal): -13799328 or 6320173. OLE color: 6320173.
HSL color Cylindrical-coordinate representation of color #2D7060: hue angle of 165.67º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7060 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 96 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.56 |
| HSL | 165.67º | 0.43% | 0.31% | - |
| HSV(B) | 165.67º | 0.6% | 0.44% | - |
| XYZ | 8.99 | 12.99 | 13.1 | - |
| YUV | 90.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 96 | 0.60 | 0 | 0.14 | 0.56 | 165.67 | 0.43 | 0.31 |
| Hex | 2D | 70 | 60 | 3C | 0 | E | 38 | A6 | 2B | 1F |
| Octal | 55 | 160 | 140 | 74 | 0 | 16 | 70 | 246 | 53 | 37 |
| Binary | 101101 | 1110000 | 1100000 | 111100 | 0 | 1110 | 111000 | 10100110 | 101011 | 11111 |
Color Harmonies of #2D7060
Complementary color
Monochromatic Colors of #2D7060
Black with #2D7060
Text Example
Text Example
White with #2D7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7060; }
p { color: rgb(45,112,96); }
H1.HeaderClassName
{
color: #2D7060;
}
.AnyTagClassName
{
color: #2D7060;
}
</style>
background-color css
<style>
a { background-color: #2D7060; }
a { background-color: rgb(45,112,96); }
div.DivClassName
{
background-color: #2D7060;
}
.BgClassName
{
background-color: #2D7060;
}
</style>
border-color css
<style>
span { border-color: #2D7060; }
span { border-color: rgb(45,112,96); }
td.TdClassName
{
border-color: #2D7060;
}
.TagClassName
{
border-color: #2D7060;
}
</style>