Shades of Elf Green #1D9074
Tints of Elf Green #1D9074
RGB
CMYK
RGB Variations
Color information
#1D9074 (or 0x1D9074) is known color: Elf Green. HEX triplet: 1D, 90 and 74. RGB value is (29,144,116). Sum of RGB (Red+Green+Blue) = 29+144+116=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9074 is #E26F8B. Grayscale: #6A6A6A. Windows color (decimal): -14839692 or 7639069. OLE color: 7639069.
HSL color Cylindrical-coordinate representation of color #1D9074: hue angle of 165.39º 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 #1D9074 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 116 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.44 |
| HSL | 165.39º | 0.66% | 0.34% | - |
| HSV(B) | 165.39º | 0.8% | 0.56% | - |
| XYZ | 13.63 | 21.47 | 19.95 | - |
| YUV | 106.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 116 | 0.80 | 0 | 0.19 | 0.44 | 165.39 | 0.66 | 0.34 |
| Hex | 1D | 90 | 74 | 50 | 0 | 13 | 2C | A5 | 42 | 22 |
| Octal | 35 | 220 | 164 | 120 | 0 | 23 | 54 | 245 | 102 | 42 |
| Binary | 11101 | 10010000 | 1110100 | 1010000 | 0 | 10011 | 101100 | 10100101 | 1000010 | 100010 |
Color Harmonies of #1D9074
Complementary color
Monochromatic Colors of #1D9074
Black with #1D9074
Text Example
Text Example
White with #1D9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9074; }
p { color: rgb(29,144,116); }
H1.HeaderClassName
{
color: #1D9074;
}
.AnyTagClassName
{
color: #1D9074;
}
</style>
background-color css
<style>
a { background-color: #1D9074; }
a { background-color: rgb(29,144,116); }
div.DivClassName
{
background-color: #1D9074;
}
.BgClassName
{
background-color: #1D9074;
}
</style>
border-color css
<style>
span { border-color: #1D9074; }
span { border-color: rgb(29,144,116); }
td.TdClassName
{
border-color: #1D9074;
}
.TagClassName
{
border-color: #1D9074;
}
</style>