Shades of Elm #1F8D7E
Tints of Elm #1F8D7E
RGB
CMYK
RGB Variations
Color information
#1F8D7E (or 0x1F8D7E) is known color: Elm. HEX triplet: 1F, 8D and 7E. RGB value is (31,141,126). Sum of RGB (Red+Green+Blue) = 31+141+126=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #1F8D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8D7E is #E07281. Grayscale: #6A6A6A. Windows color (decimal): -14709378 or 8293663. OLE color: 8293663.
HSL color Cylindrical-coordinate representation of color #1F8D7E: hue angle of 171.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8D7E is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 141 | 126 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.45 |
| HSL | 171.82º | 0.64% | 0.34% | - |
| HSV(B) | 171.82º | 0.78% | 0.55% | - |
| XYZ | 13.86 | 20.85 | 23.03 | - |
| YUV | 106.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 126 | 0.78 | 0 | 0.11 | 0.45 | 171.82 | 0.64 | 0.34 |
| Hex | 1F | 8D | 7E | 4E | 0 | B | 2D | AC | 40 | 22 |
| Octal | 37 | 215 | 176 | 116 | 0 | 13 | 55 | 254 | 100 | 42 |
| Binary | 11111 | 10001101 | 1111110 | 1001110 | 0 | 1011 | 101101 | 10101100 | 1000000 | 100010 |
Color Harmonies of #1F8D7E
Complementary color
Monochromatic Colors of #1F8D7E
Black with #1F8D7E
Text Example
Text Example
White with #1F8D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8D7E; }
p { color: rgb(31,141,126); }
H1.HeaderClassName
{
color: #1F8D7E;
}
.AnyTagClassName
{
color: #1F8D7E;
}
</style>
background-color css
<style>
a { background-color: #1F8D7E; }
a { background-color: rgb(31,141,126); }
div.DivClassName
{
background-color: #1F8D7E;
}
.BgClassName
{
background-color: #1F8D7E;
}
</style>
border-color css
<style>
span { border-color: #1F8D7E; }
span { border-color: rgb(31,141,126); }
td.TdClassName
{
border-color: #1F8D7E;
}
.TagClassName
{
border-color: #1F8D7E;
}
</style>