Shades of Elf Green #1D937E
Tints of Elf Green #1D937E
RGB
CMYK
RGB Variations
Color information
#1D937E (or 0x1D937E) is known color: Elf Green. HEX triplet: 1D, 93 and 7E. RGB value is (29,147,126). Sum of RGB (Red+Green+Blue) = 29+147+126=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #1D937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D937E is #E26C81. Grayscale: #6D6D6D. Windows color (decimal): -14838914 or 8295197. OLE color: 8295197.
HSL color Cylindrical-coordinate representation of color #1D937E: hue angle of 169.32º 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 #1D937E is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 126 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.42 |
| HSL | 169.32º | 0.67% | 0.35% | - |
| HSV(B) | 169.32º | 0.8% | 0.58% | - |
| XYZ | 14.71 | 22.64 | 23.33 | - |
| YUV | 109.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 126 | 0.80 | 0 | 0.14 | 0.42 | 169.32 | 0.67 | 0.35 |
| Hex | 1D | 93 | 7E | 50 | 0 | E | 2A | A9 | 43 | 23 |
| Octal | 35 | 223 | 176 | 120 | 0 | 16 | 52 | 251 | 103 | 43 |
| Binary | 11101 | 10010011 | 1111110 | 1010000 | 0 | 1110 | 101010 | 10101001 | 1000011 | 100011 |
Color Harmonies of #1D937E
Complementary color
Monochromatic Colors of #1D937E
Black with #1D937E
Text Example
Text Example
White with #1D937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D937E; }
p { color: rgb(29,147,126); }
H1.HeaderClassName
{
color: #1D937E;
}
.AnyTagClassName
{
color: #1D937E;
}
</style>
background-color css
<style>
a { background-color: #1D937E; }
a { background-color: rgb(29,147,126); }
div.DivClassName
{
background-color: #1D937E;
}
.BgClassName
{
background-color: #1D937E;
}
</style>
border-color css
<style>
span { border-color: #1D937E; }
span { border-color: rgb(29,147,126); }
td.TdClassName
{
border-color: #1D937E;
}
.TagClassName
{
border-color: #1D937E;
}
</style>