Shades of Elm #1E736B
Tints of Elm #1E736B
RGB
CMYK
RGB Variations
Color information
#1E736B (or 0x1E736B) is known color: Elm. HEX triplet: 1E, 73 and 6B. RGB value is (30,115,107). Sum of RGB (Red+Green+Blue) = 30+115+107=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #1E736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E736B is #E18C94. Grayscale: #585858. Windows color (decimal): -14781589 or 7041822. OLE color: 7041822.
HSL color Cylindrical-coordinate representation of color #1E736B: hue angle of 174.35º 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 #1E736B is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 107 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.55 |
| HSL | 174.35º | 0.59% | 0.28% | - |
| HSV(B) | 174.35º | 0.74% | 0.45% | - |
| XYZ | 9.32 | 13.6 | 16.04 | - |
| YUV | 88.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 107 | 0.74 | 0 | 0.07 | 0.55 | 174.35 | 0.59 | 0.28 |
| Hex | 1E | 73 | 6B | 4A | 0 | 7 | 37 | AE | 3B | 1C |
| Octal | 36 | 163 | 153 | 112 | 0 | 7 | 67 | 256 | 73 | 34 |
| Binary | 11110 | 1110011 | 1101011 | 1001010 | 0 | 111 | 110111 | 10101110 | 111011 | 11100 |
Color Harmonies of #1E736B
Complementary color
Monochromatic Colors of #1E736B
Black with #1E736B
Text Example
Text Example
White with #1E736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E736B; }
p { color: rgb(30,115,107); }
H1.HeaderClassName
{
color: #1E736B;
}
.AnyTagClassName
{
color: #1E736B;
}
</style>
background-color css
<style>
a { background-color: #1E736B; }
a { background-color: rgb(30,115,107); }
div.DivClassName
{
background-color: #1E736B;
}
.BgClassName
{
background-color: #1E736B;
}
</style>
border-color css
<style>
span { border-color: #1E736B; }
span { border-color: rgb(30,115,107); }
td.TdClassName
{
border-color: #1E736B;
}
.TagClassName
{
border-color: #1E736B;
}
</style>