Shades of Elf Green #1C8471
Tints of Elf Green #1C8471
RGB
CMYK
RGB Variations
Color information
#1C8471 (or 0x1C8471) is known color: Elf Green. HEX triplet: 1C, 84 and 71. RGB value is (28,132,113). Sum of RGB (Red+Green+Blue) = 28+132+113=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #1C8471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8471 is #E37B8E. Grayscale: #626262. Windows color (decimal): -14908303 or 7439388. OLE color: 7439388.
HSL color Cylindrical-coordinate representation of color #1C8471: hue angle of 169.04º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8471 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 132 | 113 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.48 |
| HSL | 169.04º | 0.65% | 0.31% | - |
| HSV(B) | 169.04º | 0.79% | 0.52% | - |
| XYZ | 11.71 | 17.94 | 18.47 | - |
| YUV | 98.74 | 136.04 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 113 | 0.79 | 0 | 0.14 | 0.48 | 169.04 | 0.65 | 0.31 |
| Hex | 1C | 84 | 71 | 4F | 0 | E | 30 | A9 | 41 | 1F |
| Octal | 34 | 204 | 161 | 117 | 0 | 16 | 60 | 251 | 101 | 37 |
| Binary | 11100 | 10000100 | 1110001 | 1001111 | 0 | 1110 | 110000 | 10101001 | 1000001 | 11111 |
Color Harmonies of #1C8471
Complementary color
Monochromatic Colors of #1C8471
Black with #1C8471
Text Example
Text Example
White with #1C8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8471; }
p { color: rgb(28,132,113); }
H1.HeaderClassName
{
color: #1C8471;
}
.AnyTagClassName
{
color: #1C8471;
}
</style>
background-color css
<style>
a { background-color: #1C8471; }
a { background-color: rgb(28,132,113); }
div.DivClassName
{
background-color: #1C8471;
}
.BgClassName
{
background-color: #1C8471;
}
</style>
border-color css
<style>
span { border-color: #1C8471; }
span { border-color: rgb(28,132,113); }
td.TdClassName
{
border-color: #1C8471;
}
.TagClassName
{
border-color: #1C8471;
}
</style>