Shades of Elm #1F726D
Tints of Elm #1F726D
RGB
CMYK
RGB Variations
Color information
#1F726D (or 0x1F726D) is known color: Elm. HEX triplet: 1F, 72 and 6D. RGB value is (31,114,109). Sum of RGB (Red+Green+Blue) = 31+114+109=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #1F726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F726D is #E08D92. Grayscale: #585858. Windows color (decimal): -14716307 or 7172639. OLE color: 7172639.
HSL color Cylindrical-coordinate representation of color #1F726D: hue angle of 176.39º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F726D is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 109 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.55 |
| HSL | 176.39º | 0.57% | 0.28% | - |
| HSV(B) | 176.39º | 0.73% | 0.45% | - |
| XYZ | 9.34 | 13.43 | 16.57 | - |
| YUV | 88.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 109 | 0.73 | 0 | 0.04 | 0.55 | 176.39 | 0.57 | 0.28 |
| Hex | 1F | 72 | 6D | 49 | 0 | 4 | 37 | B0 | 39 | 1C |
| Octal | 37 | 162 | 155 | 111 | 0 | 4 | 67 | 260 | 71 | 34 |
| Binary | 11111 | 1110010 | 1101101 | 1001001 | 0 | 100 | 110111 | 10110000 | 111001 | 11100 |
Color Harmonies of #1F726D
Complementary color
Monochromatic Colors of #1F726D
Black with #1F726D
Text Example
Text Example
White with #1F726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F726D; }
p { color: rgb(31,114,109); }
H1.HeaderClassName
{
color: #1F726D;
}
.AnyTagClassName
{
color: #1F726D;
}
</style>
background-color css
<style>
a { background-color: #1F726D; }
a { background-color: rgb(31,114,109); }
div.DivClassName
{
background-color: #1F726D;
}
.BgClassName
{
background-color: #1F726D;
}
</style>
border-color css
<style>
span { border-color: #1F726D; }
span { border-color: rgb(31,114,109); }
td.TdClassName
{
border-color: #1F726D;
}
.TagClassName
{
border-color: #1F726D;
}
</style>