Shades of Elm #1E827A
Tints of Elm #1E827A
RGB
CMYK
RGB Variations
Color information
#1E827A (or 0x1E827A) is known color: Elm. HEX triplet: 1E, 82 and 7A. RGB value is (30,130,122). Sum of RGB (Red+Green+Blue) = 30+130+122=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #1E827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E827A is #E17D85. Grayscale: #636363. Windows color (decimal): -14777734 or 8028702. OLE color: 8028702.
HSL color Cylindrical-coordinate representation of color #1E827A: hue angle of 175.2º 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 #1E827A is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 122 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.49 |
| HSL | 175.2º | 0.63% | 0.31% | - |
| HSV(B) | 175.2º | 0.77% | 0.51% | - |
| XYZ | 12.03 | 17.65 | 21.18 | - |
| YUV | 99.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 122 | 0.77 | 0 | 0.06 | 0.49 | 175.2 | 0.63 | 0.31 |
| Hex | 1E | 82 | 7A | 4D | 0 | 6 | 31 | AF | 3E | 1F |
| Octal | 36 | 202 | 172 | 115 | 0 | 6 | 61 | 257 | 76 | 37 |
| Binary | 11110 | 10000010 | 1111010 | 1001101 | 0 | 110 | 110001 | 10101111 | 111110 | 11111 |
Color Harmonies of #1E827A
Complementary color
Monochromatic Colors of #1E827A
Black with #1E827A
Text Example
Text Example
White with #1E827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E827A; }
p { color: rgb(30,130,122); }
H1.HeaderClassName
{
color: #1E827A;
}
.AnyTagClassName
{
color: #1E827A;
}
</style>
background-color css
<style>
a { background-color: #1E827A; }
a { background-color: rgb(30,130,122); }
div.DivClassName
{
background-color: #1E827A;
}
.BgClassName
{
background-color: #1E827A;
}
</style>
border-color css
<style>
span { border-color: #1E827A; }
span { border-color: rgb(30,130,122); }
td.TdClassName
{
border-color: #1E827A;
}
.TagClassName
{
border-color: #1E827A;
}
</style>