Shades of Elm #1C817F
Tints of Elm #1C817F
RGB
CMYK
RGB Variations
Color information
#1C817F (or 0x1C817F) is known color: Elm. HEX triplet: 1C, 81 and 7F. RGB value is (28,129,127). Sum of RGB (Red+Green+Blue) = 28+129+127=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #1C817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C817F is #E37E80. Grayscale: #626262. Windows color (decimal): -14909057 or 8356124. OLE color: 8356124.
HSL color Cylindrical-coordinate representation of color #1C817F: hue angle of 178.81º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C817F is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 127 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.49 |
| HSL | 178.81º | 0.64% | 0.31% | - |
| HSV(B) | 178.81º | 0.78% | 0.51% | - |
| XYZ | 12.16 | 17.48 | 22.81 | - |
| YUV | 98.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 127 | 0.78 | 0 | 0.02 | 0.49 | 178.81 | 0.64 | 0.31 |
| Hex | 1C | 81 | 7F | 4E | 0 | 2 | 31 | B3 | 40 | 1F |
| Octal | 34 | 201 | 177 | 116 | 0 | 2 | 61 | 263 | 100 | 37 |
| Binary | 11100 | 10000001 | 1111111 | 1001110 | 0 | 10 | 110001 | 10110011 | 1000000 | 11111 |
Color Harmonies of #1C817F
Complementary color
Monochromatic Colors of #1C817F
Black with #1C817F
Text Example
Text Example
White with #1C817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C817F; }
p { color: rgb(28,129,127); }
H1.HeaderClassName
{
color: #1C817F;
}
.AnyTagClassName
{
color: #1C817F;
}
</style>
background-color css
<style>
a { background-color: #1C817F; }
a { background-color: rgb(28,129,127); }
div.DivClassName
{
background-color: #1C817F;
}
.BgClassName
{
background-color: #1C817F;
}
</style>
border-color css
<style>
span { border-color: #1C817F; }
span { border-color: rgb(28,129,127); }
td.TdClassName
{
border-color: #1C817F;
}
.TagClassName
{
border-color: #1C817F;
}
</style>