Shades of Elm #1C847A
Tints of Elm #1C847A
RGB
CMYK
RGB Variations
Color information
#1C847A (or 0x1C847A) is known color: Elm. HEX triplet: 1C, 84 and 7A. RGB value is (28,132,122). Sum of RGB (Red+Green+Blue) = 28+132+122=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #1C847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C847A is #E37B85. Grayscale: #636363. Windows color (decimal): -14908294 or 8029212. OLE color: 8029212.
HSL color Cylindrical-coordinate representation of color #1C847A: hue angle of 174.23º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C847A is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 132 | 122 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.48 |
| HSL | 174.23º | 0.65% | 0.31% | - |
| HSV(B) | 174.23º | 0.79% | 0.52% | - |
| XYZ | 12.24 | 18.15 | 21.27 | - |
| YUV | 99.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 122 | 0.79 | 0 | 0.08 | 0.48 | 174.23 | 0.65 | 0.31 |
| Hex | 1C | 84 | 7A | 4F | 0 | 8 | 30 | AE | 41 | 1F |
| Octal | 34 | 204 | 172 | 117 | 0 | 10 | 60 | 256 | 101 | 37 |
| Binary | 11100 | 10000100 | 1111010 | 1001111 | 0 | 1000 | 110000 | 10101110 | 1000001 | 11111 |
Color Harmonies of #1C847A
Complementary color
Monochromatic Colors of #1C847A
Black with #1C847A
Text Example
Text Example
White with #1C847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C847A; }
p { color: rgb(28,132,122); }
H1.HeaderClassName
{
color: #1C847A;
}
.AnyTagClassName
{
color: #1C847A;
}
</style>
background-color css
<style>
a { background-color: #1C847A; }
a { background-color: rgb(28,132,122); }
div.DivClassName
{
background-color: #1C847A;
}
.BgClassName
{
background-color: #1C847A;
}
</style>
border-color css
<style>
span { border-color: #1C847A; }
span { border-color: rgb(28,132,122); }
td.TdClassName
{
border-color: #1C847A;
}
.TagClassName
{
border-color: #1C847A;
}
</style>