Shades of Elm #1F7E6F
Tints of Elm #1F7E6F
RGB
CMYK
RGB Variations
Color information
#1F7E6F (or 0x1F7E6F) is known color: Elm. HEX triplet: 1F, 7E and 6F. RGB value is (31,126,111). Sum of RGB (Red+Green+Blue) = 31+126+111=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E6F is #E08190. Grayscale: #5F5F5F. Windows color (decimal): -14713233 or 7306783. OLE color: 7306783.
HSL color Cylindrical-coordinate representation of color #1F7E6F: hue angle of 170.53º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E6F is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 111 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.51 |
| HSL | 170.53º | 0.61% | 0.31% | - |
| HSV(B) | 170.53º | 0.75% | 0.49% | - |
| XYZ | 10.9 | 16.36 | 17.62 | - |
| YUV | 95.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 111 | 0.75 | 0 | 0.12 | 0.51 | 170.53 | 0.61 | 0.31 |
| Hex | 1F | 7E | 6F | 4B | 0 | C | 33 | AB | 3D | 1F |
| Octal | 37 | 176 | 157 | 113 | 0 | 14 | 63 | 253 | 75 | 37 |
| Binary | 11111 | 1111110 | 1101111 | 1001011 | 0 | 1100 | 110011 | 10101011 | 111101 | 11111 |
Color Harmonies of #1F7E6F
Complementary color
Monochromatic Colors of #1F7E6F
Black with #1F7E6F
Text Example
Text Example
White with #1F7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E6F; }
p { color: rgb(31,126,111); }
H1.HeaderClassName
{
color: #1F7E6F;
}
.AnyTagClassName
{
color: #1F7E6F;
}
</style>
background-color css
<style>
a { background-color: #1F7E6F; }
a { background-color: rgb(31,126,111); }
div.DivClassName
{
background-color: #1F7E6F;
}
.BgClassName
{
background-color: #1F7E6F;
}
</style>
border-color css
<style>
span { border-color: #1F7E6F; }
span { border-color: rgb(31,126,111); }
td.TdClassName
{
border-color: #1F7E6F;
}
.TagClassName
{
border-color: #1F7E6F;
}
</style>