Shades of Elm #1E7F7E
Tints of Elm #1E7F7E
RGB
CMYK
RGB Variations
Color information
#1E7F7E (or 0x1E7F7E) is known color: Elm. HEX triplet: 1E, 7F and 7E. RGB value is (30,127,126). Sum of RGB (Red+Green+Blue) = 30+127+126=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F7E is #E18081. Grayscale: #616161. Windows color (decimal): -14778498 or 8290078. OLE color: 8290078.
HSL color Cylindrical-coordinate representation of color #1E7F7E: hue angle of 179.38º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7F7E is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 126 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.50 |
| HSL | 179.38º | 0.62% | 0.31% | - |
| HSV(B) | 179.38º | 0.76% | 0.5% | - |
| XYZ | 11.89 | 16.96 | 22.39 | - |
| YUV | 97.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 126 | 0.76 | 0 | 0.01 | 0.50 | 179.38 | 0.62 | 0.31 |
| Hex | 1E | 7F | 7E | 4C | 0 | 1 | 32 | B3 | 3E | 1F |
| Octal | 36 | 177 | 176 | 114 | 0 | 1 | 62 | 263 | 76 | 37 |
| Binary | 11110 | 1111111 | 1111110 | 1001100 | 0 | 1 | 110010 | 10110011 | 111110 | 11111 |
Color Harmonies of #1E7F7E
Complementary color
Monochromatic Colors of #1E7F7E
Black with #1E7F7E
Text Example
Text Example
White with #1E7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F7E; }
p { color: rgb(30,127,126); }
H1.HeaderClassName
{
color: #1E7F7E;
}
.AnyTagClassName
{
color: #1E7F7E;
}
</style>
background-color css
<style>
a { background-color: #1E7F7E; }
a { background-color: rgb(30,127,126); }
div.DivClassName
{
background-color: #1E7F7E;
}
.BgClassName
{
background-color: #1E7F7E;
}
</style>
border-color css
<style>
span { border-color: #1E7F7E; }
span { border-color: rgb(30,127,126); }
td.TdClassName
{
border-color: #1E7F7E;
}
.TagClassName
{
border-color: #1E7F7E;
}
</style>