Shades of Elf Green #1D9673
Tints of Elf Green #1D9673
RGB
CMYK
RGB Variations
Color information
#1D9673 (or 0x1D9673) is known color: Elf Green. HEX triplet: 1D, 96 and 73. RGB value is (29,150,115). Sum of RGB (Red+Green+Blue) = 29+150+115=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #1D9673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9673 is #E2698C. Grayscale: #6D6D6D. Windows color (decimal): -14838157 or 7575069. OLE color: 7575069.
HSL color Cylindrical-coordinate representation of color #1D9673: hue angle of 162.64º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9673 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 150 | 115 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.41 |
| HSL | 162.64º | 0.68% | 0.35% | - |
| HSV(B) | 162.64º | 0.81% | 0.59% | - |
| XYZ | 14.51 | 23.31 | 19.95 | - |
| YUV | 109.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 150 | 115 | 0.81 | 0 | 0.23 | 0.41 | 162.64 | 0.68 | 0.35 |
| Hex | 1D | 96 | 73 | 51 | 0 | 17 | 29 | A3 | 44 | 23 |
| Octal | 35 | 226 | 163 | 121 | 0 | 27 | 51 | 243 | 104 | 43 |
| Binary | 11101 | 10010110 | 1110011 | 1010001 | 0 | 10111 | 101001 | 10100011 | 1000100 | 100011 |
Color Harmonies of #1D9673
Complementary color
Monochromatic Colors of #1D9673
Black with #1D9673
Text Example
Text Example
White with #1D9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9673; }
p { color: rgb(29,150,115); }
H1.HeaderClassName
{
color: #1D9673;
}
.AnyTagClassName
{
color: #1D9673;
}
</style>
background-color css
<style>
a { background-color: #1D9673; }
a { background-color: rgb(29,150,115); }
div.DivClassName
{
background-color: #1D9673;
}
.BgClassName
{
background-color: #1D9673;
}
</style>
border-color css
<style>
span { border-color: #1D9673; }
span { border-color: rgb(29,150,115); }
td.TdClassName
{
border-color: #1D9673;
}
.TagClassName
{
border-color: #1D9673;
}
</style>