Shades of Elf Green #1D896E
Tints of Elf Green #1D896E
RGB
CMYK
RGB Variations
Color information
#1D896E (or 0x1D896E) is known color: Elf Green. HEX triplet: 1D, 89 and 6E. RGB value is (29,137,110). Sum of RGB (Red+Green+Blue) = 29+137+110=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #1D896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D896E is #E27691. Grayscale: #656565. Windows color (decimal): -14841490 or 7244061. OLE color: 7244061.
HSL color Cylindrical-coordinate representation of color #1D896E: hue angle of 165º 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 #1D896E is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 110 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.46 |
| HSL | 165º | 0.65% | 0.33% | - |
| HSV(B) | 165º | 0.79% | 0.54% | - |
| XYZ | 12.27 | 19.28 | 17.83 | - |
| YUV | 101.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 110 | 0.79 | 0 | 0.20 | 0.46 | 165 | 0.65 | 0.33 |
| Hex | 1D | 89 | 6E | 4F | 0 | 14 | 2E | A5 | 41 | 21 |
| Octal | 35 | 211 | 156 | 117 | 0 | 24 | 56 | 245 | 101 | 41 |
| Binary | 11101 | 10001001 | 1101110 | 1001111 | 0 | 10100 | 101110 | 10100101 | 1000001 | 100001 |
Color Harmonies of #1D896E
Complementary color
Monochromatic Colors of #1D896E
Black with #1D896E
Text Example
Text Example
White with #1D896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D896E; }
p { color: rgb(29,137,110); }
H1.HeaderClassName
{
color: #1D896E;
}
.AnyTagClassName
{
color: #1D896E;
}
</style>
background-color css
<style>
a { background-color: #1D896E; }
a { background-color: rgb(29,137,110); }
div.DivClassName
{
background-color: #1D896E;
}
.BgClassName
{
background-color: #1D896E;
}
</style>
border-color css
<style>
span { border-color: #1D896E; }
span { border-color: rgb(29,137,110); }
td.TdClassName
{
border-color: #1D896E;
}
.TagClassName
{
border-color: #1D896E;
}
</style>