Shades of Elm #1E7A72
Tints of Elm #1E7A72
RGB
CMYK
RGB Variations
Color information
#1E7A72 (or 0x1E7A72) is known color: Elm. HEX triplet: 1E, 7A and 72. RGB value is (30,122,114). Sum of RGB (Red+Green+Blue) = 30+122+114=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A72 is #E1858D. Grayscale: #5D5D5D. Windows color (decimal): -14779790 or 7502366. OLE color: 7502366.
HSL color Cylindrical-coordinate representation of color #1E7A72: hue angle of 174.78º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A72 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 114 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.52 |
| HSL | 174.78º | 0.61% | 0.3% | - |
| HSV(B) | 174.78º | 0.75% | 0.48% | - |
| XYZ | 10.53 | 15.41 | 18.34 | - |
| YUV | 93.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 114 | 0.75 | 0 | 0.07 | 0.52 | 174.78 | 0.61 | 0.3 |
| Hex | 1E | 7A | 72 | 4B | 0 | 7 | 34 | AF | 3D | 1E |
| Octal | 36 | 172 | 162 | 113 | 0 | 7 | 64 | 257 | 75 | 36 |
| Binary | 11110 | 1111010 | 1110010 | 1001011 | 0 | 111 | 110100 | 10101111 | 111101 | 11110 |
Color Harmonies of #1E7A72
Complementary color
Monochromatic Colors of #1E7A72
Black with #1E7A72
Text Example
Text Example
White with #1E7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A72; }
p { color: rgb(30,122,114); }
H1.HeaderClassName
{
color: #1E7A72;
}
.AnyTagClassName
{
color: #1E7A72;
}
</style>
background-color css
<style>
a { background-color: #1E7A72; }
a { background-color: rgb(30,122,114); }
div.DivClassName
{
background-color: #1E7A72;
}
.BgClassName
{
background-color: #1E7A72;
}
</style>
border-color css
<style>
span { border-color: #1E7A72; }
span { border-color: rgb(30,122,114); }
td.TdClassName
{
border-color: #1E7A72;
}
.TagClassName
{
border-color: #1E7A72;
}
</style>