Shades of Elm #2D8977
Tints of Elm #2D8977
RGB
CMYK
RGB Variations
Color information
#2D8977 (or 0x2D8977) is known color: Elm. HEX triplet: 2D, 89 and 77. RGB value is (45,137,119). Sum of RGB (Red+Green+Blue) = 45+137+119=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8977 is #D27688. Grayscale: #6B6B6B. Windows color (decimal): -13792905 or 7833901. OLE color: 7833901.
HSL color Cylindrical-coordinate representation of color #2D8977: hue angle of 168.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8977 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 119 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.46 |
| HSL | 168.26º | 0.51% | 0.36% | - |
| HSV(B) | 168.26º | 0.67% | 0.54% | - |
| XYZ | 13.36 | 19.78 | 20.57 | - |
| YUV | 107.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 119 | 0.67 | 0 | 0.13 | 0.46 | 168.26 | 0.51 | 0.36 |
| Hex | 2D | 89 | 77 | 43 | 0 | D | 2E | A8 | 33 | 24 |
| Octal | 55 | 211 | 167 | 103 | 0 | 15 | 56 | 250 | 63 | 44 |
| Binary | 101101 | 10001001 | 1110111 | 1000011 | 0 | 1101 | 101110 | 10101000 | 110011 | 100100 |
Color Harmonies of #2D8977
Complementary color
Monochromatic Colors of #2D8977
Black with #2D8977
Text Example
Text Example
White with #2D8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8977; }
p { color: rgb(45,137,119); }
H1.HeaderClassName
{
color: #2D8977;
}
.AnyTagClassName
{
color: #2D8977;
}
</style>
background-color css
<style>
a { background-color: #2D8977; }
a { background-color: rgb(45,137,119); }
div.DivClassName
{
background-color: #2D8977;
}
.BgClassName
{
background-color: #2D8977;
}
</style>
border-color css
<style>
span { border-color: #2D8977; }
span { border-color: rgb(45,137,119); }
td.TdClassName
{
border-color: #2D8977;
}
.TagClassName
{
border-color: #2D8977;
}
</style>