Shades of Elm #1F726E
Tints of Elm #1F726E
RGB
CMYK
RGB Variations
Color information
#1F726E (or 0x1F726E) is known color: Elm. HEX triplet: 1F, 72 and 6E. RGB value is (31,114,110). Sum of RGB (Red+Green+Blue) = 31+114+110=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #1F726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F726E is #E08D91. Grayscale: #585858. Windows color (decimal): -14716306 or 7238175. OLE color: 7238175.
HSL color Cylindrical-coordinate representation of color #1F726E: hue angle of 177.11º 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 #1F726E is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 110 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.55 |
| HSL | 177.11º | 0.57% | 0.28% | - |
| HSV(B) | 177.11º | 0.73% | 0.45% | - |
| XYZ | 9.4 | 13.45 | 16.85 | - |
| YUV | 88.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 110 | 0.73 | 0 | 0.04 | 0.55 | 177.11 | 0.57 | 0.28 |
| Hex | 1F | 72 | 6E | 49 | 0 | 4 | 37 | B1 | 39 | 1C |
| Octal | 37 | 162 | 156 | 111 | 0 | 4 | 67 | 261 | 71 | 34 |
| Binary | 11111 | 1110010 | 1101110 | 1001001 | 0 | 100 | 110111 | 10110001 | 111001 | 11100 |
Color Harmonies of #1F726E
Complementary color
Monochromatic Colors of #1F726E
Black with #1F726E
Text Example
Text Example
White with #1F726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F726E; }
p { color: rgb(31,114,110); }
H1.HeaderClassName
{
color: #1F726E;
}
.AnyTagClassName
{
color: #1F726E;
}
</style>
background-color css
<style>
a { background-color: #1F726E; }
a { background-color: rgb(31,114,110); }
div.DivClassName
{
background-color: #1F726E;
}
.BgClassName
{
background-color: #1F726E;
}
</style>
border-color css
<style>
span { border-color: #1F726E; }
span { border-color: rgb(31,114,110); }
td.TdClassName
{
border-color: #1F726E;
}
.TagClassName
{
border-color: #1F726E;
}
</style>