Shades of Elm #1F8072
Tints of Elm #1F8072
RGB
CMYK
RGB Variations
Color information
#1F8072 (or 0x1F8072) is known color: Elm. HEX triplet: 1F, 80 and 72. RGB value is (31,128,114). Sum of RGB (Red+Green+Blue) = 31+128+114=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8072 is #E07F8D. Grayscale: #616161. Windows color (decimal): -14712718 or 7503903. OLE color: 7503903.
HSL color Cylindrical-coordinate representation of color #1F8072: hue angle of 171.34º 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 #1F8072 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 114 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.50 |
| HSL | 171.34º | 0.61% | 0.31% | - |
| HSV(B) | 171.34º | 0.76% | 0.5% | - |
| XYZ | 11.32 | 16.94 | 18.59 | - |
| YUV | 97.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 114 | 0.76 | 0 | 0.11 | 0.50 | 171.34 | 0.61 | 0.31 |
| Hex | 1F | 80 | 72 | 4C | 0 | B | 32 | AB | 3D | 1F |
| Octal | 37 | 200 | 162 | 114 | 0 | 13 | 62 | 253 | 75 | 37 |
| Binary | 11111 | 10000000 | 1110010 | 1001100 | 0 | 1011 | 110010 | 10101011 | 111101 | 11111 |
Color Harmonies of #1F8072
Complementary color
Monochromatic Colors of #1F8072
Black with #1F8072
Text Example
Text Example
White with #1F8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8072; }
p { color: rgb(31,128,114); }
H1.HeaderClassName
{
color: #1F8072;
}
.AnyTagClassName
{
color: #1F8072;
}
</style>
background-color css
<style>
a { background-color: #1F8072; }
a { background-color: rgb(31,128,114); }
div.DivClassName
{
background-color: #1F8072;
}
.BgClassName
{
background-color: #1F8072;
}
</style>
border-color css
<style>
span { border-color: #1F8072; }
span { border-color: rgb(31,128,114); }
td.TdClassName
{
border-color: #1F8072;
}
.TagClassName
{
border-color: #1F8072;
}
</style>