Shades of Elm #1C8A7D
Tints of Elm #1C8A7D
RGB
CMYK
RGB Variations
Color information
#1C8A7D (or 0x1C8A7D) is known color: Elm. HEX triplet: 1C, 8A and 7D. RGB value is (28,138,125). Sum of RGB (Red+Green+Blue) = 28+138+125=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A7D is #E37582. Grayscale: #676767. Windows color (decimal): -14906755 or 8227356. OLE color: 8227356.
HSL color Cylindrical-coordinate representation of color #1C8A7D: hue angle of 172.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A7D is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 125 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.46 |
| HSL | 172.91º | 0.66% | 0.33% | - |
| HSV(B) | 172.91º | 0.8% | 0.54% | - |
| XYZ | 13.27 | 19.9 | 22.54 | - |
| YUV | 103.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 125 | 0.80 | 0 | 0.09 | 0.46 | 172.91 | 0.66 | 0.33 |
| Hex | 1C | 8A | 7D | 50 | 0 | 9 | 2E | AD | 42 | 21 |
| Octal | 34 | 212 | 175 | 120 | 0 | 11 | 56 | 255 | 102 | 41 |
| Binary | 11100 | 10001010 | 1111101 | 1010000 | 0 | 1001 | 101110 | 10101101 | 1000010 | 100001 |
Color Harmonies of #1C8A7D
Complementary color
Monochromatic Colors of #1C8A7D
Black with #1C8A7D
Text Example
Text Example
White with #1C8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A7D; }
p { color: rgb(28,138,125); }
H1.HeaderClassName
{
color: #1C8A7D;
}
.AnyTagClassName
{
color: #1C8A7D;
}
</style>
background-color css
<style>
a { background-color: #1C8A7D; }
a { background-color: rgb(28,138,125); }
div.DivClassName
{
background-color: #1C8A7D;
}
.BgClassName
{
background-color: #1C8A7D;
}
</style>
border-color css
<style>
span { border-color: #1C8A7D; }
span { border-color: rgb(28,138,125); }
td.TdClassName
{
border-color: #1C8A7D;
}
.TagClassName
{
border-color: #1C8A7D;
}
</style>