Shades of Elm #1E8273
Tints of Elm #1E8273
RGB
CMYK
RGB Variations
Color information
#1E8273 (or 0x1E8273) is known color: Elm. HEX triplet: 1E, 82 and 73. RGB value is (30,130,115). Sum of RGB (Red+Green+Blue) = 30+130+115=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8273 is #E17D8C. Grayscale: #626262. Windows color (decimal): -14777741 or 7569950. OLE color: 7569950.
HSL color Cylindrical-coordinate representation of color #1E8273: hue angle of 171º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8273 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 115 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.49 |
| HSL | 171º | 0.63% | 0.31% | - |
| HSV(B) | 171º | 0.77% | 0.51% | - |
| XYZ | 11.61 | 17.48 | 18.98 | - |
| YUV | 98.39 | 137.37 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 115 | 0.77 | 0 | 0.12 | 0.49 | 171 | 0.63 | 0.31 |
| Hex | 1E | 82 | 73 | 4D | 0 | C | 31 | AB | 3E | 1F |
| Octal | 36 | 202 | 163 | 115 | 0 | 14 | 61 | 253 | 76 | 37 |
| Binary | 11110 | 10000010 | 1110011 | 1001101 | 0 | 1100 | 110001 | 10101011 | 111110 | 11111 |
Color Harmonies of #1E8273
Complementary color
Monochromatic Colors of #1E8273
Black with #1E8273
Text Example
Text Example
White with #1E8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8273; }
p { color: rgb(30,130,115); }
H1.HeaderClassName
{
color: #1E8273;
}
.AnyTagClassName
{
color: #1E8273;
}
</style>
background-color css
<style>
a { background-color: #1E8273; }
a { background-color: rgb(30,130,115); }
div.DivClassName
{
background-color: #1E8273;
}
.BgClassName
{
background-color: #1E8273;
}
</style>
border-color css
<style>
span { border-color: #1E8273; }
span { border-color: rgb(30,130,115); }
td.TdClassName
{
border-color: #1E8273;
}
.TagClassName
{
border-color: #1E8273;
}
</style>