Shades of Elf Green #1D9D6D
Tints of Elf Green #1D9D6D
RGB
CMYK
RGB Variations
Color information
#1D9D6D (or 0x1D9D6D) is known color: Elf Green. HEX triplet: 1D, 9D and 6D. RGB value is (29,157,109). Sum of RGB (Red+Green+Blue) = 29+157+109=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9D6D is #E26292. Grayscale: #717171. Windows color (decimal): -14836371 or 7183645. OLE color: 7183645.
HSL color Cylindrical-coordinate representation of color #1D9D6D: hue angle of 157.5º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D6D is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 157 | 109 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.38 |
| HSL | 157.5º | 0.69% | 0.36% | - |
| HSV(B) | 157.5º | 0.82% | 0.62% | - |
| XYZ | 15.32 | 25.48 | 18.58 | - |
| YUV | 113.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 109 | 0.82 | 0 | 0.31 | 0.38 | 157.5 | 0.69 | 0.36 |
| Hex | 1D | 9D | 6D | 52 | 0 | 1F | 26 | 9E | 45 | 24 |
| Octal | 35 | 235 | 155 | 122 | 0 | 37 | 46 | 236 | 105 | 44 |
| Binary | 11101 | 10011101 | 1101101 | 1010010 | 0 | 11111 | 100110 | 10011110 | 1000101 | 100100 |
Color Harmonies of #1D9D6D
Complementary color
Monochromatic Colors of #1D9D6D
Black with #1D9D6D
Text Example
Text Example
White with #1D9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9D6D; }
p { color: rgb(29,157,109); }
H1.HeaderClassName
{
color: #1D9D6D;
}
.AnyTagClassName
{
color: #1D9D6D;
}
</style>
background-color css
<style>
a { background-color: #1D9D6D; }
a { background-color: rgb(29,157,109); }
div.DivClassName
{
background-color: #1D9D6D;
}
.BgClassName
{
background-color: #1D9D6D;
}
</style>
border-color css
<style>
span { border-color: #1D9D6D; }
span { border-color: rgb(29,157,109); }
td.TdClassName
{
border-color: #1D9D6D;
}
.TagClassName
{
border-color: #1D9D6D;
}
</style>