Shades of Elm #1C7170
Tints of Elm #1C7170
RGB
CMYK
RGB Variations
Color information
#1C7170 (or 0x1C7170) is known color: Elm. HEX triplet: 1C, 71 and 70. RGB value is (28,113,112). Sum of RGB (Red+Green+Blue) = 28+113+112=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7170 is #E38E8F. Grayscale: #575757. Windows color (decimal): -14913168 or 7368988. OLE color: 7368988.
HSL color Cylindrical-coordinate representation of color #1C7170: hue angle of 179.29º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7170 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 112 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.56 |
| HSL | 179.29º | 0.6% | 0.28% | - |
| HSV(B) | 179.29º | 0.75% | 0.44% | - |
| XYZ | 9.31 | 13.23 | 17.39 | - |
| YUV | 87.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 112 | 0.75 | 0 | 0.01 | 0.56 | 179.29 | 0.6 | 0.28 |
| Hex | 1C | 71 | 70 | 4B | 0 | 1 | 38 | B3 | 3C | 1C |
| Octal | 34 | 161 | 160 | 113 | 0 | 1 | 70 | 263 | 74 | 34 |
| Binary | 11100 | 1110001 | 1110000 | 1001011 | 0 | 1 | 111000 | 10110011 | 111100 | 11100 |
Color Harmonies of #1C7170
Complementary color
Monochromatic Colors of #1C7170
Black with #1C7170
Text Example
Text Example
White with #1C7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7170; }
p { color: rgb(28,113,112); }
H1.HeaderClassName
{
color: #1C7170;
}
.AnyTagClassName
{
color: #1C7170;
}
</style>
background-color css
<style>
a { background-color: #1C7170; }
a { background-color: rgb(28,113,112); }
div.DivClassName
{
background-color: #1C7170;
}
.BgClassName
{
background-color: #1C7170;
}
</style>
border-color css
<style>
span { border-color: #1C7170; }
span { border-color: rgb(28,113,112); }
td.TdClassName
{
border-color: #1C7170;
}
.TagClassName
{
border-color: #1C7170;
}
</style>