Shades of Elf Green #1D9A72
Tints of Elf Green #1D9A72
RGB
CMYK
RGB Variations
Color information
#1D9A72 (or 0x1D9A72) is known color: Elf Green. HEX triplet: 1D, 9A and 72. RGB value is (29,154,114). Sum of RGB (Red+Green+Blue) = 29+154+114=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9A72 is #E2658D. Grayscale: #707070. Windows color (decimal): -14837134 or 7510557. OLE color: 7510557.
HSL color Cylindrical-coordinate representation of color #1D9A72: hue angle of 160.8º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A72 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 114 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.40 |
| HSL | 160.8º | 0.68% | 0.36% | - |
| HSV(B) | 160.8º | 0.81% | 0.6% | - |
| XYZ | 15.1 | 24.59 | 19.87 | - |
| YUV | 112.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 114 | 0.81 | 0 | 0.26 | 0.40 | 160.8 | 0.68 | 0.36 |
| Hex | 1D | 9A | 72 | 51 | 0 | 1A | 28 | A1 | 44 | 24 |
| Octal | 35 | 232 | 162 | 121 | 0 | 32 | 50 | 241 | 104 | 44 |
| Binary | 11101 | 10011010 | 1110010 | 1010001 | 0 | 11010 | 101000 | 10100001 | 1000100 | 100100 |
Color Harmonies of #1D9A72
Complementary color
Monochromatic Colors of #1D9A72
Black with #1D9A72
Text Example
Text Example
White with #1D9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A72; }
p { color: rgb(29,154,114); }
H1.HeaderClassName
{
color: #1D9A72;
}
.AnyTagClassName
{
color: #1D9A72;
}
</style>
background-color css
<style>
a { background-color: #1D9A72; }
a { background-color: rgb(29,154,114); }
div.DivClassName
{
background-color: #1D9A72;
}
.BgClassName
{
background-color: #1D9A72;
}
</style>
border-color css
<style>
span { border-color: #1D9A72; }
span { border-color: rgb(29,154,114); }
td.TdClassName
{
border-color: #1D9A72;
}
.TagClassName
{
border-color: #1D9A72;
}
</style>