Shades of Elm #1C827A
Tints of Elm #1C827A
RGB
CMYK
RGB Variations
Color information
#1C827A (or 0x1C827A) is known color: Elm. HEX triplet: 1C, 82 and 7A. RGB value is (28,130,122). Sum of RGB (Red+Green+Blue) = 28+130+122=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #1C827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C827A is #E37D85. Grayscale: #626262. Windows color (decimal): -14908806 or 8028700. OLE color: 8028700.
HSL color Cylindrical-coordinate representation of color #1C827A: hue angle of 175.29º degrees, saturation: 0.65, 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 #1C827A is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 130 | 122 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.49 |
| HSL | 175.29º | 0.65% | 0.31% | - |
| HSV(B) | 175.29º | 0.78% | 0.51% | - |
| XYZ | 11.97 | 17.62 | 21.18 | - |
| YUV | 98.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 122 | 0.78 | 0 | 0.06 | 0.49 | 175.29 | 0.65 | 0.31 |
| Hex | 1C | 82 | 7A | 4E | 0 | 6 | 31 | AF | 41 | 1F |
| Octal | 34 | 202 | 172 | 116 | 0 | 6 | 61 | 257 | 101 | 37 |
| Binary | 11100 | 10000010 | 1111010 | 1001110 | 0 | 110 | 110001 | 10101111 | 1000001 | 11111 |
Color Harmonies of #1C827A
Complementary color
Monochromatic Colors of #1C827A
Black with #1C827A
Text Example
Text Example
White with #1C827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C827A; }
p { color: rgb(28,130,122); }
H1.HeaderClassName
{
color: #1C827A;
}
.AnyTagClassName
{
color: #1C827A;
}
</style>
background-color css
<style>
a { background-color: #1C827A; }
a { background-color: rgb(28,130,122); }
div.DivClassName
{
background-color: #1C827A;
}
.BgClassName
{
background-color: #1C827A;
}
</style>
border-color css
<style>
span { border-color: #1C827A; }
span { border-color: rgb(28,130,122); }
td.TdClassName
{
border-color: #1C827A;
}
.TagClassName
{
border-color: #1C827A;
}
</style>