Shades of Elm #2D7C73
Tints of Elm #2D7C73
RGB
CMYK
RGB Variations
Color information
#2D7C73 (or 0x2D7C73) is known color: Elm. HEX triplet: 2D, 7C and 73. RGB value is (45,124,115). Sum of RGB (Red+Green+Blue) = 45+124+115=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7C73 is #D2838C. Grayscale: #636363. Windows color (decimal): -13796237 or 7568429. OLE color: 7568429.
HSL color Cylindrical-coordinate representation of color #2D7C73: hue angle of 173.16º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C73 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 115 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.51 |
| HSL | 173.16º | 0.47% | 0.33% | - |
| HSV(B) | 173.16º | 0.64% | 0.49% | - |
| XYZ | 11.38 | 16.21 | 18.75 | - |
| YUV | 99.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 115 | 0.64 | 0 | 0.07 | 0.51 | 173.16 | 0.47 | 0.33 |
| Hex | 2D | 7C | 73 | 40 | 0 | 7 | 33 | AD | 2F | 21 |
| Octal | 55 | 174 | 163 | 100 | 0 | 7 | 63 | 255 | 57 | 41 |
| Binary | 101101 | 1111100 | 1110011 | 1000000 | 0 | 111 | 110011 | 10101101 | 101111 | 100001 |
Color Harmonies of #2D7C73
Complementary color
Monochromatic Colors of #2D7C73
Black with #2D7C73
Text Example
Text Example
White with #2D7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C73; }
p { color: rgb(45,124,115); }
H1.HeaderClassName
{
color: #2D7C73;
}
.AnyTagClassName
{
color: #2D7C73;
}
</style>
background-color css
<style>
a { background-color: #2D7C73; }
a { background-color: rgb(45,124,115); }
div.DivClassName
{
background-color: #2D7C73;
}
.BgClassName
{
background-color: #2D7C73;
}
</style>
border-color css
<style>
span { border-color: #2D7C73; }
span { border-color: rgb(45,124,115); }
td.TdClassName
{
border-color: #2D7C73;
}
.TagClassName
{
border-color: #2D7C73;
}
</style>