Shades of Elm #1E736D
Tints of Elm #1E736D
RGB
CMYK
RGB Variations
Color information
#1E736D (or 0x1E736D) is known color: Elm. HEX triplet: 1E, 73 and 6D. RGB value is (30,115,109). Sum of RGB (Red+Green+Blue) = 30+115+109=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #1E736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E736D is #E18C92. Grayscale: #585858. Windows color (decimal): -14781587 or 7172894. OLE color: 7172894.
HSL color Cylindrical-coordinate representation of color #1E736D: hue angle of 175.76º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E736D is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 109 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.55 |
| HSL | 175.76º | 0.59% | 0.28% | - |
| HSV(B) | 175.76º | 0.74% | 0.45% | - |
| XYZ | 9.43 | 13.64 | 16.6 | - |
| YUV | 88.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 109 | 0.74 | 0 | 0.05 | 0.55 | 175.76 | 0.59 | 0.28 |
| Hex | 1E | 73 | 6D | 4A | 0 | 5 | 37 | B0 | 3B | 1C |
| Octal | 36 | 163 | 155 | 112 | 0 | 5 | 67 | 260 | 73 | 34 |
| Binary | 11110 | 1110011 | 1101101 | 1001010 | 0 | 101 | 110111 | 10110000 | 111011 | 11100 |
Color Harmonies of #1E736D
Complementary color
Monochromatic Colors of #1E736D
Black with #1E736D
Text Example
Text Example
White with #1E736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E736D; }
p { color: rgb(30,115,109); }
H1.HeaderClassName
{
color: #1E736D;
}
.AnyTagClassName
{
color: #1E736D;
}
</style>
background-color css
<style>
a { background-color: #1E736D; }
a { background-color: rgb(30,115,109); }
div.DivClassName
{
background-color: #1E736D;
}
.BgClassName
{
background-color: #1E736D;
}
</style>
border-color css
<style>
span { border-color: #1E736D; }
span { border-color: rgb(30,115,109); }
td.TdClassName
{
border-color: #1E736D;
}
.TagClassName
{
border-color: #1E736D;
}
</style>