Shades of Elm #1A847A
Tints of Elm #1A847A
RGB
CMYK
RGB Variations
Color information
#1A847A (or 0x1A847A) is known color: Elm. HEX triplet: 1A, 84 and 7A. RGB value is (26,132,122). Sum of RGB (Red+Green+Blue) = 26+132+122=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #1A847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A847A is #E57B85. Grayscale: #636363. Windows color (decimal): -15039366 or 8029210. OLE color: 8029210.
HSL color Cylindrical-coordinate representation of color #1A847A: hue angle of 174.34º 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 #1A847A is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 122 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.48 |
| HSL | 174.34º | 0.67% | 0.31% | - |
| HSV(B) | 174.34º | 0.8% | 0.52% | - |
| XYZ | 12.19 | 18.13 | 21.27 | - |
| YUV | 99.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 122 | 0.80 | 0 | 0.08 | 0.48 | 174.34 | 0.67 | 0.31 |
| Hex | 1A | 84 | 7A | 50 | 0 | 8 | 30 | AE | 43 | 1F |
| Octal | 32 | 204 | 172 | 120 | 0 | 10 | 60 | 256 | 103 | 37 |
| Binary | 11010 | 10000100 | 1111010 | 1010000 | 0 | 1000 | 110000 | 10101110 | 1000011 | 11111 |
Color Harmonies of #1A847A
Complementary color
Monochromatic Colors of #1A847A
Black with #1A847A
Text Example
Text Example
White with #1A847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A847A; }
p { color: rgb(26,132,122); }
H1.HeaderClassName
{
color: #1A847A;
}
.AnyTagClassName
{
color: #1A847A;
}
</style>
background-color css
<style>
a { background-color: #1A847A; }
a { background-color: rgb(26,132,122); }
div.DivClassName
{
background-color: #1A847A;
}
.BgClassName
{
background-color: #1A847A;
}
</style>
border-color css
<style>
span { border-color: #1A847A; }
span { border-color: rgb(26,132,122); }
td.TdClassName
{
border-color: #1A847A;
}
.TagClassName
{
border-color: #1A847A;
}
</style>