Shades of Genoa #2D836E
Tints of Genoa #2D836E
RGB
CMYK
RGB Variations
Color information
#2D836E (or 0x2D836E) is known color: Genoa. HEX triplet: 2D, 83 and 6E. RGB value is (45,131,110). Sum of RGB (Red+Green+Blue) = 45+131+110=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #2D836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D836E is #D27C91. Grayscale: #666666. Windows color (decimal): -13794450 or 7242541. OLE color: 7242541.
HSL color Cylindrical-coordinate representation of color #2D836E: hue angle of 165.35º 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 #2D836E is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 110 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.49 |
| HSL | 165.35º | 0.49% | 0.35% | - |
| HSV(B) | 165.35º | 0.66% | 0.51% | - |
| XYZ | 12.01 | 17.92 | 17.58 | - |
| YUV | 102.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 110 | 0.66 | 0 | 0.16 | 0.49 | 165.35 | 0.49 | 0.35 |
| Hex | 2D | 83 | 6E | 42 | 0 | 10 | 31 | A5 | 31 | 23 |
| Octal | 55 | 203 | 156 | 102 | 0 | 20 | 61 | 245 | 61 | 43 |
| Binary | 101101 | 10000011 | 1101110 | 1000010 | 0 | 10000 | 110001 | 10100101 | 110001 | 100011 |
Color Harmonies of #2D836E
Complementary color
Monochromatic Colors of #2D836E
Black with #2D836E
Text Example
Text Example
White with #2D836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D836E; }
p { color: rgb(45,131,110); }
H1.HeaderClassName
{
color: #2D836E;
}
.AnyTagClassName
{
color: #2D836E;
}
</style>
background-color css
<style>
a { background-color: #2D836E; }
a { background-color: rgb(45,131,110); }
div.DivClassName
{
background-color: #2D836E;
}
.BgClassName
{
background-color: #2D836E;
}
</style>
border-color css
<style>
span { border-color: #2D836E; }
span { border-color: rgb(45,131,110); }
td.TdClassName
{
border-color: #2D836E;
}
.TagClassName
{
border-color: #2D836E;
}
</style>