Shades of Elf Green #1DA075
Tints of Elf Green #1DA075
RGB
CMYK
RGB Variations
Color information
#1DA075 (or 0x1DA075) is known color: Elf Green. HEX triplet: 1D, A0 and 75. RGB value is (29,160,117). Sum of RGB (Red+Green+Blue) = 29+160+117=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA075 is #E25F8A. Grayscale: #737373. Windows color (decimal): -14835595 or 7708701. OLE color: 7708701.
HSL color Cylindrical-coordinate representation of color #1DA075: hue angle of 160.31º 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 #1DA075 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 117 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.37 |
| HSL | 160.31º | 0.69% | 0.37% | - |
| HSV(B) | 160.31º | 0.82% | 0.63% | - |
| XYZ | 16.29 | 26.69 | 21.12 | - |
| YUV | 115.93 | 128.6 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 117 | 0.82 | 0 | 0.27 | 0.37 | 160.31 | 0.69 | 0.37 |
| Hex | 1D | A0 | 75 | 52 | 0 | 1B | 25 | A0 | 45 | 25 |
| Octal | 35 | 240 | 165 | 122 | 0 | 33 | 45 | 240 | 105 | 45 |
| Binary | 11101 | 10100000 | 1110101 | 1010010 | 0 | 11011 | 100101 | 10100000 | 1000101 | 100101 |
Color Harmonies of #1DA075
Complementary color
Monochromatic Colors of #1DA075
Black with #1DA075
Text Example
Text Example
White with #1DA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA075; }
p { color: rgb(29,160,117); }
H1.HeaderClassName
{
color: #1DA075;
}
.AnyTagClassName
{
color: #1DA075;
}
</style>
background-color css
<style>
a { background-color: #1DA075; }
a { background-color: rgb(29,160,117); }
div.DivClassName
{
background-color: #1DA075;
}
.BgClassName
{
background-color: #1DA075;
}
</style>
border-color css
<style>
span { border-color: #1DA075; }
span { border-color: rgb(29,160,117); }
td.TdClassName
{
border-color: #1DA075;
}
.TagClassName
{
border-color: #1DA075;
}
</style>