Shades of Elm #2D7571
Tints of Elm #2D7571
RGB
CMYK
RGB Variations
Color information
#2D7571 (or 0x2D7571) is known color: Elm. HEX triplet: 2D, 75 and 71. RGB value is (45,117,113). Sum of RGB (Red+Green+Blue) = 45+117+113=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7571 is #D28A8E. Grayscale: #5E5E5E. Windows color (decimal): -13798031 or 7435565. OLE color: 7435565.
HSL color Cylindrical-coordinate representation of color #2D7571: hue angle of 176.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7571 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 113 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.54 |
| HSL | 176.67º | 0.44% | 0.32% | - |
| HSV(B) | 176.67º | 0.62% | 0.46% | - |
| XYZ | 10.42 | 14.47 | 17.87 | - |
| YUV | 95.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 113 | 0.62 | 0 | 0.03 | 0.54 | 176.67 | 0.44 | 0.32 |
| Hex | 2D | 75 | 71 | 3E | 0 | 3 | 36 | B1 | 2C | 20 |
| Octal | 55 | 165 | 161 | 76 | 0 | 3 | 66 | 261 | 54 | 40 |
| Binary | 101101 | 1110101 | 1110001 | 111110 | 0 | 11 | 110110 | 10110001 | 101100 | 100000 |
Color Harmonies of #2D7571
Complementary color
Monochromatic Colors of #2D7571
Black with #2D7571
Text Example
Text Example
White with #2D7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7571; }
p { color: rgb(45,117,113); }
H1.HeaderClassName
{
color: #2D7571;
}
.AnyTagClassName
{
color: #2D7571;
}
</style>
background-color css
<style>
a { background-color: #2D7571; }
a { background-color: rgb(45,117,113); }
div.DivClassName
{
background-color: #2D7571;
}
.BgClassName
{
background-color: #2D7571;
}
</style>
border-color css
<style>
span { border-color: #2D7571; }
span { border-color: rgb(45,117,113); }
td.TdClassName
{
border-color: #2D7571;
}
.TagClassName
{
border-color: #2D7571;
}
</style>