Shades of Elf Green #1DA068
Tints of Elf Green #1DA068
RGB
CMYK
RGB Variations
Color information
#1DA068 (or 0x1DA068) is known color: Elf Green. HEX triplet: 1D, A0 and 68. RGB value is (29,160,104). Sum of RGB (Red+Green+Blue) = 29+160+104=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA068 is #E25F97. Grayscale: #727272. Windows color (decimal): -14835608 or 6856733. OLE color: 6856733.
HSL color Cylindrical-coordinate representation of color #1DA068: hue angle of 154.35º 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 #1DA068 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 104 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.37 |
| HSL | 154.35º | 0.69% | 0.37% | - |
| HSV(B) | 154.35º | 0.82% | 0.63% | - |
| XYZ | 15.58 | 26.4 | 17.37 | - |
| YUV | 114.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 104 | 0.82 | 0 | 0.35 | 0.37 | 154.35 | 0.69 | 0.37 |
| Hex | 1D | A0 | 68 | 52 | 0 | 23 | 25 | 9A | 45 | 25 |
| Octal | 35 | 240 | 150 | 122 | 0 | 43 | 45 | 232 | 105 | 45 |
| Binary | 11101 | 10100000 | 1101000 | 1010010 | 0 | 100011 | 100101 | 10011010 | 1000101 | 100101 |
Color Harmonies of #1DA068
Complementary color
Monochromatic Colors of #1DA068
Black with #1DA068
Text Example
Text Example
White with #1DA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA068; }
p { color: rgb(29,160,104); }
H1.HeaderClassName
{
color: #1DA068;
}
.AnyTagClassName
{
color: #1DA068;
}
</style>
background-color css
<style>
a { background-color: #1DA068; }
a { background-color: rgb(29,160,104); }
div.DivClassName
{
background-color: #1DA068;
}
.BgClassName
{
background-color: #1DA068;
}
</style>
border-color css
<style>
span { border-color: #1DA068; }
span { border-color: rgb(29,160,104); }
td.TdClassName
{
border-color: #1DA068;
}
.TagClassName
{
border-color: #1DA068;
}
</style>