Shades of Elm #2D847C
Tints of Elm #2D847C
RGB
CMYK
RGB Variations
Color information
#2D847C (or 0x2D847C) is known color: Elm. HEX triplet: 2D, 84 and 7C. RGB value is (45,132,124). Sum of RGB (Red+Green+Blue) = 45+132+124=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #2D847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D847C is #D27B83. Grayscale: #696969. Windows color (decimal): -13794180 or 8160301. OLE color: 8160301.
HSL color Cylindrical-coordinate representation of color #2D847C: hue angle of 174.48º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D847C is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 124 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.48 |
| HSL | 174.48º | 0.49% | 0.35% | - |
| HSV(B) | 174.48º | 0.66% | 0.52% | - |
| XYZ | 12.97 | 18.52 | 21.96 | - |
| YUV | 105.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 124 | 0.66 | 0 | 0.06 | 0.48 | 174.48 | 0.49 | 0.35 |
| Hex | 2D | 84 | 7C | 42 | 0 | 6 | 30 | AE | 31 | 23 |
| Octal | 55 | 204 | 174 | 102 | 0 | 6 | 60 | 256 | 61 | 43 |
| Binary | 101101 | 10000100 | 1111100 | 1000010 | 0 | 110 | 110000 | 10101110 | 110001 | 100011 |
Color Harmonies of #2D847C
Complementary color
Monochromatic Colors of #2D847C
Black with #2D847C
Text Example
Text Example
White with #2D847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D847C; }
p { color: rgb(45,132,124); }
H1.HeaderClassName
{
color: #2D847C;
}
.AnyTagClassName
{
color: #2D847C;
}
</style>
background-color css
<style>
a { background-color: #2D847C; }
a { background-color: rgb(45,132,124); }
div.DivClassName
{
background-color: #2D847C;
}
.BgClassName
{
background-color: #2D847C;
}
</style>
border-color css
<style>
span { border-color: #2D847C; }
span { border-color: rgb(45,132,124); }
td.TdClassName
{
border-color: #2D847C;
}
.TagClassName
{
border-color: #2D847C;
}
</style>