Shades of Elm #1F7B6F
Tints of Elm #1F7B6F
RGB
CMYK
RGB Variations
Color information
#1F7B6F (or 0x1F7B6F) is known color: Elm. HEX triplet: 1F, 7B and 6F. RGB value is (31,123,111). Sum of RGB (Red+Green+Blue) = 31+123+111=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7B6F is #E08490. Grayscale: #5E5E5E. Windows color (decimal): -14714001 or 7306015. OLE color: 7306015.
HSL color Cylindrical-coordinate representation of color #1F7B6F: hue angle of 172.17º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7B6F is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 123 | 111 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.52 |
| HSL | 172.17º | 0.6% | 0.3% | - |
| HSV(B) | 172.17º | 0.75% | 0.48% | - |
| XYZ | 10.52 | 15.6 | 17.5 | - |
| YUV | 94.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 111 | 0.75 | 0 | 0.10 | 0.52 | 172.17 | 0.6 | 0.3 |
| Hex | 1F | 7B | 6F | 4B | 0 | A | 34 | AC | 3C | 1E |
| Octal | 37 | 173 | 157 | 113 | 0 | 12 | 64 | 254 | 74 | 36 |
| Binary | 11111 | 1111011 | 1101111 | 1001011 | 0 | 1010 | 110100 | 10101100 | 111100 | 11110 |
Color Harmonies of #1F7B6F
Complementary color
Monochromatic Colors of #1F7B6F
Black with #1F7B6F
Text Example
Text Example
White with #1F7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7B6F; }
p { color: rgb(31,123,111); }
H1.HeaderClassName
{
color: #1F7B6F;
}
.AnyTagClassName
{
color: #1F7B6F;
}
</style>
background-color css
<style>
a { background-color: #1F7B6F; }
a { background-color: rgb(31,123,111); }
div.DivClassName
{
background-color: #1F7B6F;
}
.BgClassName
{
background-color: #1F7B6F;
}
</style>
border-color css
<style>
span { border-color: #1F7B6F; }
span { border-color: rgb(31,123,111); }
td.TdClassName
{
border-color: #1F7B6F;
}
.TagClassName
{
border-color: #1F7B6F;
}
</style>