Shades of Elm #1F8C7D
Tints of Elm #1F8C7D
RGB
CMYK
RGB Variations
Color information
#1F8C7D (or 0x1F8C7D) is known color: Elm. HEX triplet: 1F, 8C and 7D. RGB value is (31,140,125). Sum of RGB (Red+Green+Blue) = 31+140+125=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C7D is #E07382. Grayscale: #696969. Windows color (decimal): -14709635 or 8227871. OLE color: 8227871.
HSL color Cylindrical-coordinate representation of color #1F8C7D: hue angle of 171.74º 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 #1F8C7D is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 140 | 125 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.45 |
| HSL | 171.74º | 0.64% | 0.34% | - |
| HSV(B) | 171.74º | 0.78% | 0.55% | - |
| XYZ | 13.64 | 20.53 | 22.65 | - |
| YUV | 105.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 125 | 0.78 | 0 | 0.11 | 0.45 | 171.74 | 0.64 | 0.34 |
| Hex | 1F | 8C | 7D | 4E | 0 | B | 2D | AC | 40 | 22 |
| Octal | 37 | 214 | 175 | 116 | 0 | 13 | 55 | 254 | 100 | 42 |
| Binary | 11111 | 10001100 | 1111101 | 1001110 | 0 | 1011 | 101101 | 10101100 | 1000000 | 100010 |
Color Harmonies of #1F8C7D
Complementary color
Monochromatic Colors of #1F8C7D
Black with #1F8C7D
Text Example
Text Example
White with #1F8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8C7D; }
p { color: rgb(31,140,125); }
H1.HeaderClassName
{
color: #1F8C7D;
}
.AnyTagClassName
{
color: #1F8C7D;
}
</style>
background-color css
<style>
a { background-color: #1F8C7D; }
a { background-color: rgb(31,140,125); }
div.DivClassName
{
background-color: #1F8C7D;
}
.BgClassName
{
background-color: #1F8C7D;
}
</style>
border-color css
<style>
span { border-color: #1F8C7D; }
span { border-color: rgb(31,140,125); }
td.TdClassName
{
border-color: #1F8C7D;
}
.TagClassName
{
border-color: #1F8C7D;
}
</style>