Shades of Elm #1E7675
Tints of Elm #1E7675
RGB
CMYK
RGB Variations
Color information
#1E7675 (or 0x1E7675) is known color: Elm. HEX triplet: 1E, 76 and 75. RGB value is (30,118,117). Sum of RGB (Red+Green+Blue) = 30+118+117=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #1E7675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7675 is #E1898A. Grayscale: #5B5B5B. Windows color (decimal): -14780811 or 7697950. OLE color: 7697950.
HSL color Cylindrical-coordinate representation of color #1E7675: hue angle of 179.32º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7675 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 117 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.54 |
| HSL | 179.32º | 0.59% | 0.29% | - |
| HSV(B) | 179.32º | 0.75% | 0.46% | - |
| XYZ | 10.22 | 14.52 | 19.09 | - |
| YUV | 91.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 117 | 0.75 | 0 | 0.01 | 0.54 | 179.32 | 0.59 | 0.29 |
| Hex | 1E | 76 | 75 | 4B | 0 | 1 | 36 | B3 | 3B | 1D |
| Octal | 36 | 166 | 165 | 113 | 0 | 1 | 66 | 263 | 73 | 35 |
| Binary | 11110 | 1110110 | 1110101 | 1001011 | 0 | 1 | 110110 | 10110011 | 111011 | 11101 |
Color Harmonies of #1E7675
Complementary color
Monochromatic Colors of #1E7675
Black with #1E7675
Text Example
Text Example
White with #1E7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7675; }
p { color: rgb(30,118,117); }
H1.HeaderClassName
{
color: #1E7675;
}
.AnyTagClassName
{
color: #1E7675;
}
</style>
background-color css
<style>
a { background-color: #1E7675; }
a { background-color: rgb(30,118,117); }
div.DivClassName
{
background-color: #1E7675;
}
.BgClassName
{
background-color: #1E7675;
}
</style>
border-color css
<style>
span { border-color: #1E7675; }
span { border-color: rgb(30,118,117); }
td.TdClassName
{
border-color: #1E7675;
}
.TagClassName
{
border-color: #1E7675;
}
</style>