Shades of Elm #2D847F
Tints of Elm #2D847F
RGB
CMYK
RGB Variations
Color information
#2D847F (or 0x2D847F) is known color: Elm. HEX triplet: 2D, 84 and 7F. RGB value is (45,132,127). Sum of RGB (Red+Green+Blue) = 45+132+127=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #2D847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D847F is #D27B80. Grayscale: #696969. Windows color (decimal): -13794177 or 8356909. OLE color: 8356909.
HSL color Cylindrical-coordinate representation of color #2D847F: hue angle of 176.55º 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 #2D847F is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 127 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.48 |
| HSL | 176.55º | 0.49% | 0.35% | - |
| HSV(B) | 176.55º | 0.66% | 0.52% | - |
| XYZ | 13.16 | 18.59 | 22.97 | - |
| YUV | 105.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 127 | 0.66 | 0 | 0.04 | 0.48 | 176.55 | 0.49 | 0.35 |
| Hex | 2D | 84 | 7F | 42 | 0 | 4 | 30 | B1 | 31 | 23 |
| Octal | 55 | 204 | 177 | 102 | 0 | 4 | 60 | 261 | 61 | 43 |
| Binary | 101101 | 10000100 | 1111111 | 1000010 | 0 | 100 | 110000 | 10110001 | 110001 | 100011 |
Color Harmonies of #2D847F
Complementary color
Monochromatic Colors of #2D847F
Black with #2D847F
Text Example
Text Example
White with #2D847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D847F; }
p { color: rgb(45,132,127); }
H1.HeaderClassName
{
color: #2D847F;
}
.AnyTagClassName
{
color: #2D847F;
}
</style>
background-color css
<style>
a { background-color: #2D847F; }
a { background-color: rgb(45,132,127); }
div.DivClassName
{
background-color: #2D847F;
}
.BgClassName
{
background-color: #2D847F;
}
</style>
border-color css
<style>
span { border-color: #2D847F; }
span { border-color: rgb(45,132,127); }
td.TdClassName
{
border-color: #2D847F;
}
.TagClassName
{
border-color: #2D847F;
}
</style>