Shades of Elf Green #1D9C74
Tints of Elf Green #1D9C74
RGB
CMYK
RGB Variations
Color information
#1D9C74 (or 0x1D9C74) is known color: Elf Green. HEX triplet: 1D, 9C and 74. RGB value is (29,156,116). Sum of RGB (Red+Green+Blue) = 29+156+116=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9C74 is #E2638B. Grayscale: #717171. Windows color (decimal): -14836620 or 7642141. OLE color: 7642141.
HSL color Cylindrical-coordinate representation of color #1D9C74: hue angle of 161.1º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C74 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 116 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.39 |
| HSL | 161.1º | 0.69% | 0.36% | - |
| HSV(B) | 161.1º | 0.81% | 0.61% | - |
| XYZ | 15.55 | 25.3 | 20.59 | - |
| YUV | 113.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 116 | 0.81 | 0 | 0.26 | 0.39 | 161.1 | 0.69 | 0.36 |
| Hex | 1D | 9C | 74 | 51 | 0 | 1A | 27 | A1 | 45 | 24 |
| Octal | 35 | 234 | 164 | 121 | 0 | 32 | 47 | 241 | 105 | 44 |
| Binary | 11101 | 10011100 | 1110100 | 1010001 | 0 | 11010 | 100111 | 10100001 | 1000101 | 100100 |
Color Harmonies of #1D9C74
Complementary color
Monochromatic Colors of #1D9C74
Black with #1D9C74
Text Example
Text Example
White with #1D9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C74; }
p { color: rgb(29,156,116); }
H1.HeaderClassName
{
color: #1D9C74;
}
.AnyTagClassName
{
color: #1D9C74;
}
</style>
background-color css
<style>
a { background-color: #1D9C74; }
a { background-color: rgb(29,156,116); }
div.DivClassName
{
background-color: #1D9C74;
}
.BgClassName
{
background-color: #1D9C74;
}
</style>
border-color css
<style>
span { border-color: #1D9C74; }
span { border-color: rgb(29,156,116); }
td.TdClassName
{
border-color: #1D9C74;
}
.TagClassName
{
border-color: #1D9C74;
}
</style>