Shades of Elm #2D8876
Tints of Elm #2D8876
RGB
CMYK
RGB Variations
Color information
#2D8876 (or 0x2D8876) is known color: Elm. HEX triplet: 2D, 88 and 76. RGB value is (45,136,118). Sum of RGB (Red+Green+Blue) = 45+136+118=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8876 is #D27789. Grayscale: #6A6A6A. Windows color (decimal): -13793162 or 7768109. OLE color: 7768109.
HSL color Cylindrical-coordinate representation of color #2D8876: hue angle of 168.13º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8876 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 118 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.47 |
| HSL | 168.13º | 0.5% | 0.35% | - |
| HSV(B) | 168.13º | 0.67% | 0.53% | - |
| XYZ | 13.16 | 19.47 | 20.21 | - |
| YUV | 106.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 118 | 0.67 | 0 | 0.13 | 0.47 | 168.13 | 0.5 | 0.35 |
| Hex | 2D | 88 | 76 | 43 | 0 | D | 2F | A8 | 32 | 23 |
| Octal | 55 | 210 | 166 | 103 | 0 | 15 | 57 | 250 | 62 | 43 |
| Binary | 101101 | 10001000 | 1110110 | 1000011 | 0 | 1101 | 101111 | 10101000 | 110010 | 100011 |
Color Harmonies of #2D8876
Complementary color
Monochromatic Colors of #2D8876
Black with #2D8876
Text Example
Text Example
White with #2D8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8876; }
p { color: rgb(45,136,118); }
H1.HeaderClassName
{
color: #2D8876;
}
.AnyTagClassName
{
color: #2D8876;
}
</style>
background-color css
<style>
a { background-color: #2D8876; }
a { background-color: rgb(45,136,118); }
div.DivClassName
{
background-color: #2D8876;
}
.BgClassName
{
background-color: #2D8876;
}
</style>
border-color css
<style>
span { border-color: #2D8876; }
span { border-color: rgb(45,136,118); }
td.TdClassName
{
border-color: #2D8876;
}
.TagClassName
{
border-color: #2D8876;
}
</style>