Shades of Elm #2D867D
Tints of Elm #2D867D
RGB
CMYK
RGB Variations
Color information
#2D867D (or 0x2D867D) is known color: Elm. HEX triplet: 2D, 86 and 7D. RGB value is (45,134,125). Sum of RGB (Red+Green+Blue) = 45+134+125=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #2D867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D867D is #D27982. Grayscale: #6A6A6A. Windows color (decimal): -13793667 or 8226349. OLE color: 8226349.
HSL color Cylindrical-coordinate representation of color #2D867D: hue angle of 173.93º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D867D is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 125 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.47 |
| HSL | 173.93º | 0.5% | 0.35% | - |
| HSV(B) | 173.93º | 0.66% | 0.53% | - |
| XYZ | 13.31 | 19.09 | 22.39 | - |
| YUV | 106.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 125 | 0.66 | 0 | 0.07 | 0.47 | 173.93 | 0.5 | 0.35 |
| Hex | 2D | 86 | 7D | 42 | 0 | 7 | 2F | AE | 32 | 23 |
| Octal | 55 | 206 | 175 | 102 | 0 | 7 | 57 | 256 | 62 | 43 |
| Binary | 101101 | 10000110 | 1111101 | 1000010 | 0 | 111 | 101111 | 10101110 | 110010 | 100011 |
Color Harmonies of #2D867D
Complementary color
Monochromatic Colors of #2D867D
Black with #2D867D
Text Example
Text Example
White with #2D867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D867D; }
p { color: rgb(45,134,125); }
H1.HeaderClassName
{
color: #2D867D;
}
.AnyTagClassName
{
color: #2D867D;
}
</style>
background-color css
<style>
a { background-color: #2D867D; }
a { background-color: rgb(45,134,125); }
div.DivClassName
{
background-color: #2D867D;
}
.BgClassName
{
background-color: #2D867D;
}
</style>
border-color css
<style>
span { border-color: #2D867D; }
span { border-color: rgb(45,134,125); }
td.TdClassName
{
border-color: #2D867D;
}
.TagClassName
{
border-color: #2D867D;
}
</style>