Shades of Elm #1F897B
Tints of Elm #1F897B
RGB
CMYK
RGB Variations
Color information
#1F897B (or 0x1F897B) is known color: Elm. HEX triplet: 1F, 89 and 7B. RGB value is (31,137,123). Sum of RGB (Red+Green+Blue) = 31+137+123=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #1F897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F897B is #E07684. Grayscale: #676767. Windows color (decimal): -14710405 or 8096031. OLE color: 8096031.
HSL color Cylindrical-coordinate representation of color #1F897B: hue angle of 172.08º 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 #1F897B is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 123 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.46 |
| HSL | 172.08º | 0.63% | 0.33% | - |
| HSV(B) | 172.08º | 0.77% | 0.54% | - |
| XYZ | 13.09 | 19.61 | 21.83 | - |
| YUV | 103.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 123 | 0.77 | 0 | 0.10 | 0.46 | 172.08 | 0.63 | 0.33 |
| Hex | 1F | 89 | 7B | 4D | 0 | A | 2E | AC | 3F | 21 |
| Octal | 37 | 211 | 173 | 115 | 0 | 12 | 56 | 254 | 77 | 41 |
| Binary | 11111 | 10001001 | 1111011 | 1001101 | 0 | 1010 | 101110 | 10101100 | 111111 | 100001 |
Color Harmonies of #1F897B
Complementary color
Monochromatic Colors of #1F897B
Black with #1F897B
Text Example
Text Example
White with #1F897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F897B; }
p { color: rgb(31,137,123); }
H1.HeaderClassName
{
color: #1F897B;
}
.AnyTagClassName
{
color: #1F897B;
}
</style>
background-color css
<style>
a { background-color: #1F897B; }
a { background-color: rgb(31,137,123); }
div.DivClassName
{
background-color: #1F897B;
}
.BgClassName
{
background-color: #1F897B;
}
</style>
border-color css
<style>
span { border-color: #1F897B; }
span { border-color: rgb(31,137,123); }
td.TdClassName
{
border-color: #1F897B;
}
.TagClassName
{
border-color: #1F897B;
}
</style>