Shades of Elf Green #1D846E
Tints of Elf Green #1D846E
RGB
CMYK
RGB Variations
Color information
#1D846E (or 0x1D846E) is known color: Elf Green. HEX triplet: 1D, 84 and 6E. RGB value is (29,132,110). Sum of RGB (Red+Green+Blue) = 29+132+110=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #1D846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D846E is #E27B91. Grayscale: #626262. Windows color (decimal): -14842770 or 7242781. OLE color: 7242781.
HSL color Cylindrical-coordinate representation of color #1D846E: hue angle of 167.18º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D846E is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 110 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.48 |
| HSL | 167.18º | 0.64% | 0.32% | - |
| HSV(B) | 167.18º | 0.78% | 0.52% | - |
| XYZ | 11.57 | 17.89 | 17.59 | - |
| YUV | 98.7 | 134.38 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 110 | 0.78 | 0 | 0.17 | 0.48 | 167.18 | 0.64 | 0.32 |
| Hex | 1D | 84 | 6E | 4E | 0 | 11 | 30 | A7 | 40 | 20 |
| Octal | 35 | 204 | 156 | 116 | 0 | 21 | 60 | 247 | 100 | 40 |
| Binary | 11101 | 10000100 | 1101110 | 1001110 | 0 | 10001 | 110000 | 10100111 | 1000000 | 100000 |
Color Harmonies of #1D846E
Complementary color
Monochromatic Colors of #1D846E
Black with #1D846E
Text Example
Text Example
White with #1D846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D846E; }
p { color: rgb(29,132,110); }
H1.HeaderClassName
{
color: #1D846E;
}
.AnyTagClassName
{
color: #1D846E;
}
</style>
background-color css
<style>
a { background-color: #1D846E; }
a { background-color: rgb(29,132,110); }
div.DivClassName
{
background-color: #1D846E;
}
.BgClassName
{
background-color: #1D846E;
}
</style>
border-color css
<style>
span { border-color: #1D846E; }
span { border-color: rgb(29,132,110); }
td.TdClassName
{
border-color: #1D846E;
}
.TagClassName
{
border-color: #1D846E;
}
</style>