Shades of Elm #2D8978
Tints of Elm #2D8978
RGB
CMYK
RGB Variations
Color information
#2D8978 (or 0x2D8978) is known color: Elm. HEX triplet: 2D, 89 and 78. RGB value is (45,137,120). Sum of RGB (Red+Green+Blue) = 45+137+120=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8978 is #D27687. Grayscale: #6B6B6B. Windows color (decimal): -13792904 or 7899437. OLE color: 7899437.
HSL color Cylindrical-coordinate representation of color #2D8978: hue angle of 168.91º 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 #2D8978 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 120 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.46 |
| HSL | 168.91º | 0.51% | 0.36% | - |
| HSV(B) | 168.91º | 0.67% | 0.54% | - |
| XYZ | 13.42 | 19.81 | 20.88 | - |
| YUV | 107.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 120 | 0.67 | 0 | 0.12 | 0.46 | 168.91 | 0.51 | 0.36 |
| Hex | 2D | 89 | 78 | 43 | 0 | C | 2E | A9 | 33 | 24 |
| Octal | 55 | 211 | 170 | 103 | 0 | 14 | 56 | 251 | 63 | 44 |
| Binary | 101101 | 10001001 | 1111000 | 1000011 | 0 | 1100 | 101110 | 10101001 | 110011 | 100100 |
Color Harmonies of #2D8978
Complementary color
Monochromatic Colors of #2D8978
Black with #2D8978
Text Example
Text Example
White with #2D8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8978; }
p { color: rgb(45,137,120); }
H1.HeaderClassName
{
color: #2D8978;
}
.AnyTagClassName
{
color: #2D8978;
}
</style>
background-color css
<style>
a { background-color: #2D8978; }
a { background-color: rgb(45,137,120); }
div.DivClassName
{
background-color: #2D8978;
}
.BgClassName
{
background-color: #2D8978;
}
</style>
border-color css
<style>
span { border-color: #2D8978; }
span { border-color: rgb(45,137,120); }
td.TdClassName
{
border-color: #2D8978;
}
.TagClassName
{
border-color: #2D8978;
}
</style>