Shades of Elm #1F7F7A
Tints of Elm #1F7F7A
RGB
CMYK
RGB Variations
Color information
#1F7F7A (or 0x1F7F7A) is known color: Elm. HEX triplet: 1F, 7F and 7A. RGB value is (31,127,122). Sum of RGB (Red+Green+Blue) = 31+127+122=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7F7A is #E08085. Grayscale: #616161. Windows color (decimal): -14712966 or 8027935. OLE color: 8027935.
HSL color Cylindrical-coordinate representation of color #1F7F7A: hue angle of 176.88º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7F7A is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 127 | 122 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.50 |
| HSL | 176.88º | 0.61% | 0.31% | - |
| HSV(B) | 176.88º | 0.76% | 0.5% | - |
| XYZ | 11.67 | 16.88 | 21.05 | - |
| YUV | 97.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 122 | 0.76 | 0 | 0.04 | 0.50 | 176.88 | 0.61 | 0.31 |
| Hex | 1F | 7F | 7A | 4C | 0 | 4 | 32 | B1 | 3D | 1F |
| Octal | 37 | 177 | 172 | 114 | 0 | 4 | 62 | 261 | 75 | 37 |
| Binary | 11111 | 1111111 | 1111010 | 1001100 | 0 | 100 | 110010 | 10110001 | 111101 | 11111 |
Color Harmonies of #1F7F7A
Complementary color
Monochromatic Colors of #1F7F7A
Black with #1F7F7A
Text Example
Text Example
White with #1F7F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7F7A; }
p { color: rgb(31,127,122); }
H1.HeaderClassName
{
color: #1F7F7A;
}
.AnyTagClassName
{
color: #1F7F7A;
}
</style>
background-color css
<style>
a { background-color: #1F7F7A; }
a { background-color: rgb(31,127,122); }
div.DivClassName
{
background-color: #1F7F7A;
}
.BgClassName
{
background-color: #1F7F7A;
}
</style>
border-color css
<style>
span { border-color: #1F7F7A; }
span { border-color: rgb(31,127,122); }
td.TdClassName
{
border-color: #1F7F7A;
}
.TagClassName
{
border-color: #1F7F7A;
}
</style>