Shades of Genoa #2D7068
Tints of Genoa #2D7068
RGB
CMYK
RGB Variations
Color information
#2D7068 (or 0x2D7068) is known color: Genoa. HEX triplet: 2D, 70 and 68. RGB value is (45,112,104). Sum of RGB (Red+Green+Blue) = 45+112+104=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7068 is #D28F97. Grayscale: #5B5B5B. Windows color (decimal): -13799320 or 6844461. OLE color: 6844461.
HSL color Cylindrical-coordinate representation of color #2D7068: hue angle of 172.84º 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 #2D7068 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 104 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.56 |
| HSL | 172.84º | 0.43% | 0.31% | - |
| HSV(B) | 172.84º | 0.6% | 0.44% | - |
| XYZ | 9.38 | 13.15 | 15.14 | - |
| YUV | 91.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 104 | 0.60 | 0 | 0.07 | 0.56 | 172.84 | 0.43 | 0.31 |
| Hex | 2D | 70 | 68 | 3C | 0 | 7 | 38 | AD | 2B | 1F |
| Octal | 55 | 160 | 150 | 74 | 0 | 7 | 70 | 255 | 53 | 37 |
| Binary | 101101 | 1110000 | 1101000 | 111100 | 0 | 111 | 111000 | 10101101 | 101011 | 11111 |
Color Harmonies of #2D7068
Complementary color
Monochromatic Colors of #2D7068
Black with #2D7068
Text Example
Text Example
White with #2D7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7068; }
p { color: rgb(45,112,104); }
H1.HeaderClassName
{
color: #2D7068;
}
.AnyTagClassName
{
color: #2D7068;
}
</style>
background-color css
<style>
a { background-color: #2D7068; }
a { background-color: rgb(45,112,104); }
div.DivClassName
{
background-color: #2D7068;
}
.BgClassName
{
background-color: #2D7068;
}
</style>
border-color css
<style>
span { border-color: #2D7068; }
span { border-color: rgb(45,112,104); }
td.TdClassName
{
border-color: #2D7068;
}
.TagClassName
{
border-color: #2D7068;
}
</style>