Shades of Elm #1F7C7B
Tints of Elm #1F7C7B
RGB
CMYK
RGB Variations
Color information
#1F7C7B (or 0x1F7C7B) is known color: Elm. HEX triplet: 1F, 7C and 7B. RGB value is (31,124,123). Sum of RGB (Red+Green+Blue) = 31+124+123=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7C7B is #E08384. Grayscale: #5F5F5F. Windows color (decimal): -14713733 or 8092703. OLE color: 8092703.
HSL color Cylindrical-coordinate representation of color #1F7C7B: hue angle of 179.35º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C7B is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 123 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.51 |
| HSL | 179.35º | 0.6% | 0.3% | - |
| HSV(B) | 179.35º | 0.75% | 0.49% | - |
| XYZ | 11.35 | 16.14 | 21.26 | - |
| YUV | 96.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 123 | 0.75 | 0 | 0.01 | 0.51 | 179.35 | 0.6 | 0.3 |
| Hex | 1F | 7C | 7B | 4B | 0 | 1 | 33 | B3 | 3C | 1E |
| Octal | 37 | 174 | 173 | 113 | 0 | 1 | 63 | 263 | 74 | 36 |
| Binary | 11111 | 1111100 | 1111011 | 1001011 | 0 | 1 | 110011 | 10110011 | 111100 | 11110 |
Color Harmonies of #1F7C7B
Complementary color
Monochromatic Colors of #1F7C7B
Black with #1F7C7B
Text Example
Text Example
White with #1F7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C7B; }
p { color: rgb(31,124,123); }
H1.HeaderClassName
{
color: #1F7C7B;
}
.AnyTagClassName
{
color: #1F7C7B;
}
</style>
background-color css
<style>
a { background-color: #1F7C7B; }
a { background-color: rgb(31,124,123); }
div.DivClassName
{
background-color: #1F7C7B;
}
.BgClassName
{
background-color: #1F7C7B;
}
</style>
border-color css
<style>
span { border-color: #1F7C7B; }
span { border-color: rgb(31,124,123); }
td.TdClassName
{
border-color: #1F7C7B;
}
.TagClassName
{
border-color: #1F7C7B;
}
</style>