Shades of Elm #1E726A
Tints of Elm #1E726A
RGB
CMYK
RGB Variations
Color information
#1E726A (or 0x1E726A) is known color: Elm. HEX triplet: 1E, 72 and 6A. RGB value is (30,114,106). Sum of RGB (Red+Green+Blue) = 30+114+106=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #1E726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E726A is #E18D95. Grayscale: #575757. Windows color (decimal): -14781846 or 6976030. OLE color: 6976030.
HSL color Cylindrical-coordinate representation of color #1E726A: hue angle of 174.29º degrees, saturation: 0.58, 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 #1E726A is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 114 | 106 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.55 |
| HSL | 174.29º | 0.58% | 0.28% | - |
| HSV(B) | 174.29º | 0.74% | 0.45% | - |
| XYZ | 9.15 | 13.35 | 15.73 | - |
| YUV | 87.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 106 | 0.74 | 0 | 0.07 | 0.55 | 174.29 | 0.58 | 0.28 |
| Hex | 1E | 72 | 6A | 4A | 0 | 7 | 37 | AE | 3A | 1C |
| Octal | 36 | 162 | 152 | 112 | 0 | 7 | 67 | 256 | 72 | 34 |
| Binary | 11110 | 1110010 | 1101010 | 1001010 | 0 | 111 | 110111 | 10101110 | 111010 | 11100 |
Color Harmonies of #1E726A
Complementary color
Monochromatic Colors of #1E726A
Black with #1E726A
Text Example
Text Example
White with #1E726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E726A; }
p { color: rgb(30,114,106); }
H1.HeaderClassName
{
color: #1E726A;
}
.AnyTagClassName
{
color: #1E726A;
}
</style>
background-color css
<style>
a { background-color: #1E726A; }
a { background-color: rgb(30,114,106); }
div.DivClassName
{
background-color: #1E726A;
}
.BgClassName
{
background-color: #1E726A;
}
</style>
border-color css
<style>
span { border-color: #1E726A; }
span { border-color: rgb(30,114,106); }
td.TdClassName
{
border-color: #1E726A;
}
.TagClassName
{
border-color: #1E726A;
}
</style>