Shades of Elm #1F706D
Tints of Elm #1F706D
RGB
CMYK
RGB Variations
Color information
#1F706D (or 0x1F706D) is known color: Elm. HEX triplet: 1F, 70 and 6D. RGB value is (31,112,109). Sum of RGB (Red+Green+Blue) = 31+112+109=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #1F706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F706D is #E08F92. Grayscale: #575757. Windows color (decimal): -14716819 or 7172127. OLE color: 7172127.
HSL color Cylindrical-coordinate representation of color #1F706D: hue angle of 177.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F706D is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 109 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.56 |
| HSL | 177.78º | 0.57% | 0.28% | - |
| HSV(B) | 177.78º | 0.72% | 0.44% | - |
| XYZ | 9.12 | 12.98 | 16.49 | - |
| YUV | 87.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 109 | 0.72 | 0 | 0.03 | 0.56 | 177.78 | 0.57 | 0.28 |
| Hex | 1F | 70 | 6D | 48 | 0 | 3 | 38 | B2 | 39 | 1C |
| Octal | 37 | 160 | 155 | 110 | 0 | 3 | 70 | 262 | 71 | 34 |
| Binary | 11111 | 1110000 | 1101101 | 1001000 | 0 | 11 | 111000 | 10110010 | 111001 | 11100 |
Color Harmonies of #1F706D
Complementary color
Monochromatic Colors of #1F706D
Black with #1F706D
Text Example
Text Example
White with #1F706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F706D; }
p { color: rgb(31,112,109); }
H1.HeaderClassName
{
color: #1F706D;
}
.AnyTagClassName
{
color: #1F706D;
}
</style>
background-color css
<style>
a { background-color: #1F706D; }
a { background-color: rgb(31,112,109); }
div.DivClassName
{
background-color: #1F706D;
}
.BgClassName
{
background-color: #1F706D;
}
</style>
border-color css
<style>
span { border-color: #1F706D; }
span { border-color: rgb(31,112,109); }
td.TdClassName
{
border-color: #1F706D;
}
.TagClassName
{
border-color: #1F706D;
}
</style>