Shades of Elf Green #1D9471
Tints of Elf Green #1D9471
RGB
CMYK
RGB Variations
Color information
#1D9471 (or 0x1D9471) is known color: Elf Green. HEX triplet: 1D, 94 and 71. RGB value is (29,148,113). Sum of RGB (Red+Green+Blue) = 29+148+113=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9471 is #E26B8E. Grayscale: #6C6C6C. Windows color (decimal): -14838671 or 7443485. OLE color: 7443485.
HSL color Cylindrical-coordinate representation of color #1D9471: hue angle of 162.35º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9471 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 113 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.42 |
| HSL | 162.35º | 0.67% | 0.35% | - |
| HSV(B) | 162.35º | 0.8% | 0.58% | - |
| XYZ | 14.08 | 22.63 | 19.25 | - |
| YUV | 108.43 | 130.58 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 113 | 0.80 | 0 | 0.24 | 0.42 | 162.35 | 0.67 | 0.35 |
| Hex | 1D | 94 | 71 | 50 | 0 | 18 | 2A | A2 | 43 | 23 |
| Octal | 35 | 224 | 161 | 120 | 0 | 30 | 52 | 242 | 103 | 43 |
| Binary | 11101 | 10010100 | 1110001 | 1010000 | 0 | 11000 | 101010 | 10100010 | 1000011 | 100011 |
Color Harmonies of #1D9471
Complementary color
Monochromatic Colors of #1D9471
Black with #1D9471
Text Example
Text Example
White with #1D9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9471; }
p { color: rgb(29,148,113); }
H1.HeaderClassName
{
color: #1D9471;
}
.AnyTagClassName
{
color: #1D9471;
}
</style>
background-color css
<style>
a { background-color: #1D9471; }
a { background-color: rgb(29,148,113); }
div.DivClassName
{
background-color: #1D9471;
}
.BgClassName
{
background-color: #1D9471;
}
</style>
border-color css
<style>
span { border-color: #1D9471; }
span { border-color: rgb(29,148,113); }
td.TdClassName
{
border-color: #1D9471;
}
.TagClassName
{
border-color: #1D9471;
}
</style>