Shades of Genoa #2D726C
Tints of Genoa #2D726C
RGB
CMYK
RGB Variations
Color information
#2D726C (or 0x2D726C) is known color: Genoa. HEX triplet: 2D, 72 and 6C. RGB value is (45,114,108). Sum of RGB (Red+Green+Blue) = 45+114+108=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #2D726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D726C is #D28D93. Grayscale: #5C5C5C. Windows color (decimal): -13798804 or 7107117. OLE color: 7107117.
HSL color Cylindrical-coordinate representation of color #2D726C: hue angle of 174.78º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D726C is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 108 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.55 |
| HSL | 174.78º | 0.43% | 0.31% | - |
| HSV(B) | 174.78º | 0.61% | 0.45% | - |
| XYZ | 9.81 | 13.68 | 16.31 | - |
| YUV | 92.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 108 | 0.61 | 0 | 0.05 | 0.55 | 174.78 | 0.43 | 0.31 |
| Hex | 2D | 72 | 6C | 3D | 0 | 5 | 37 | AF | 2B | 1F |
| Octal | 55 | 162 | 154 | 75 | 0 | 5 | 67 | 257 | 53 | 37 |
| Binary | 101101 | 1110010 | 1101100 | 111101 | 0 | 101 | 110111 | 10101111 | 101011 | 11111 |
Color Harmonies of #2D726C
Complementary color
Monochromatic Colors of #2D726C
Black with #2D726C
Text Example
Text Example
White with #2D726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D726C; }
p { color: rgb(45,114,108); }
H1.HeaderClassName
{
color: #2D726C;
}
.AnyTagClassName
{
color: #2D726C;
}
</style>
background-color css
<style>
a { background-color: #2D726C; }
a { background-color: rgb(45,114,108); }
div.DivClassName
{
background-color: #2D726C;
}
.BgClassName
{
background-color: #2D726C;
}
</style>
border-color css
<style>
span { border-color: #2D726C; }
span { border-color: rgb(45,114,108); }
td.TdClassName
{
border-color: #2D726C;
}
.TagClassName
{
border-color: #2D726C;
}
</style>