Shades of Elm #1C7375
Tints of Elm #1C7375
RGB
CMYK
RGB Variations
Color information
#1C7375 (or 0x1C7375) is known color: Elm. HEX triplet: 1C, 73 and 75. RGB value is (28,115,117). Sum of RGB (Red+Green+Blue) = 28+115+117=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7375 is #E38C8A. Grayscale: #595959. Windows color (decimal): -14912651 or 7697180. OLE color: 7697180.
HSL color Cylindrical-coordinate representation of color #1C7375: hue angle of 181.35º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7375 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 115 | 117 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.54 |
| HSL | 181.35º | 0.61% | 0.28% | - |
| HSV(B) | 181.35º | 0.76% | 0.46% | - |
| XYZ | 9.82 | 13.79 | 18.97 | - |
| YUV | 89.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 117 | 0.76 | 0.02 | 0 | 0.54 | 181.35 | 0.61 | 0.28 |
| Hex | 1C | 73 | 75 | 4C | 2 | 0 | 36 | B5 | 3D | 1C |
| Octal | 34 | 163 | 165 | 114 | 2 | 0 | 66 | 265 | 75 | 34 |
| Binary | 11100 | 1110011 | 1110101 | 1001100 | 10 | 0 | 110110 | 10110101 | 111101 | 11100 |
Color Harmonies of #1C7375
Complementary color
Monochromatic Colors of #1C7375
Black with #1C7375
Text Example
Text Example
White with #1C7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7375; }
p { color: rgb(28,115,117); }
H1.HeaderClassName
{
color: #1C7375;
}
.AnyTagClassName
{
color: #1C7375;
}
</style>
background-color css
<style>
a { background-color: #1C7375; }
a { background-color: rgb(28,115,117); }
div.DivClassName
{
background-color: #1C7375;
}
.BgClassName
{
background-color: #1C7375;
}
</style>
border-color css
<style>
span { border-color: #1C7375; }
span { border-color: rgb(28,115,117); }
td.TdClassName
{
border-color: #1C7375;
}
.TagClassName
{
border-color: #1C7375;
}
</style>