Shades of Elm #1F7C72
Tints of Elm #1F7C72
RGB
CMYK
RGB Variations
Color information
#1F7C72 (or 0x1F7C72) is known color: Elm. HEX triplet: 1F, 7C and 72. RGB value is (31,124,114). Sum of RGB (Red+Green+Blue) = 31+124+114=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7C72 is #E0838D. Grayscale: #5F5F5F. Windows color (decimal): -14713742 or 7502879. OLE color: 7502879.
HSL color Cylindrical-coordinate representation of color #1F7C72: hue angle of 173.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C72 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 114 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.51 |
| HSL | 173.55º | 0.6% | 0.3% | - |
| HSV(B) | 173.55º | 0.75% | 0.49% | - |
| XYZ | 10.81 | 15.92 | 18.42 | - |
| YUV | 95.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 114 | 0.75 | 0 | 0.08 | 0.51 | 173.55 | 0.6 | 0.3 |
| Hex | 1F | 7C | 72 | 4B | 0 | 8 | 33 | AE | 3C | 1E |
| Octal | 37 | 174 | 162 | 113 | 0 | 10 | 63 | 256 | 74 | 36 |
| Binary | 11111 | 1111100 | 1110010 | 1001011 | 0 | 1000 | 110011 | 10101110 | 111100 | 11110 |
Color Harmonies of #1F7C72
Complementary color
Monochromatic Colors of #1F7C72
Black with #1F7C72
Text Example
Text Example
White with #1F7C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C72; }
p { color: rgb(31,124,114); }
H1.HeaderClassName
{
color: #1F7C72;
}
.AnyTagClassName
{
color: #1F7C72;
}
</style>
background-color css
<style>
a { background-color: #1F7C72; }
a { background-color: rgb(31,124,114); }
div.DivClassName
{
background-color: #1F7C72;
}
.BgClassName
{
background-color: #1F7C72;
}
</style>
border-color css
<style>
span { border-color: #1F7C72; }
span { border-color: rgb(31,124,114); }
td.TdClassName
{
border-color: #1F7C72;
}
.TagClassName
{
border-color: #1F7C72;
}
</style>