Shades of Elm #1F897A
Tints of Elm #1F897A
RGB
CMYK
RGB Variations
Color information
#1F897A (or 0x1F897A) is known color: Elm. HEX triplet: 1F, 89 and 7A. RGB value is (31,137,122). Sum of RGB (Red+Green+Blue) = 31+137+122=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #1F897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F897A is #E07685. Grayscale: #676767. Windows color (decimal): -14710406 or 8030495. OLE color: 8030495.
HSL color Cylindrical-coordinate representation of color #1F897A: hue angle of 171.51º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F897A is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 122 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.46 |
| HSL | 171.51º | 0.63% | 0.33% | - |
| HSV(B) | 171.51º | 0.77% | 0.54% | - |
| XYZ | 13.02 | 19.59 | 21.51 | - |
| YUV | 103.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 122 | 0.77 | 0 | 0.11 | 0.46 | 171.51 | 0.63 | 0.33 |
| Hex | 1F | 89 | 7A | 4D | 0 | B | 2E | AC | 3F | 21 |
| Octal | 37 | 211 | 172 | 115 | 0 | 13 | 56 | 254 | 77 | 41 |
| Binary | 11111 | 10001001 | 1111010 | 1001101 | 0 | 1011 | 101110 | 10101100 | 111111 | 100001 |
Color Harmonies of #1F897A
Complementary color
Monochromatic Colors of #1F897A
Black with #1F897A
Text Example
Text Example
White with #1F897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F897A; }
p { color: rgb(31,137,122); }
H1.HeaderClassName
{
color: #1F897A;
}
.AnyTagClassName
{
color: #1F897A;
}
</style>
background-color css
<style>
a { background-color: #1F897A; }
a { background-color: rgb(31,137,122); }
div.DivClassName
{
background-color: #1F897A;
}
.BgClassName
{
background-color: #1F897A;
}
</style>
border-color css
<style>
span { border-color: #1F897A; }
span { border-color: rgb(31,137,122); }
td.TdClassName
{
border-color: #1F897A;
}
.TagClassName
{
border-color: #1F897A;
}
</style>