Shades of Elf Green #1D946F
Tints of Elf Green #1D946F
RGB
CMYK
RGB Variations
Color information
#1D946F (or 0x1D946F) is known color: Elf Green. HEX triplet: 1D, 94 and 6F. RGB value is (29,148,111). Sum of RGB (Red+Green+Blue) = 29+148+111=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #1D946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D946F is #E26B90. Grayscale: #6C6C6C. Windows color (decimal): -14838673 or 7312413. OLE color: 7312413.
HSL color Cylindrical-coordinate representation of color #1D946F: hue angle of 161.34º 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 #1D946F is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 111 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.42 |
| HSL | 161.34º | 0.67% | 0.35% | - |
| HSV(B) | 161.34º | 0.8% | 0.58% | - |
| XYZ | 13.97 | 22.59 | 18.66 | - |
| YUV | 108.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 111 | 0.80 | 0 | 0.25 | 0.42 | 161.34 | 0.67 | 0.35 |
| Hex | 1D | 94 | 6F | 50 | 0 | 19 | 2A | A1 | 43 | 23 |
| Octal | 35 | 224 | 157 | 120 | 0 | 31 | 52 | 241 | 103 | 43 |
| Binary | 11101 | 10010100 | 1101111 | 1010000 | 0 | 11001 | 101010 | 10100001 | 1000011 | 100011 |
Color Harmonies of #1D946F
Complementary color
Monochromatic Colors of #1D946F
Black with #1D946F
Text Example
Text Example
White with #1D946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D946F; }
p { color: rgb(29,148,111); }
H1.HeaderClassName
{
color: #1D946F;
}
.AnyTagClassName
{
color: #1D946F;
}
</style>
background-color css
<style>
a { background-color: #1D946F; }
a { background-color: rgb(29,148,111); }
div.DivClassName
{
background-color: #1D946F;
}
.BgClassName
{
background-color: #1D946F;
}
</style>
border-color css
<style>
span { border-color: #1D946F; }
span { border-color: rgb(29,148,111); }
td.TdClassName
{
border-color: #1D946F;
}
.TagClassName
{
border-color: #1D946F;
}
</style>