Shades of Genoa #2D736D
Tints of Genoa #2D736D
RGB
CMYK
RGB Variations
Color information
#2D736D (or 0x2D736D) is known color: Genoa. HEX triplet: 2D, 73 and 6D. RGB value is (45,115,109). Sum of RGB (Red+Green+Blue) = 45+115+109=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #2D736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D736D is #D28C92. Grayscale: #5D5D5D. Windows color (decimal): -13798547 or 7172909. OLE color: 7172909.
HSL color Cylindrical-coordinate representation of color #2D736D: hue angle of 174.86º degrees, saturation: 0.44, 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 #2D736D is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 109 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.55 |
| HSL | 174.86º | 0.44% | 0.31% | - |
| HSV(B) | 174.86º | 0.61% | 0.45% | - |
| XYZ | 9.97 | 13.92 | 16.63 | - |
| YUV | 93.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 109 | 0.61 | 0 | 0.05 | 0.55 | 174.86 | 0.44 | 0.31 |
| Hex | 2D | 73 | 6D | 3D | 0 | 5 | 37 | AF | 2C | 1F |
| Octal | 55 | 163 | 155 | 75 | 0 | 5 | 67 | 257 | 54 | 37 |
| Binary | 101101 | 1110011 | 1101101 | 111101 | 0 | 101 | 110111 | 10101111 | 101100 | 11111 |
Color Harmonies of #2D736D
Complementary color
Monochromatic Colors of #2D736D
Black with #2D736D
Text Example
Text Example
White with #2D736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D736D; }
p { color: rgb(45,115,109); }
H1.HeaderClassName
{
color: #2D736D;
}
.AnyTagClassName
{
color: #2D736D;
}
</style>
background-color css
<style>
a { background-color: #2D736D; }
a { background-color: rgb(45,115,109); }
div.DivClassName
{
background-color: #2D736D;
}
.BgClassName
{
background-color: #2D736D;
}
</style>
border-color css
<style>
span { border-color: #2D736D; }
span { border-color: rgb(45,115,109); }
td.TdClassName
{
border-color: #2D736D;
}
.TagClassName
{
border-color: #2D736D;
}
</style>