Shades of Elf Green #1D946E
Tints of Elf Green #1D946E
RGB
CMYK
RGB Variations
Color information
#1D946E (or 0x1D946E) is known color: Elf Green. HEX triplet: 1D, 94 and 6E. RGB value is (29,148,110). Sum of RGB (Red+Green+Blue) = 29+148+110=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #1D946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D946E is #E26B91. Grayscale: #6C6C6C. Windows color (decimal): -14838674 or 7246877. OLE color: 7246877.
HSL color Cylindrical-coordinate representation of color #1D946E: hue angle of 160.84º 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 #1D946E is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 110 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.42 |
| HSL | 160.84º | 0.67% | 0.35% | - |
| HSV(B) | 160.84º | 0.8% | 0.58% | - |
| XYZ | 13.91 | 22.57 | 18.37 | - |
| YUV | 108.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 110 | 0.80 | 0 | 0.26 | 0.42 | 160.84 | 0.67 | 0.35 |
| Hex | 1D | 94 | 6E | 50 | 0 | 1A | 2A | A1 | 43 | 23 |
| Octal | 35 | 224 | 156 | 120 | 0 | 32 | 52 | 241 | 103 | 43 |
| Binary | 11101 | 10010100 | 1101110 | 1010000 | 0 | 11010 | 101010 | 10100001 | 1000011 | 100011 |
Color Harmonies of #1D946E
Complementary color
Monochromatic Colors of #1D946E
Black with #1D946E
Text Example
Text Example
White with #1D946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D946E; }
p { color: rgb(29,148,110); }
H1.HeaderClassName
{
color: #1D946E;
}
.AnyTagClassName
{
color: #1D946E;
}
</style>
background-color css
<style>
a { background-color: #1D946E; }
a { background-color: rgb(29,148,110); }
div.DivClassName
{
background-color: #1D946E;
}
.BgClassName
{
background-color: #1D946E;
}
</style>
border-color css
<style>
span { border-color: #1D946E; }
span { border-color: rgb(29,148,110); }
td.TdClassName
{
border-color: #1D946E;
}
.TagClassName
{
border-color: #1D946E;
}
</style>