Shades of Elm #1F8475
Tints of Elm #1F8475
RGB
CMYK
RGB Variations
Color information
#1F8475 (or 0x1F8475) is known color: Elm. HEX triplet: 1F, 84 and 75. RGB value is (31,132,117). Sum of RGB (Red+Green+Blue) = 31+132+117=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8475 is #E07B8A. Grayscale: #646464. Windows color (decimal): -14711691 or 7701535. OLE color: 7701535.
HSL color Cylindrical-coordinate representation of color #1F8475: hue angle of 171.09º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8475 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 132 | 117 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.48 |
| HSL | 171.09º | 0.62% | 0.32% | - |
| HSV(B) | 171.09º | 0.77% | 0.52% | - |
| XYZ | 12.03 | 18.08 | 19.69 | - |
| YUV | 100.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 117 | 0.77 | 0 | 0.11 | 0.48 | 171.09 | 0.62 | 0.32 |
| Hex | 1F | 84 | 75 | 4D | 0 | B | 30 | AB | 3E | 20 |
| Octal | 37 | 204 | 165 | 115 | 0 | 13 | 60 | 253 | 76 | 40 |
| Binary | 11111 | 10000100 | 1110101 | 1001101 | 0 | 1011 | 110000 | 10101011 | 111110 | 100000 |
Color Harmonies of #1F8475
Complementary color
Monochromatic Colors of #1F8475
Black with #1F8475
Text Example
Text Example
White with #1F8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8475; }
p { color: rgb(31,132,117); }
H1.HeaderClassName
{
color: #1F8475;
}
.AnyTagClassName
{
color: #1F8475;
}
</style>
background-color css
<style>
a { background-color: #1F8475; }
a { background-color: rgb(31,132,117); }
div.DivClassName
{
background-color: #1F8475;
}
.BgClassName
{
background-color: #1F8475;
}
</style>
border-color css
<style>
span { border-color: #1F8475; }
span { border-color: rgb(31,132,117); }
td.TdClassName
{
border-color: #1F8475;
}
.TagClassName
{
border-color: #1F8475;
}
</style>