Shades of Elm #1F887C
Tints of Elm #1F887C
RGB
CMYK
RGB Variations
Color information
#1F887C (or 0x1F887C) is known color: Elm. HEX triplet: 1F, 88 and 7C. RGB value is (31,136,124). Sum of RGB (Red+Green+Blue) = 31+136+124=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #1F887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F887C is #E07783. Grayscale: #676767. Windows color (decimal): -14710660 or 8161311. OLE color: 8161311.
HSL color Cylindrical-coordinate representation of color #1F887C: hue angle of 173.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F887C is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 124 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.47 |
| HSL | 173.14º | 0.63% | 0.33% | - |
| HSV(B) | 173.14º | 0.77% | 0.53% | - |
| XYZ | 13.01 | 19.35 | 22.12 | - |
| YUV | 103.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 124 | 0.77 | 0 | 0.09 | 0.47 | 173.14 | 0.63 | 0.33 |
| Hex | 1F | 88 | 7C | 4D | 0 | 9 | 2F | AD | 3F | 21 |
| Octal | 37 | 210 | 174 | 115 | 0 | 11 | 57 | 255 | 77 | 41 |
| Binary | 11111 | 10001000 | 1111100 | 1001101 | 0 | 1001 | 101111 | 10101101 | 111111 | 100001 |
Color Harmonies of #1F887C
Complementary color
Monochromatic Colors of #1F887C
Black with #1F887C
Text Example
Text Example
White with #1F887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F887C; }
p { color: rgb(31,136,124); }
H1.HeaderClassName
{
color: #1F887C;
}
.AnyTagClassName
{
color: #1F887C;
}
</style>
background-color css
<style>
a { background-color: #1F887C; }
a { background-color: rgb(31,136,124); }
div.DivClassName
{
background-color: #1F887C;
}
.BgClassName
{
background-color: #1F887C;
}
</style>
border-color css
<style>
span { border-color: #1F887C; }
span { border-color: rgb(31,136,124); }
td.TdClassName
{
border-color: #1F887C;
}
.TagClassName
{
border-color: #1F887C;
}
</style>