Shades of Elf Green #1DA072
Tints of Elf Green #1DA072
RGB
CMYK
RGB Variations
Color information
#1DA072 (or 0x1DA072) is known color: Elf Green. HEX triplet: 1D, A0 and 72. RGB value is (29,160,114). Sum of RGB (Red+Green+Blue) = 29+160+114=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA072 is #E25F8D. Grayscale: #737373. Windows color (decimal): -14835598 or 7512093. OLE color: 7512093.
HSL color Cylindrical-coordinate representation of color #1DA072: hue angle of 158.93º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA072 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 114 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.37 |
| HSL | 158.93º | 0.69% | 0.37% | - |
| HSV(B) | 158.93º | 0.82% | 0.63% | - |
| XYZ | 16.11 | 26.62 | 20.21 | - |
| YUV | 115.59 | 127.1 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 114 | 0.82 | 0 | 0.29 | 0.37 | 158.93 | 0.69 | 0.37 |
| Hex | 1D | A0 | 72 | 52 | 0 | 1D | 25 | 9F | 45 | 25 |
| Octal | 35 | 240 | 162 | 122 | 0 | 35 | 45 | 237 | 105 | 45 |
| Binary | 11101 | 10100000 | 1110010 | 1010010 | 0 | 11101 | 100101 | 10011111 | 1000101 | 100101 |
Color Harmonies of #1DA072
Complementary color
Monochromatic Colors of #1DA072
Black with #1DA072
Text Example
Text Example
White with #1DA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA072; }
p { color: rgb(29,160,114); }
H1.HeaderClassName
{
color: #1DA072;
}
.AnyTagClassName
{
color: #1DA072;
}
</style>
background-color css
<style>
a { background-color: #1DA072; }
a { background-color: rgb(29,160,114); }
div.DivClassName
{
background-color: #1DA072;
}
.BgClassName
{
background-color: #1DA072;
}
</style>
border-color css
<style>
span { border-color: #1DA072; }
span { border-color: rgb(29,160,114); }
td.TdClassName
{
border-color: #1DA072;
}
.TagClassName
{
border-color: #1DA072;
}
</style>