Shades of Elm #1E827B
Tints of Elm #1E827B
RGB
CMYK
RGB Variations
Color information
#1E827B (or 0x1E827B) is known color: Elm. HEX triplet: 1E, 82 and 7B. RGB value is (30,130,123). Sum of RGB (Red+Green+Blue) = 30+130+123=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #1E827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E827B is #E17D84. Grayscale: #636363. Windows color (decimal): -14777733 or 8094238. OLE color: 8094238.
HSL color Cylindrical-coordinate representation of color #1E827B: hue angle of 175.8º 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 #1E827B is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 123 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.49 |
| HSL | 175.8º | 0.63% | 0.31% | - |
| HSV(B) | 175.8º | 0.77% | 0.51% | - |
| XYZ | 12.09 | 17.67 | 21.51 | - |
| YUV | 99.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 123 | 0.77 | 0 | 0.05 | 0.49 | 175.8 | 0.63 | 0.31 |
| Hex | 1E | 82 | 7B | 4D | 0 | 5 | 31 | B0 | 3E | 1F |
| Octal | 36 | 202 | 173 | 115 | 0 | 5 | 61 | 260 | 76 | 37 |
| Binary | 11110 | 10000010 | 1111011 | 1001101 | 0 | 101 | 110001 | 10110000 | 111110 | 11111 |
Color Harmonies of #1E827B
Complementary color
Monochromatic Colors of #1E827B
Black with #1E827B
Text Example
Text Example
White with #1E827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E827B; }
p { color: rgb(30,130,123); }
H1.HeaderClassName
{
color: #1E827B;
}
.AnyTagClassName
{
color: #1E827B;
}
</style>
background-color css
<style>
a { background-color: #1E827B; }
a { background-color: rgb(30,130,123); }
div.DivClassName
{
background-color: #1E827B;
}
.BgClassName
{
background-color: #1E827B;
}
</style>
border-color css
<style>
span { border-color: #1E827B; }
span { border-color: rgb(30,130,123); }
td.TdClassName
{
border-color: #1E827B;
}
.TagClassName
{
border-color: #1E827B;
}
</style>