Shades of Elm #1E817B
Tints of Elm #1E817B
RGB
CMYK
RGB Variations
Color information
#1E817B (or 0x1E817B) is known color: Elm. HEX triplet: 1E, 81 and 7B. RGB value is (30,129,123). Sum of RGB (Red+Green+Blue) = 30+129+123=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #1E817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E817B is #E17E84. Grayscale: #626262. Windows color (decimal): -14777989 or 8093982. OLE color: 8093982.
HSL color Cylindrical-coordinate representation of color #1E817B: hue angle of 176.36º 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 #1E817B is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 123 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.49 |
| HSL | 176.36º | 0.62% | 0.31% | - |
| HSV(B) | 176.36º | 0.77% | 0.51% | - |
| XYZ | 11.96 | 17.41 | 21.47 | - |
| YUV | 98.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 123 | 0.77 | 0 | 0.05 | 0.49 | 176.36 | 0.62 | 0.31 |
| Hex | 1E | 81 | 7B | 4D | 0 | 5 | 31 | B0 | 3E | 1F |
| Octal | 36 | 201 | 173 | 115 | 0 | 5 | 61 | 260 | 76 | 37 |
| Binary | 11110 | 10000001 | 1111011 | 1001101 | 0 | 101 | 110001 | 10110000 | 111110 | 11111 |
Color Harmonies of #1E817B
Complementary color
Monochromatic Colors of #1E817B
Black with #1E817B
Text Example
Text Example
White with #1E817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E817B; }
p { color: rgb(30,129,123); }
H1.HeaderClassName
{
color: #1E817B;
}
.AnyTagClassName
{
color: #1E817B;
}
</style>
background-color css
<style>
a { background-color: #1E817B; }
a { background-color: rgb(30,129,123); }
div.DivClassName
{
background-color: #1E817B;
}
.BgClassName
{
background-color: #1E817B;
}
</style>
border-color css
<style>
span { border-color: #1E817B; }
span { border-color: rgb(30,129,123); }
td.TdClassName
{
border-color: #1E817B;
}
.TagClassName
{
border-color: #1E817B;
}
</style>