Shades of Genoa #2D7263
Tints of Genoa #2D7263
RGB
CMYK
RGB Variations
Color information
#2D7263 (or 0x2D7263) is known color: Genoa. HEX triplet: 2D, 72 and 63. RGB value is (45,114,99). Sum of RGB (Red+Green+Blue) = 45+114+99=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7263 is #D28D9C. Grayscale: #5B5B5B. Windows color (decimal): -13798813 or 6517293. OLE color: 6517293.
HSL color Cylindrical-coordinate representation of color #2D7263: hue angle of 166.96º 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 #2D7263 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 99 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.55 |
| HSL | 166.96º | 0.43% | 0.31% | - |
| HSV(B) | 166.96º | 0.61% | 0.45% | - |
| XYZ | 9.35 | 13.49 | 13.92 | - |
| YUV | 91.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 99 | 0.61 | 0 | 0.13 | 0.55 | 166.96 | 0.43 | 0.31 |
| Hex | 2D | 72 | 63 | 3D | 0 | D | 37 | A7 | 2B | 1F |
| Octal | 55 | 162 | 143 | 75 | 0 | 15 | 67 | 247 | 53 | 37 |
| Binary | 101101 | 1110010 | 1100011 | 111101 | 0 | 1101 | 110111 | 10100111 | 101011 | 11111 |
Color Harmonies of #2D7263
Complementary color
Monochromatic Colors of #2D7263
Black with #2D7263
Text Example
Text Example
White with #2D7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7263; }
p { color: rgb(45,114,99); }
H1.HeaderClassName
{
color: #2D7263;
}
.AnyTagClassName
{
color: #2D7263;
}
</style>
background-color css
<style>
a { background-color: #2D7263; }
a { background-color: rgb(45,114,99); }
div.DivClassName
{
background-color: #2D7263;
}
.BgClassName
{
background-color: #2D7263;
}
</style>
border-color css
<style>
span { border-color: #2D7263; }
span { border-color: rgb(45,114,99); }
td.TdClassName
{
border-color: #2D7263;
}
.TagClassName
{
border-color: #2D7263;
}
</style>