Shades of Elm #2D8D7C
Tints of Elm #2D8D7C
RGB
CMYK
RGB Variations
Color information
#2D8D7C (or 0x2D8D7C) is known color: Elm. HEX triplet: 2D, 8D and 7C. RGB value is (45,141,124). Sum of RGB (Red+Green+Blue) = 45+141+124=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D7C is #D27283. Grayscale: #6E6E6E. Windows color (decimal): -13791876 or 8162605. OLE color: 8162605.
HSL color Cylindrical-coordinate representation of color #2D8D7C: hue angle of 169.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8D7C is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 141 | 124 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.45 |
| HSL | 169.38º | 0.52% | 0.36% | - |
| HSV(B) | 169.38º | 0.68% | 0.55% | - |
| XYZ | 14.25 | 21.06 | 22.38 | - |
| YUV | 110.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 124 | 0.68 | 0 | 0.12 | 0.45 | 169.38 | 0.52 | 0.36 |
| Hex | 2D | 8D | 7C | 44 | 0 | C | 2D | A9 | 34 | 24 |
| Octal | 55 | 215 | 174 | 104 | 0 | 14 | 55 | 251 | 64 | 44 |
| Binary | 101101 | 10001101 | 1111100 | 1000100 | 0 | 1100 | 101101 | 10101001 | 110100 | 100100 |
Color Harmonies of #2D8D7C
Complementary color
Monochromatic Colors of #2D8D7C
Black with #2D8D7C
Text Example
Text Example
White with #2D8D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8D7C; }
p { color: rgb(45,141,124); }
H1.HeaderClassName
{
color: #2D8D7C;
}
.AnyTagClassName
{
color: #2D8D7C;
}
</style>
background-color css
<style>
a { background-color: #2D8D7C; }
a { background-color: rgb(45,141,124); }
div.DivClassName
{
background-color: #2D8D7C;
}
.BgClassName
{
background-color: #2D8D7C;
}
</style>
border-color css
<style>
span { border-color: #2D8D7C; }
span { border-color: rgb(45,141,124); }
td.TdClassName
{
border-color: #2D8D7C;
}
.TagClassName
{
border-color: #2D8D7C;
}
</style>