Shades of Elm #1F887A
Tints of Elm #1F887A
RGB
CMYK
RGB Variations
Color information
#1F887A (or 0x1F887A) is known color: Elm. HEX triplet: 1F, 88 and 7A. RGB value is (31,136,122). Sum of RGB (Red+Green+Blue) = 31+136+122=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #1F887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F887A is #E07785. Grayscale: #666666. Windows color (decimal): -14710662 or 8030239. OLE color: 8030239.
HSL color Cylindrical-coordinate representation of color #1F887A: hue angle of 172º 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 #1F887A is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 122 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.47 |
| HSL | 172º | 0.63% | 0.33% | - |
| HSV(B) | 172º | 0.77% | 0.53% | - |
| XYZ | 12.88 | 19.3 | 21.46 | - |
| YUV | 103.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 122 | 0.77 | 0 | 0.10 | 0.47 | 172 | 0.63 | 0.33 |
| Hex | 1F | 88 | 7A | 4D | 0 | A | 2F | AC | 3F | 21 |
| Octal | 37 | 210 | 172 | 115 | 0 | 12 | 57 | 254 | 77 | 41 |
| Binary | 11111 | 10001000 | 1111010 | 1001101 | 0 | 1010 | 101111 | 10101100 | 111111 | 100001 |
Color Harmonies of #1F887A
Complementary color
Monochromatic Colors of #1F887A
Black with #1F887A
Text Example
Text Example
White with #1F887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F887A; }
p { color: rgb(31,136,122); }
H1.HeaderClassName
{
color: #1F887A;
}
.AnyTagClassName
{
color: #1F887A;
}
</style>
background-color css
<style>
a { background-color: #1F887A; }
a { background-color: rgb(31,136,122); }
div.DivClassName
{
background-color: #1F887A;
}
.BgClassName
{
background-color: #1F887A;
}
</style>
border-color css
<style>
span { border-color: #1F887A; }
span { border-color: rgb(31,136,122); }
td.TdClassName
{
border-color: #1F887A;
}
.TagClassName
{
border-color: #1F887A;
}
</style>