Shades of Elm #1D897D
Tints of Elm #1D897D
RGB
CMYK
RGB Variations
Color information
#1D897D (or 0x1D897D) is known color: Elm. HEX triplet: 1D, 89 and 7D. RGB value is (29,137,125). Sum of RGB (Red+Green+Blue) = 29+137+125=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #1D897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D897D is #E27682. Grayscale: #676767. Windows color (decimal): -14841475 or 8227101. OLE color: 8227101.
HSL color Cylindrical-coordinate representation of color #1D897D: hue angle of 173.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D897D is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 125 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.46 |
| HSL | 173.33º | 0.65% | 0.33% | - |
| HSV(B) | 173.33º | 0.79% | 0.54% | - |
| XYZ | 13.15 | 19.63 | 22.5 | - |
| YUV | 103.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 125 | 0.79 | 0 | 0.09 | 0.46 | 173.33 | 0.65 | 0.33 |
| Hex | 1D | 89 | 7D | 4F | 0 | 9 | 2E | AD | 41 | 21 |
| Octal | 35 | 211 | 175 | 117 | 0 | 11 | 56 | 255 | 101 | 41 |
| Binary | 11101 | 10001001 | 1111101 | 1001111 | 0 | 1001 | 101110 | 10101101 | 1000001 | 100001 |
Color Harmonies of #1D897D
Complementary color
Monochromatic Colors of #1D897D
Black with #1D897D
Text Example
Text Example
White with #1D897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D897D; }
p { color: rgb(29,137,125); }
H1.HeaderClassName
{
color: #1D897D;
}
.AnyTagClassName
{
color: #1D897D;
}
</style>
background-color css
<style>
a { background-color: #1D897D; }
a { background-color: rgb(29,137,125); }
div.DivClassName
{
background-color: #1D897D;
}
.BgClassName
{
background-color: #1D897D;
}
</style>
border-color css
<style>
span { border-color: #1D897D; }
span { border-color: rgb(29,137,125); }
td.TdClassName
{
border-color: #1D897D;
}
.TagClassName
{
border-color: #1D897D;
}
</style>