Shades of Elm #2D8979
Tints of Elm #2D8979
RGB
CMYK
RGB Variations
Color information
#2D8979 (or 0x2D8979) is known color: Elm. HEX triplet: 2D, 89 and 79. RGB value is (45,137,121). Sum of RGB (Red+Green+Blue) = 45+137+121=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8979 is #D27686. Grayscale: #6B6B6B. Windows color (decimal): -13792903 or 7964973. OLE color: 7964973.
HSL color Cylindrical-coordinate representation of color #2D8979: hue angle of 169.57º 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 #2D8979 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 121 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.46 |
| HSL | 169.57º | 0.51% | 0.36% | - |
| HSV(B) | 169.57º | 0.67% | 0.54% | - |
| XYZ | 13.48 | 19.83 | 21.21 | - |
| YUV | 107.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 121 | 0.67 | 0 | 0.12 | 0.46 | 169.57 | 0.51 | 0.36 |
| Hex | 2D | 89 | 79 | 43 | 0 | C | 2E | AA | 33 | 24 |
| Octal | 55 | 211 | 171 | 103 | 0 | 14 | 56 | 252 | 63 | 44 |
| Binary | 101101 | 10001001 | 1111001 | 1000011 | 0 | 1100 | 101110 | 10101010 | 110011 | 100100 |
Color Harmonies of #2D8979
Complementary color
Monochromatic Colors of #2D8979
Black with #2D8979
Text Example
Text Example
White with #2D8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8979; }
p { color: rgb(45,137,121); }
H1.HeaderClassName
{
color: #2D8979;
}
.AnyTagClassName
{
color: #2D8979;
}
</style>
background-color css
<style>
a { background-color: #2D8979; }
a { background-color: rgb(45,137,121); }
div.DivClassName
{
background-color: #2D8979;
}
.BgClassName
{
background-color: #2D8979;
}
</style>
border-color css
<style>
span { border-color: #2D8979; }
span { border-color: rgb(45,137,121); }
td.TdClassName
{
border-color: #2D8979;
}
.TagClassName
{
border-color: #2D8979;
}
</style>