Shades of Elf Green #1D8D5E
Tints of Elf Green #1D8D5E
RGB
CMYK
RGB Variations
Color information
#1D8D5E (or 0x1D8D5E) is known color: Elf Green. HEX triplet: 1D, 8D and 5E. RGB value is (29,141,94). Sum of RGB (Red+Green+Blue) = 29+141+94=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8D5E is #E272A1. Grayscale: #666666. Windows color (decimal): -14840482 or 6196509. OLE color: 6196509.
HSL color Cylindrical-coordinate representation of color #1D8D5E: hue angle of 154.82º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D5E is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 141 | 94 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.45 |
| HSL | 154.82º | 0.66% | 0.33% | - |
| HSV(B) | 154.82º | 0.79% | 0.55% | - |
| XYZ | 12.05 | 20.12 | 13.84 | - |
| YUV | 102.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 141 | 94 | 0.79 | 0 | 0.33 | 0.45 | 154.82 | 0.66 | 0.33 |
| Hex | 1D | 8D | 5E | 4F | 0 | 21 | 2D | 9B | 42 | 21 |
| Octal | 35 | 215 | 136 | 117 | 0 | 41 | 55 | 233 | 102 | 41 |
| Binary | 11101 | 10001101 | 1011110 | 1001111 | 0 | 100001 | 101101 | 10011011 | 1000010 | 100001 |
Color Harmonies of #1D8D5E
Complementary color
Monochromatic Colors of #1D8D5E
Black with #1D8D5E
Text Example
Text Example
White with #1D8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8D5E; }
p { color: rgb(29,141,94); }
H1.HeaderClassName
{
color: #1D8D5E;
}
.AnyTagClassName
{
color: #1D8D5E;
}
</style>
background-color css
<style>
a { background-color: #1D8D5E; }
a { background-color: rgb(29,141,94); }
div.DivClassName
{
background-color: #1D8D5E;
}
.BgClassName
{
background-color: #1D8D5E;
}
</style>
border-color css
<style>
span { border-color: #1D8D5E; }
span { border-color: rgb(29,141,94); }
td.TdClassName
{
border-color: #1D8D5E;
}
.TagClassName
{
border-color: #1D8D5E;
}
</style>