Shades of Elm #1A847F
Tints of Elm #1A847F
RGB
CMYK
RGB Variations
Color information
#1A847F (or 0x1A847F) is known color: Elm. HEX triplet: 1A, 84 and 7F. RGB value is (26,132,127). Sum of RGB (Red+Green+Blue) = 26+132+127=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #1A847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A847F is #E57B80. Grayscale: #636363. Windows color (decimal): -15039361 or 8356890. OLE color: 8356890.
HSL color Cylindrical-coordinate representation of color #1A847F: hue angle of 177.17º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A847F is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 127 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.48 |
| HSL | 177.17º | 0.67% | 0.31% | - |
| HSV(B) | 177.17º | 0.8% | 0.52% | - |
| XYZ | 12.51 | 18.25 | 22.94 | - |
| YUV | 99.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 127 | 0.80 | 0 | 0.04 | 0.48 | 177.17 | 0.67 | 0.31 |
| Hex | 1A | 84 | 7F | 50 | 0 | 4 | 30 | B1 | 43 | 1F |
| Octal | 32 | 204 | 177 | 120 | 0 | 4 | 60 | 261 | 103 | 37 |
| Binary | 11010 | 10000100 | 1111111 | 1010000 | 0 | 100 | 110000 | 10110001 | 1000011 | 11111 |
Color Harmonies of #1A847F
Complementary color
Monochromatic Colors of #1A847F
Black with #1A847F
Text Example
Text Example
White with #1A847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A847F; }
p { color: rgb(26,132,127); }
H1.HeaderClassName
{
color: #1A847F;
}
.AnyTagClassName
{
color: #1A847F;
}
</style>
background-color css
<style>
a { background-color: #1A847F; }
a { background-color: rgb(26,132,127); }
div.DivClassName
{
background-color: #1A847F;
}
.BgClassName
{
background-color: #1A847F;
}
</style>
border-color css
<style>
span { border-color: #1A847F; }
span { border-color: rgb(26,132,127); }
td.TdClassName
{
border-color: #1A847F;
}
.TagClassName
{
border-color: #1A847F;
}
</style>