Shades of Elm #1F716E
Tints of Elm #1F716E
RGB
CMYK
RGB Variations
Color information
#1F716E (or 0x1F716E) is known color: Elm. HEX triplet: 1F, 71 and 6E. RGB value is (31,113,110). Sum of RGB (Red+Green+Blue) = 31+113+110=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #1F716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F716E is #E08E91. Grayscale: #585858. Windows color (decimal): -14716562 or 7237919. OLE color: 7237919.
HSL color Cylindrical-coordinate representation of color #1F716E: hue angle of 177.8º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F716E is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 110 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.56 |
| HSL | 177.8º | 0.57% | 0.28% | - |
| HSV(B) | 177.8º | 0.73% | 0.44% | - |
| XYZ | 9.28 | 13.23 | 16.82 | - |
| YUV | 88.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 110 | 0.73 | 0 | 0.03 | 0.56 | 177.8 | 0.57 | 0.28 |
| Hex | 1F | 71 | 6E | 49 | 0 | 3 | 38 | B2 | 39 | 1C |
| Octal | 37 | 161 | 156 | 111 | 0 | 3 | 70 | 262 | 71 | 34 |
| Binary | 11111 | 1110001 | 1101110 | 1001001 | 0 | 11 | 111000 | 10110010 | 111001 | 11100 |
Color Harmonies of #1F716E
Complementary color
Monochromatic Colors of #1F716E
Black with #1F716E
Text Example
Text Example
White with #1F716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F716E; }
p { color: rgb(31,113,110); }
H1.HeaderClassName
{
color: #1F716E;
}
.AnyTagClassName
{
color: #1F716E;
}
</style>
background-color css
<style>
a { background-color: #1F716E; }
a { background-color: rgb(31,113,110); }
div.DivClassName
{
background-color: #1F716E;
}
.BgClassName
{
background-color: #1F716E;
}
</style>
border-color css
<style>
span { border-color: #1F716E; }
span { border-color: rgb(31,113,110); }
td.TdClassName
{
border-color: #1F716E;
}
.TagClassName
{
border-color: #1F716E;
}
</style>