Shades of Elf Green #1D9062
Tints of Elf Green #1D9062
RGB
CMYK
RGB Variations
Color information
#1D9062 (or 0x1D9062) is known color: Elf Green. HEX triplet: 1D, 90 and 62. RGB value is (29,144,98). Sum of RGB (Red+Green+Blue) = 29+144+98=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9062 is #E26F9D. Grayscale: #686868. Windows color (decimal): -14839710 or 6459421. OLE color: 6459421.
HSL color Cylindrical-coordinate representation of color #1D9062: hue angle of 156º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9062 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 98 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.44 |
| HSL | 156º | 0.66% | 0.34% | - |
| HSV(B) | 156º | 0.8% | 0.56% | - |
| XYZ | 12.68 | 21.09 | 14.96 | - |
| YUV | 104.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 98 | 0.80 | 0 | 0.32 | 0.44 | 156 | 0.66 | 0.34 |
| Hex | 1D | 90 | 62 | 50 | 0 | 20 | 2C | 9C | 42 | 22 |
| Octal | 35 | 220 | 142 | 120 | 0 | 40 | 54 | 234 | 102 | 42 |
| Binary | 11101 | 10010000 | 1100010 | 1010000 | 0 | 100000 | 101100 | 10011100 | 1000010 | 100010 |
Color Harmonies of #1D9062
Complementary color
Monochromatic Colors of #1D9062
Black with #1D9062
Text Example
Text Example
White with #1D9062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9062; }
p { color: rgb(29,144,98); }
H1.HeaderClassName
{
color: #1D9062;
}
.AnyTagClassName
{
color: #1D9062;
}
</style>
background-color css
<style>
a { background-color: #1D9062; }
a { background-color: rgb(29,144,98); }
div.DivClassName
{
background-color: #1D9062;
}
.BgClassName
{
background-color: #1D9062;
}
</style>
border-color css
<style>
span { border-color: #1D9062; }
span { border-color: rgb(29,144,98); }
td.TdClassName
{
border-color: #1D9062;
}
.TagClassName
{
border-color: #1D9062;
}
</style>