Shades of Elf Green #1C8D5D
Tints of Elf Green #1C8D5D
RGB
CMYK
RGB Variations
Color information
#1C8D5D (or 0x1C8D5D) is known color: Elf Green. HEX triplet: 1C, 8D and 5D. RGB value is (28,141,93). Sum of RGB (Red+Green+Blue) = 28+141+93=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8D5D is #E372A2. Grayscale: #656565. Windows color (decimal): -14906019 or 6130972. OLE color: 6130972.
HSL color Cylindrical-coordinate representation of color #1C8D5D: hue angle of 154.51º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8D5D is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 141 | 93 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.45 |
| HSL | 154.51º | 0.67% | 0.33% | - |
| HSV(B) | 154.51º | 0.8% | 0.55% | - |
| XYZ | 11.98 | 20.09 | 13.6 | - |
| YUV | 101.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 93 | 0.80 | 0 | 0.34 | 0.45 | 154.51 | 0.67 | 0.33 |
| Hex | 1C | 8D | 5D | 50 | 0 | 22 | 2D | 9B | 43 | 21 |
| Octal | 34 | 215 | 135 | 120 | 0 | 42 | 55 | 233 | 103 | 41 |
| Binary | 11100 | 10001101 | 1011101 | 1010000 | 0 | 100010 | 101101 | 10011011 | 1000011 | 100001 |
Color Harmonies of #1C8D5D
Complementary color
Monochromatic Colors of #1C8D5D
Black with #1C8D5D
Text Example
Text Example
White with #1C8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8D5D; }
p { color: rgb(28,141,93); }
H1.HeaderClassName
{
color: #1C8D5D;
}
.AnyTagClassName
{
color: #1C8D5D;
}
</style>
background-color css
<style>
a { background-color: #1C8D5D; }
a { background-color: rgb(28,141,93); }
div.DivClassName
{
background-color: #1C8D5D;
}
.BgClassName
{
background-color: #1C8D5D;
}
</style>
border-color css
<style>
span { border-color: #1C8D5D; }
span { border-color: rgb(28,141,93); }
td.TdClassName
{
border-color: #1C8D5D;
}
.TagClassName
{
border-color: #1C8D5D;
}
</style>