Shades of Elm #2D887C
Tints of Elm #2D887C
RGB
CMYK
RGB Variations
Color information
#2D887C (or 0x2D887C) is known color: Elm. HEX triplet: 2D, 88 and 7C. RGB value is (45,136,124). Sum of RGB (Red+Green+Blue) = 45+136+124=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #2D887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D887C is #D27783. Grayscale: #6B6B6B. Windows color (decimal): -13793156 or 8161325. OLE color: 8161325.
HSL color Cylindrical-coordinate representation of color #2D887C: hue angle of 172.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D887C is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 124 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.47 |
| HSL | 172.09º | 0.5% | 0.35% | - |
| HSV(B) | 172.09º | 0.67% | 0.53% | - |
| XYZ | 13.52 | 19.62 | 22.14 | - |
| YUV | 107.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 124 | 0.67 | 0 | 0.09 | 0.47 | 172.09 | 0.5 | 0.35 |
| Hex | 2D | 88 | 7C | 43 | 0 | 9 | 2F | AC | 32 | 23 |
| Octal | 55 | 210 | 174 | 103 | 0 | 11 | 57 | 254 | 62 | 43 |
| Binary | 101101 | 10001000 | 1111100 | 1000011 | 0 | 1001 | 101111 | 10101100 | 110010 | 100011 |
Color Harmonies of #2D887C
Complementary color
Monochromatic Colors of #2D887C
Black with #2D887C
Text Example
Text Example
White with #2D887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D887C; }
p { color: rgb(45,136,124); }
H1.HeaderClassName
{
color: #2D887C;
}
.AnyTagClassName
{
color: #2D887C;
}
</style>
background-color css
<style>
a { background-color: #2D887C; }
a { background-color: rgb(45,136,124); }
div.DivClassName
{
background-color: #2D887C;
}
.BgClassName
{
background-color: #2D887C;
}
</style>
border-color css
<style>
span { border-color: #2D887C; }
span { border-color: rgb(45,136,124); }
td.TdClassName
{
border-color: #2D887C;
}
.TagClassName
{
border-color: #2D887C;
}
</style>