Shades of Elf Green #1D9475
Tints of Elf Green #1D9475
RGB
CMYK
RGB Variations
Color information
#1D9475 (or 0x1D9475) is known color: Elf Green. HEX triplet: 1D, 94 and 75. RGB value is (29,148,117). Sum of RGB (Red+Green+Blue) = 29+148+117=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9475 is #E26B8A. Grayscale: #6C6C6C. Windows color (decimal): -14838667 or 7705629. OLE color: 7705629.
HSL color Cylindrical-coordinate representation of color #1D9475: hue angle of 164.37º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9475 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 117 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.42 |
| HSL | 164.37º | 0.67% | 0.35% | - |
| HSV(B) | 164.37º | 0.8% | 0.58% | - |
| XYZ | 14.31 | 22.73 | 20.46 | - |
| YUV | 108.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 117 | 0.80 | 0 | 0.21 | 0.42 | 164.37 | 0.67 | 0.35 |
| Hex | 1D | 94 | 75 | 50 | 0 | 15 | 2A | A4 | 43 | 23 |
| Octal | 35 | 224 | 165 | 120 | 0 | 25 | 52 | 244 | 103 | 43 |
| Binary | 11101 | 10010100 | 1110101 | 1010000 | 0 | 10101 | 101010 | 10100100 | 1000011 | 100011 |
Color Harmonies of #1D9475
Complementary color
Monochromatic Colors of #1D9475
Black with #1D9475
Text Example
Text Example
White with #1D9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9475; }
p { color: rgb(29,148,117); }
H1.HeaderClassName
{
color: #1D9475;
}
.AnyTagClassName
{
color: #1D9475;
}
</style>
background-color css
<style>
a { background-color: #1D9475; }
a { background-color: rgb(29,148,117); }
div.DivClassName
{
background-color: #1D9475;
}
.BgClassName
{
background-color: #1D9475;
}
</style>
border-color css
<style>
span { border-color: #1D9475; }
span { border-color: rgb(29,148,117); }
td.TdClassName
{
border-color: #1D9475;
}
.TagClassName
{
border-color: #1D9475;
}
</style>