Shades of Elm #2D7D79
Tints of Elm #2D7D79
RGB
CMYK
RGB Variations
Color information
#2D7D79 (or 0x2D7D79) is known color: Elm. HEX triplet: 2D, 7D and 79. RGB value is (45,125,121). Sum of RGB (Red+Green+Blue) = 45+125+121=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7D79 is #D28286. Grayscale: #646464. Windows color (decimal): -13795975 or 7961901. OLE color: 7961901.
HSL color Cylindrical-coordinate representation of color #2D7D79: hue angle of 177º 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 #2D7D79 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 125 | 121 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.51 |
| HSL | 177º | 0.47% | 0.33% | - |
| HSV(B) | 177º | 0.64% | 0.49% | - |
| XYZ | 11.87 | 16.61 | 20.67 | - |
| YUV | 100.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 121 | 0.64 | 0 | 0.03 | 0.51 | 177 | 0.47 | 0.33 |
| Hex | 2D | 7D | 79 | 40 | 0 | 3 | 33 | B1 | 2F | 21 |
| Octal | 55 | 175 | 171 | 100 | 0 | 3 | 63 | 261 | 57 | 41 |
| Binary | 101101 | 1111101 | 1111001 | 1000000 | 0 | 11 | 110011 | 10110001 | 101111 | 100001 |
Color Harmonies of #2D7D79
Complementary color
Monochromatic Colors of #2D7D79
Black with #2D7D79
Text Example
Text Example
White with #2D7D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7D79; }
p { color: rgb(45,125,121); }
H1.HeaderClassName
{
color: #2D7D79;
}
.AnyTagClassName
{
color: #2D7D79;
}
</style>
background-color css
<style>
a { background-color: #2D7D79; }
a { background-color: rgb(45,125,121); }
div.DivClassName
{
background-color: #2D7D79;
}
.BgClassName
{
background-color: #2D7D79;
}
</style>
border-color css
<style>
span { border-color: #2D7D79; }
span { border-color: rgb(45,125,121); }
td.TdClassName
{
border-color: #2D7D79;
}
.TagClassName
{
border-color: #2D7D79;
}
</style>