Shades of Elm #1F807C
Tints of Elm #1F807C
RGB
CMYK
RGB Variations
Color information
#1F807C (or 0x1F807C) is known color: Elm. HEX triplet: 1F, 80 and 7C. RGB value is (31,128,124). Sum of RGB (Red+Green+Blue) = 31+128+124=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #1F807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F807C is #E07F83. Grayscale: #626262. Windows color (decimal): -14712708 or 8159263. OLE color: 8159263.
HSL color Cylindrical-coordinate representation of color #1F807C: hue angle of 177.53º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F807C is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 124 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.50 |
| HSL | 177.53º | 0.61% | 0.31% | - |
| HSV(B) | 177.53º | 0.76% | 0.5% | - |
| XYZ | 11.92 | 17.18 | 21.76 | - |
| YUV | 98.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 124 | 0.76 | 0 | 0.03 | 0.50 | 177.53 | 0.61 | 0.31 |
| Hex | 1F | 80 | 7C | 4C | 0 | 3 | 32 | B2 | 3D | 1F |
| Octal | 37 | 200 | 174 | 114 | 0 | 3 | 62 | 262 | 75 | 37 |
| Binary | 11111 | 10000000 | 1111100 | 1001100 | 0 | 11 | 110010 | 10110010 | 111101 | 11111 |
Color Harmonies of #1F807C
Complementary color
Monochromatic Colors of #1F807C
Black with #1F807C
Text Example
Text Example
White with #1F807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F807C; }
p { color: rgb(31,128,124); }
H1.HeaderClassName
{
color: #1F807C;
}
.AnyTagClassName
{
color: #1F807C;
}
</style>
background-color css
<style>
a { background-color: #1F807C; }
a { background-color: rgb(31,128,124); }
div.DivClassName
{
background-color: #1F807C;
}
.BgClassName
{
background-color: #1F807C;
}
</style>
border-color css
<style>
span { border-color: #1F807C; }
span { border-color: rgb(31,128,124); }
td.TdClassName
{
border-color: #1F807C;
}
.TagClassName
{
border-color: #1F807C;
}
</style>