Shades of Elm #1F756D
Tints of Elm #1F756D
RGB
CMYK
RGB Variations
Color information
#1F756D (or 0x1F756D) is known color: Elm. HEX triplet: 1F, 75 and 6D. RGB value is (31,117,109). Sum of RGB (Red+Green+Blue) = 31+117+109=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #1F756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F756D is #E08A92. Grayscale: #5A5A5A. Windows color (decimal): -14715539 or 7173407. OLE color: 7173407.
HSL color Cylindrical-coordinate representation of color #1F756D: hue angle of 174.42º 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 #1F756D is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 109 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.54 |
| HSL | 174.42º | 0.58% | 0.29% | - |
| HSV(B) | 174.42º | 0.74% | 0.46% | - |
| XYZ | 9.69 | 14.12 | 16.68 | - |
| YUV | 90.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 109 | 0.74 | 0 | 0.07 | 0.54 | 174.42 | 0.58 | 0.29 |
| Hex | 1F | 75 | 6D | 4A | 0 | 7 | 36 | AE | 3A | 1D |
| Octal | 37 | 165 | 155 | 112 | 0 | 7 | 66 | 256 | 72 | 35 |
| Binary | 11111 | 1110101 | 1101101 | 1001010 | 0 | 111 | 110110 | 10101110 | 111010 | 11101 |
Color Harmonies of #1F756D
Complementary color
Monochromatic Colors of #1F756D
Black with #1F756D
Text Example
Text Example
White with #1F756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F756D; }
p { color: rgb(31,117,109); }
H1.HeaderClassName
{
color: #1F756D;
}
.AnyTagClassName
{
color: #1F756D;
}
</style>
background-color css
<style>
a { background-color: #1F756D; }
a { background-color: rgb(31,117,109); }
div.DivClassName
{
background-color: #1F756D;
}
.BgClassName
{
background-color: #1F756D;
}
</style>
border-color css
<style>
span { border-color: #1F756D; }
span { border-color: rgb(31,117,109); }
td.TdClassName
{
border-color: #1F756D;
}
.TagClassName
{
border-color: #1F756D;
}
</style>