Shades of Elf Green #1D946C
Tints of Elf Green #1D946C
RGB
CMYK
RGB Variations
Color information
#1D946C (or 0x1D946C) is known color: Elf Green. HEX triplet: 1D, 94 and 6C. RGB value is (29,148,108). Sum of RGB (Red+Green+Blue) = 29+148+108=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #1D946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D946C is #E26B93. Grayscale: #6B6B6B. Windows color (decimal): -14838676 or 7115805. OLE color: 7115805.
HSL color Cylindrical-coordinate representation of color #1D946C: hue angle of 159.83º 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 #1D946C is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 108 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.42 |
| HSL | 159.83º | 0.67% | 0.35% | - |
| HSV(B) | 159.83º | 0.8% | 0.58% | - |
| XYZ | 13.8 | 22.52 | 17.81 | - |
| YUV | 107.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 108 | 0.80 | 0 | 0.27 | 0.42 | 159.83 | 0.67 | 0.35 |
| Hex | 1D | 94 | 6C | 50 | 0 | 1B | 2A | A0 | 43 | 23 |
| Octal | 35 | 224 | 154 | 120 | 0 | 33 | 52 | 240 | 103 | 43 |
| Binary | 11101 | 10010100 | 1101100 | 1010000 | 0 | 11011 | 101010 | 10100000 | 1000011 | 100011 |
Color Harmonies of #1D946C
Complementary color
Monochromatic Colors of #1D946C
Black with #1D946C
Text Example
Text Example
White with #1D946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D946C; }
p { color: rgb(29,148,108); }
H1.HeaderClassName
{
color: #1D946C;
}
.AnyTagClassName
{
color: #1D946C;
}
</style>
background-color css
<style>
a { background-color: #1D946C; }
a { background-color: rgb(29,148,108); }
div.DivClassName
{
background-color: #1D946C;
}
.BgClassName
{
background-color: #1D946C;
}
</style>
border-color css
<style>
span { border-color: #1D946C; }
span { border-color: rgb(29,148,108); }
td.TdClassName
{
border-color: #1D946C;
}
.TagClassName
{
border-color: #1D946C;
}
</style>