Shades of Genoa #2D846D
Tints of Genoa #2D846D
RGB
CMYK
RGB Variations
Color information
#2D846D (or 0x2D846D) is known color: Genoa. HEX triplet: 2D, 84 and 6D. RGB value is (45,132,109). Sum of RGB (Red+Green+Blue) = 45+132+109=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #2D846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D846D is #D27B92. Grayscale: #676767. Windows color (decimal): -13794195 or 7177261. OLE color: 7177261.
HSL color Cylindrical-coordinate representation of color #2D846D: hue angle of 164.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D846D is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 109 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.48 |
| HSL | 164.14º | 0.49% | 0.35% | - |
| HSV(B) | 164.14º | 0.66% | 0.52% | - |
| XYZ | 12.09 | 18.16 | 17.34 | - |
| YUV | 103.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 109 | 0.66 | 0 | 0.17 | 0.48 | 164.14 | 0.49 | 0.35 |
| Hex | 2D | 84 | 6D | 42 | 0 | 11 | 30 | A4 | 31 | 23 |
| Octal | 55 | 204 | 155 | 102 | 0 | 21 | 60 | 244 | 61 | 43 |
| Binary | 101101 | 10000100 | 1101101 | 1000010 | 0 | 10001 | 110000 | 10100100 | 110001 | 100011 |
Color Harmonies of #2D846D
Complementary color
Monochromatic Colors of #2D846D
Black with #2D846D
Text Example
Text Example
White with #2D846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D846D; }
p { color: rgb(45,132,109); }
H1.HeaderClassName
{
color: #2D846D;
}
.AnyTagClassName
{
color: #2D846D;
}
</style>
background-color css
<style>
a { background-color: #2D846D; }
a { background-color: rgb(45,132,109); }
div.DivClassName
{
background-color: #2D846D;
}
.BgClassName
{
background-color: #2D846D;
}
</style>
border-color css
<style>
span { border-color: #2D846D; }
span { border-color: rgb(45,132,109); }
td.TdClassName
{
border-color: #2D846D;
}
.TagClassName
{
border-color: #2D846D;
}
</style>