Shades of Elm #1E736F
Tints of Elm #1E736F
RGB
CMYK
RGB Variations
Color information
#1E736F (or 0x1E736F) is known color: Elm. HEX triplet: 1E, 73 and 6F. RGB value is (30,115,111). Sum of RGB (Red+Green+Blue) = 30+115+111=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #1E736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E736F is #E18C90. Grayscale: #595959. Windows color (decimal): -14781585 or 7303966. OLE color: 7303966.
HSL color Cylindrical-coordinate representation of color #1E736F: hue angle of 177.18º 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 #1E736F is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 111 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.55 |
| HSL | 177.18º | 0.59% | 0.28% | - |
| HSV(B) | 177.18º | 0.74% | 0.45% | - |
| XYZ | 9.54 | 13.69 | 17.18 | - |
| YUV | 89.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 111 | 0.74 | 0 | 0.03 | 0.55 | 177.18 | 0.59 | 0.28 |
| Hex | 1E | 73 | 6F | 4A | 0 | 3 | 37 | B1 | 3B | 1C |
| Octal | 36 | 163 | 157 | 112 | 0 | 3 | 67 | 261 | 73 | 34 |
| Binary | 11110 | 1110011 | 1101111 | 1001010 | 0 | 11 | 110111 | 10110001 | 111011 | 11100 |
Color Harmonies of #1E736F
Complementary color
Monochromatic Colors of #1E736F
Black with #1E736F
Text Example
Text Example
White with #1E736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E736F; }
p { color: rgb(30,115,111); }
H1.HeaderClassName
{
color: #1E736F;
}
.AnyTagClassName
{
color: #1E736F;
}
</style>
background-color css
<style>
a { background-color: #1E736F; }
a { background-color: rgb(30,115,111); }
div.DivClassName
{
background-color: #1E736F;
}
.BgClassName
{
background-color: #1E736F;
}
</style>
border-color css
<style>
span { border-color: #1E736F; }
span { border-color: rgb(30,115,111); }
td.TdClassName
{
border-color: #1E736F;
}
.TagClassName
{
border-color: #1E736F;
}
</style>