Shades of Elm #2D857C
Tints of Elm #2D857C
RGB
CMYK
RGB Variations
Color information
#2D857C (or 0x2D857C) is known color: Elm. HEX triplet: 2D, 85 and 7C. RGB value is (45,133,124). Sum of RGB (Red+Green+Blue) = 45+133+124=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #2D857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D857C is #D27A83. Grayscale: #696969. Windows color (decimal): -13793924 or 8160557. OLE color: 8160557.
HSL color Cylindrical-coordinate representation of color #2D857C: hue angle of 173.86º 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 #2D857C is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 124 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.48 |
| HSL | 173.86º | 0.49% | 0.35% | - |
| HSV(B) | 173.86º | 0.66% | 0.52% | - |
| XYZ | 13.11 | 18.79 | 22 | - |
| YUV | 105.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 124 | 0.66 | 0 | 0.07 | 0.48 | 173.86 | 0.49 | 0.35 |
| Hex | 2D | 85 | 7C | 42 | 0 | 7 | 30 | AE | 31 | 23 |
| Octal | 55 | 205 | 174 | 102 | 0 | 7 | 60 | 256 | 61 | 43 |
| Binary | 101101 | 10000101 | 1111100 | 1000010 | 0 | 111 | 110000 | 10101110 | 110001 | 100011 |
Color Harmonies of #2D857C
Complementary color
Monochromatic Colors of #2D857C
Black with #2D857C
Text Example
Text Example
White with #2D857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D857C; }
p { color: rgb(45,133,124); }
H1.HeaderClassName
{
color: #2D857C;
}
.AnyTagClassName
{
color: #2D857C;
}
</style>
background-color css
<style>
a { background-color: #2D857C; }
a { background-color: rgb(45,133,124); }
div.DivClassName
{
background-color: #2D857C;
}
.BgClassName
{
background-color: #2D857C;
}
</style>
border-color css
<style>
span { border-color: #2D857C; }
span { border-color: rgb(45,133,124); }
td.TdClassName
{
border-color: #2D857C;
}
.TagClassName
{
border-color: #2D857C;
}
</style>