Shades of Elm #1F7570
Tints of Elm #1F7570
RGB
CMYK
RGB Variations
Color information
#1F7570 (or 0x1F7570) is known color: Elm. HEX triplet: 1F, 75 and 70. RGB value is (31,117,112). Sum of RGB (Red+Green+Blue) = 31+117+112=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7570 is #E08A8F. Grayscale: #5A5A5A. Windows color (decimal): -14715536 or 7370015. OLE color: 7370015.
HSL color Cylindrical-coordinate representation of color #1F7570: hue angle of 176.51º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7570 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 112 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.54 |
| HSL | 176.51º | 0.58% | 0.29% | - |
| HSV(B) | 176.51º | 0.74% | 0.46% | - |
| XYZ | 9.85 | 14.18 | 17.55 | - |
| YUV | 90.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 112 | 0.74 | 0 | 0.04 | 0.54 | 176.51 | 0.58 | 0.29 |
| Hex | 1F | 75 | 70 | 4A | 0 | 4 | 36 | B1 | 3A | 1D |
| Octal | 37 | 165 | 160 | 112 | 0 | 4 | 66 | 261 | 72 | 35 |
| Binary | 11111 | 1110101 | 1110000 | 1001010 | 0 | 100 | 110110 | 10110001 | 111010 | 11101 |
Color Harmonies of #1F7570
Complementary color
Monochromatic Colors of #1F7570
Black with #1F7570
Text Example
Text Example
White with #1F7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7570; }
p { color: rgb(31,117,112); }
H1.HeaderClassName
{
color: #1F7570;
}
.AnyTagClassName
{
color: #1F7570;
}
</style>
background-color css
<style>
a { background-color: #1F7570; }
a { background-color: rgb(31,117,112); }
div.DivClassName
{
background-color: #1F7570;
}
.BgClassName
{
background-color: #1F7570;
}
</style>
border-color css
<style>
span { border-color: #1F7570; }
span { border-color: rgb(31,117,112); }
td.TdClassName
{
border-color: #1F7570;
}
.TagClassName
{
border-color: #1F7570;
}
</style>