Shades of Elf Green #1D896F
Tints of Elf Green #1D896F
RGB
CMYK
RGB Variations
Color information
#1D896F (or 0x1D896F) is known color: Elf Green. HEX triplet: 1D, 89 and 6F. RGB value is (29,137,111). Sum of RGB (Red+Green+Blue) = 29+137+111=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #1D896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D896F is #E27690. Grayscale: #656565. Windows color (decimal): -14841489 or 7309597. OLE color: 7309597.
HSL color Cylindrical-coordinate representation of color #1D896F: hue angle of 165.56º 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 #1D896F is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 111 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.46 |
| HSL | 165.56º | 0.65% | 0.33% | - |
| HSV(B) | 165.56º | 0.79% | 0.54% | - |
| XYZ | 12.32 | 19.3 | 18.11 | - |
| YUV | 101.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 111 | 0.79 | 0 | 0.19 | 0.46 | 165.56 | 0.65 | 0.33 |
| Hex | 1D | 89 | 6F | 4F | 0 | 13 | 2E | A6 | 41 | 21 |
| Octal | 35 | 211 | 157 | 117 | 0 | 23 | 56 | 246 | 101 | 41 |
| Binary | 11101 | 10001001 | 1101111 | 1001111 | 0 | 10011 | 101110 | 10100110 | 1000001 | 100001 |
Color Harmonies of #1D896F
Complementary color
Monochromatic Colors of #1D896F
Black with #1D896F
Text Example
Text Example
White with #1D896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D896F; }
p { color: rgb(29,137,111); }
H1.HeaderClassName
{
color: #1D896F;
}
.AnyTagClassName
{
color: #1D896F;
}
</style>
background-color css
<style>
a { background-color: #1D896F; }
a { background-color: rgb(29,137,111); }
div.DivClassName
{
background-color: #1D896F;
}
.BgClassName
{
background-color: #1D896F;
}
</style>
border-color css
<style>
span { border-color: #1D896F; }
span { border-color: rgb(29,137,111); }
td.TdClassName
{
border-color: #1D896F;
}
.TagClassName
{
border-color: #1D896F;
}
</style>