Shades of Elm #1F706C
Tints of Elm #1F706C
RGB
CMYK
RGB Variations
Color information
#1F706C (or 0x1F706C) is known color: Elm. HEX triplet: 1F, 70 and 6C. RGB value is (31,112,108). Sum of RGB (Red+Green+Blue) = 31+112+108=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #1F706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F706C is #E08F93. Grayscale: #575757. Windows color (decimal): -14716820 or 7106591. OLE color: 7106591.
HSL color Cylindrical-coordinate representation of color #1F706C: hue angle of 177.04º 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 #1F706C is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 108 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.56 |
| HSL | 177.04º | 0.57% | 0.28% | - |
| HSV(B) | 177.04º | 0.72% | 0.44% | - |
| XYZ | 9.07 | 12.96 | 16.21 | - |
| YUV | 87.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 108 | 0.72 | 0 | 0.04 | 0.56 | 177.04 | 0.57 | 0.28 |
| Hex | 1F | 70 | 6C | 48 | 0 | 4 | 38 | B1 | 39 | 1C |
| Octal | 37 | 160 | 154 | 110 | 0 | 4 | 70 | 261 | 71 | 34 |
| Binary | 11111 | 1110000 | 1101100 | 1001000 | 0 | 100 | 111000 | 10110001 | 111001 | 11100 |
Color Harmonies of #1F706C
Complementary color
Monochromatic Colors of #1F706C
Black with #1F706C
Text Example
Text Example
White with #1F706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F706C; }
p { color: rgb(31,112,108); }
H1.HeaderClassName
{
color: #1F706C;
}
.AnyTagClassName
{
color: #1F706C;
}
</style>
background-color css
<style>
a { background-color: #1F706C; }
a { background-color: rgb(31,112,108); }
div.DivClassName
{
background-color: #1F706C;
}
.BgClassName
{
background-color: #1F706C;
}
</style>
border-color css
<style>
span { border-color: #1F706C; }
span { border-color: rgb(31,112,108); }
td.TdClassName
{
border-color: #1F706C;
}
.TagClassName
{
border-color: #1F706C;
}
</style>