Shades of Elm #1F7475
Tints of Elm #1F7475
RGB
CMYK
RGB Variations
Color information
#1F7475 (or 0x1F7475) is known color: Elm. HEX triplet: 1F, 74 and 75. RGB value is (31,116,117). Sum of RGB (Red+Green+Blue) = 31+116+117=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F7475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7475 is #E08B8A. Grayscale: #5A5A5A. Windows color (decimal): -14715787 or 7697439. OLE color: 7697439.
HSL color Cylindrical-coordinate representation of color #1F7475: hue angle of 180.7º 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 #1F7475 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 116 | 117 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.54 |
| HSL | 180.7º | 0.58% | 0.29% | - |
| HSV(B) | 180.7º | 0.74% | 0.46% | - |
| XYZ | 10.02 | 14.07 | 19.02 | - |
| YUV | 90.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 117 | 0.74 | 0.01 | 0 | 0.54 | 180.7 | 0.58 | 0.29 |
| Hex | 1F | 74 | 75 | 4A | 1 | 0 | 36 | B5 | 3A | 1D |
| Octal | 37 | 164 | 165 | 112 | 1 | 0 | 66 | 265 | 72 | 35 |
| Binary | 11111 | 1110100 | 1110101 | 1001010 | 1 | 0 | 110110 | 10110101 | 111010 | 11101 |
Color Harmonies of #1F7475
Complementary color
Monochromatic Colors of #1F7475
Black with #1F7475
Text Example
Text Example
White with #1F7475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7475; }
p { color: rgb(31,116,117); }
H1.HeaderClassName
{
color: #1F7475;
}
.AnyTagClassName
{
color: #1F7475;
}
</style>
background-color css
<style>
a { background-color: #1F7475; }
a { background-color: rgb(31,116,117); }
div.DivClassName
{
background-color: #1F7475;
}
.BgClassName
{
background-color: #1F7475;
}
</style>
border-color css
<style>
span { border-color: #1F7475; }
span { border-color: rgb(31,116,117); }
td.TdClassName
{
border-color: #1F7475;
}
.TagClassName
{
border-color: #1F7475;
}
</style>