Shades of Elf Green #1D937C
Tints of Elf Green #1D937C
RGB
CMYK
RGB Variations
Color information
#1D937C (or 0x1D937C) is known color: Elf Green. HEX triplet: 1D, 93 and 7C. RGB value is (29,147,124). Sum of RGB (Red+Green+Blue) = 29+147+124=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #1D937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D937C is #E26C83. Grayscale: #6D6D6D. Windows color (decimal): -14838916 or 8164125. OLE color: 8164125.
HSL color Cylindrical-coordinate representation of color #1D937C: hue angle of 168.31º 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 #1D937C is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 124 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.42 |
| HSL | 168.31º | 0.67% | 0.35% | - |
| HSV(B) | 168.31º | 0.8% | 0.58% | - |
| XYZ | 14.58 | 22.58 | 22.66 | - |
| YUV | 109.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 124 | 0.80 | 0 | 0.16 | 0.42 | 168.31 | 0.67 | 0.35 |
| Hex | 1D | 93 | 7C | 50 | 0 | 10 | 2A | A8 | 43 | 23 |
| Octal | 35 | 223 | 174 | 120 | 0 | 20 | 52 | 250 | 103 | 43 |
| Binary | 11101 | 10010011 | 1111100 | 1010000 | 0 | 10000 | 101010 | 10101000 | 1000011 | 100011 |
Color Harmonies of #1D937C
Complementary color
Monochromatic Colors of #1D937C
Black with #1D937C
Text Example
Text Example
White with #1D937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D937C; }
p { color: rgb(29,147,124); }
H1.HeaderClassName
{
color: #1D937C;
}
.AnyTagClassName
{
color: #1D937C;
}
</style>
background-color css
<style>
a { background-color: #1D937C; }
a { background-color: rgb(29,147,124); }
div.DivClassName
{
background-color: #1D937C;
}
.BgClassName
{
background-color: #1D937C;
}
</style>
border-color css
<style>
span { border-color: #1D937C; }
span { border-color: rgb(29,147,124); }
td.TdClassName
{
border-color: #1D937C;
}
.TagClassName
{
border-color: #1D937C;
}
</style>