Shades of Elm #1D807D
Tints of Elm #1D807D
RGB
CMYK
RGB Variations
Color information
#1D807D (or 0x1D807D) is known color: Elm. HEX triplet: 1D, 80 and 7D. RGB value is (29,128,125). Sum of RGB (Red+Green+Blue) = 29+128+125=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #1D807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D807D is #E27F82. Grayscale: #616161. Windows color (decimal): -14843779 or 8224797. OLE color: 8224797.
HSL color Cylindrical-coordinate representation of color #1D807D: hue angle of 178.18º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D807D is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 128 | 125 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.50 |
| HSL | 178.18º | 0.63% | 0.31% | - |
| HSV(B) | 178.18º | 0.77% | 0.5% | - |
| XYZ | 11.93 | 17.18 | 22.09 | - |
| YUV | 98.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 125 | 0.77 | 0 | 0.02 | 0.50 | 178.18 | 0.63 | 0.31 |
| Hex | 1D | 80 | 7D | 4D | 0 | 2 | 32 | B2 | 3F | 1F |
| Octal | 35 | 200 | 175 | 115 | 0 | 2 | 62 | 262 | 77 | 37 |
| Binary | 11101 | 10000000 | 1111101 | 1001101 | 0 | 10 | 110010 | 10110010 | 111111 | 11111 |
Color Harmonies of #1D807D
Complementary color
Monochromatic Colors of #1D807D
Black with #1D807D
Text Example
Text Example
White with #1D807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D807D; }
p { color: rgb(29,128,125); }
H1.HeaderClassName
{
color: #1D807D;
}
.AnyTagClassName
{
color: #1D807D;
}
</style>
background-color css
<style>
a { background-color: #1D807D; }
a { background-color: rgb(29,128,125); }
div.DivClassName
{
background-color: #1D807D;
}
.BgClassName
{
background-color: #1D807D;
}
</style>
border-color css
<style>
span { border-color: #1D807D; }
span { border-color: rgb(29,128,125); }
td.TdClassName
{
border-color: #1D807D;
}
.TagClassName
{
border-color: #1D807D;
}
</style>