Shades of Elm #1E716D
Tints of Elm #1E716D
RGB
CMYK
RGB Variations
Color information
#1E716D (or 0x1E716D) is known color: Elm. HEX triplet: 1E, 71 and 6D. RGB value is (30,113,109). Sum of RGB (Red+Green+Blue) = 30+113+109=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #1E716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E716D is #E18E92. Grayscale: #575757. Windows color (decimal): -14782099 or 7172382. OLE color: 7172382.
HSL color Cylindrical-coordinate representation of color #1E716D: hue angle of 177.11º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E716D is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 113 | 109 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.56 |
| HSL | 177.11º | 0.58% | 0.28% | - |
| HSV(B) | 177.11º | 0.73% | 0.44% | - |
| XYZ | 9.2 | 13.19 | 16.53 | - |
| YUV | 87.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 109 | 0.73 | 0 | 0.04 | 0.56 | 177.11 | 0.58 | 0.28 |
| Hex | 1E | 71 | 6D | 49 | 0 | 4 | 38 | B1 | 3A | 1C |
| Octal | 36 | 161 | 155 | 111 | 0 | 4 | 70 | 261 | 72 | 34 |
| Binary | 11110 | 1110001 | 1101101 | 1001001 | 0 | 100 | 111000 | 10110001 | 111010 | 11100 |
Color Harmonies of #1E716D
Complementary color
Monochromatic Colors of #1E716D
Black with #1E716D
Text Example
Text Example
White with #1E716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E716D; }
p { color: rgb(30,113,109); }
H1.HeaderClassName
{
color: #1E716D;
}
.AnyTagClassName
{
color: #1E716D;
}
</style>
background-color css
<style>
a { background-color: #1E716D; }
a { background-color: rgb(30,113,109); }
div.DivClassName
{
background-color: #1E716D;
}
.BgClassName
{
background-color: #1E716D;
}
</style>
border-color css
<style>
span { border-color: #1E716D; }
span { border-color: rgb(30,113,109); }
td.TdClassName
{
border-color: #1E716D;
}
.TagClassName
{
border-color: #1E716D;
}
</style>