Shades of Elf Green #1D917E
Tints of Elf Green #1D917E
RGB
CMYK
RGB Variations
Color information
#1D917E (or 0x1D917E) is known color: Elf Green. HEX triplet: 1D, 91 and 7E. RGB value is (29,145,126). Sum of RGB (Red+Green+Blue) = 29+145+126=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #1D917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D917E is #E26E81. Grayscale: #6C6C6C. Windows color (decimal): -14839426 or 8294685. OLE color: 8294685.
HSL color Cylindrical-coordinate representation of color #1D917E: hue angle of 170.17º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D917E is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 126 | - |
| CMYK | 0.8 | 0 | 0.13 | 0.43 |
| HSL | 170.17º | 0.67% | 0.34% | - |
| HSV(B) | 170.17º | 0.8% | 0.57% | - |
| XYZ | 14.4 | 22.02 | 23.23 | - |
| YUV | 108.15 | 138.07 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 126 | 0.8 | 0 | 0.13 | 0.43 | 170.17 | 0.67 | 0.34 |
| Hex | 1D | 91 | 7E | 50 | 0 | D | 2B | AA | 43 | 22 |
| Octal | 35 | 221 | 176 | 120 | 0 | 15 | 53 | 252 | 103 | 42 |
| Binary | 11101 | 10010001 | 1111110 | 1010000 | 0 | 1101 | 101011 | 10101010 | 1000011 | 100010 |
Color Harmonies of #1D917E
Complementary color
Monochromatic Colors of #1D917E
Black with #1D917E
Text Example
Text Example
White with #1D917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D917E; }
p { color: rgb(29,145,126); }
H1.HeaderClassName
{
color: #1D917E;
}
.AnyTagClassName
{
color: #1D917E;
}
</style>
background-color css
<style>
a { background-color: #1D917E; }
a { background-color: rgb(29,145,126); }
div.DivClassName
{
background-color: #1D917E;
}
.BgClassName
{
background-color: #1D917E;
}
</style>
border-color css
<style>
span { border-color: #1D917E; }
span { border-color: rgb(29,145,126); }
td.TdClassName
{
border-color: #1D917E;
}
.TagClassName
{
border-color: #1D917E;
}
</style>