Shades of Elm #1E8481
Tints of Elm #1E8481
RGB
CMYK
RGB Variations
Color information
#1E8481 (or 0x1E8481) is known color: Elm. HEX triplet: 1E, 84 and 81. RGB value is (30,132,129). Sum of RGB (Red+Green+Blue) = 30+132+129=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8481 is #E17B7E. Grayscale: #656565. Windows color (decimal): -14777215 or 8487966. OLE color: 8487966.
HSL color Cylindrical-coordinate representation of color #1E8481: hue angle of 178.24º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8481 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 129 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.48 |
| HSL | 178.24º | 0.63% | 0.32% | - |
| HSV(B) | 178.24º | 0.77% | 0.52% | - |
| XYZ | 12.75 | 18.36 | 23.64 | - |
| YUV | 101.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 129 | 0.77 | 0 | 0.02 | 0.48 | 178.24 | 0.63 | 0.32 |
| Hex | 1E | 84 | 81 | 4D | 0 | 2 | 30 | B2 | 3F | 20 |
| Octal | 36 | 204 | 201 | 115 | 0 | 2 | 60 | 262 | 77 | 40 |
| Binary | 11110 | 10000100 | 10000001 | 1001101 | 0 | 10 | 110000 | 10110010 | 111111 | 100000 |
Color Harmonies of #1E8481
Complementary color
Monochromatic Colors of #1E8481
Black with #1E8481
Text Example
Text Example
White with #1E8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8481; }
p { color: rgb(30,132,129); }
H1.HeaderClassName
{
color: #1E8481;
}
.AnyTagClassName
{
color: #1E8481;
}
</style>
background-color css
<style>
a { background-color: #1E8481; }
a { background-color: rgb(30,132,129); }
div.DivClassName
{
background-color: #1E8481;
}
.BgClassName
{
background-color: #1E8481;
}
</style>
border-color css
<style>
span { border-color: #1E8481; }
span { border-color: rgb(30,132,129); }
td.TdClassName
{
border-color: #1E8481;
}
.TagClassName
{
border-color: #1E8481;
}
</style>