Shades of Genoa #2D836D
Tints of Genoa #2D836D
RGB
CMYK
RGB Variations
Color information
#2D836D (or 0x2D836D) is known color: Genoa. HEX triplet: 2D, 83 and 6D. RGB value is (45,131,109). Sum of RGB (Red+Green+Blue) = 45+131+109=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #2D836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D836D is #D27C92. Grayscale: #666666. Windows color (decimal): -13794451 or 7177005. OLE color: 7177005.
HSL color Cylindrical-coordinate representation of color #2D836D: hue angle of 164.65º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D836D is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 109 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.49 |
| HSL | 164.65º | 0.49% | 0.35% | - |
| HSV(B) | 164.65º | 0.66% | 0.51% | - |
| XYZ | 11.96 | 17.89 | 17.29 | - |
| YUV | 102.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 109 | 0.66 | 0 | 0.17 | 0.49 | 164.65 | 0.49 | 0.35 |
| Hex | 2D | 83 | 6D | 42 | 0 | 11 | 31 | A5 | 31 | 23 |
| Octal | 55 | 203 | 155 | 102 | 0 | 21 | 61 | 245 | 61 | 43 |
| Binary | 101101 | 10000011 | 1101101 | 1000010 | 0 | 10001 | 110001 | 10100101 | 110001 | 100011 |
Color Harmonies of #2D836D
Complementary color
Monochromatic Colors of #2D836D
Black with #2D836D
Text Example
Text Example
White with #2D836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D836D; }
p { color: rgb(45,131,109); }
H1.HeaderClassName
{
color: #2D836D;
}
.AnyTagClassName
{
color: #2D836D;
}
</style>
background-color css
<style>
a { background-color: #2D836D; }
a { background-color: rgb(45,131,109); }
div.DivClassName
{
background-color: #2D836D;
}
.BgClassName
{
background-color: #2D836D;
}
</style>
border-color css
<style>
span { border-color: #2D836D; }
span { border-color: rgb(45,131,109); }
td.TdClassName
{
border-color: #2D836D;
}
.TagClassName
{
border-color: #2D836D;
}
</style>