Shades of Elm #1C7E7A
Tints of Elm #1C7E7A
RGB
CMYK
RGB Variations
Color information
#1C7E7A (or 0x1C7E7A) is known color: Elm. HEX triplet: 1C, 7E and 7A. RGB value is (28,126,122). Sum of RGB (Red+Green+Blue) = 28+126+122=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #1C7E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7E7A is #E38185. Grayscale: #606060. Windows color (decimal): -14909830 or 8027676. OLE color: 8027676.
HSL color Cylindrical-coordinate representation of color #1C7E7A: hue angle of 177.55º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7E7A is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 126 | 122 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.51 |
| HSL | 177.55º | 0.64% | 0.3% | - |
| HSV(B) | 177.55º | 0.78% | 0.49% | - |
| XYZ | 11.45 | 16.57 | 21.01 | - |
| YUV | 96.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 122 | 0.78 | 0 | 0.03 | 0.51 | 177.55 | 0.64 | 0.3 |
| Hex | 1C | 7E | 7A | 4E | 0 | 3 | 33 | B2 | 40 | 1E |
| Octal | 34 | 176 | 172 | 116 | 0 | 3 | 63 | 262 | 100 | 36 |
| Binary | 11100 | 1111110 | 1111010 | 1001110 | 0 | 11 | 110011 | 10110010 | 1000000 | 11110 |
Color Harmonies of #1C7E7A
Complementary color
Monochromatic Colors of #1C7E7A
Black with #1C7E7A
Text Example
Text Example
White with #1C7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7E7A; }
p { color: rgb(28,126,122); }
H1.HeaderClassName
{
color: #1C7E7A;
}
.AnyTagClassName
{
color: #1C7E7A;
}
</style>
background-color css
<style>
a { background-color: #1C7E7A; }
a { background-color: rgb(28,126,122); }
div.DivClassName
{
background-color: #1C7E7A;
}
.BgClassName
{
background-color: #1C7E7A;
}
</style>
border-color css
<style>
span { border-color: #1C7E7A; }
span { border-color: rgb(28,126,122); }
td.TdClassName
{
border-color: #1C7E7A;
}
.TagClassName
{
border-color: #1C7E7A;
}
</style>