Shades of Elf Green #1D8971
Tints of Elf Green #1D8971
RGB
CMYK
RGB Variations
Color information
#1D8971 (or 0x1D8971) is known color: Elf Green. HEX triplet: 1D, 89 and 71. RGB value is (29,137,113). Sum of RGB (Red+Green+Blue) = 29+137+113=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8971 is #E2768E. Grayscale: #656565. Windows color (decimal): -14841487 or 7440669. OLE color: 7440669.
HSL color Cylindrical-coordinate representation of color #1D8971: hue angle of 166.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8971 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 113 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.46 |
| HSL | 166.67º | 0.65% | 0.33% | - |
| HSV(B) | 166.67º | 0.79% | 0.54% | - |
| XYZ | 12.43 | 19.34 | 18.7 | - |
| YUV | 101.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 113 | 0.79 | 0 | 0.18 | 0.46 | 166.67 | 0.65 | 0.33 |
| Hex | 1D | 89 | 71 | 4F | 0 | 12 | 2E | A7 | 41 | 21 |
| Octal | 35 | 211 | 161 | 117 | 0 | 22 | 56 | 247 | 101 | 41 |
| Binary | 11101 | 10001001 | 1110001 | 1001111 | 0 | 10010 | 101110 | 10100111 | 1000001 | 100001 |
Color Harmonies of #1D8971
Complementary color
Monochromatic Colors of #1D8971
Black with #1D8971
Text Example
Text Example
White with #1D8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8971; }
p { color: rgb(29,137,113); }
H1.HeaderClassName
{
color: #1D8971;
}
.AnyTagClassName
{
color: #1D8971;
}
</style>
background-color css
<style>
a { background-color: #1D8971; }
a { background-color: rgb(29,137,113); }
div.DivClassName
{
background-color: #1D8971;
}
.BgClassName
{
background-color: #1D8971;
}
</style>
border-color css
<style>
span { border-color: #1D8971; }
span { border-color: rgb(29,137,113); }
td.TdClassName
{
border-color: #1D8971;
}
.TagClassName
{
border-color: #1D8971;
}
</style>