Shades of Elf Green #1D8C6E
Tints of Elf Green #1D8C6E
RGB
CMYK
RGB Variations
Color information
#1D8C6E (or 0x1D8C6E) is known color: Elf Green. HEX triplet: 1D, 8C and 6E. RGB value is (29,140,110). Sum of RGB (Red+Green+Blue) = 29+140+110=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C6E is #E27391. Grayscale: #676767. Windows color (decimal): -14840722 or 7244829. OLE color: 7244829.
HSL color Cylindrical-coordinate representation of color #1D8C6E: hue angle of 163.78º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8C6E is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 110 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.45 |
| HSL | 163.78º | 0.66% | 0.33% | - |
| HSV(B) | 163.78º | 0.79% | 0.55% | - |
| XYZ | 12.7 | 20.14 | 17.97 | - |
| YUV | 103.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 110 | 0.79 | 0 | 0.21 | 0.45 | 163.78 | 0.66 | 0.33 |
| Hex | 1D | 8C | 6E | 4F | 0 | 15 | 2D | A4 | 42 | 21 |
| Octal | 35 | 214 | 156 | 117 | 0 | 25 | 55 | 244 | 102 | 41 |
| Binary | 11101 | 10001100 | 1101110 | 1001111 | 0 | 10101 | 101101 | 10100100 | 1000010 | 100001 |
Color Harmonies of #1D8C6E
Complementary color
Monochromatic Colors of #1D8C6E
Black with #1D8C6E
Text Example
Text Example
White with #1D8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C6E; }
p { color: rgb(29,140,110); }
H1.HeaderClassName
{
color: #1D8C6E;
}
.AnyTagClassName
{
color: #1D8C6E;
}
</style>
background-color css
<style>
a { background-color: #1D8C6E; }
a { background-color: rgb(29,140,110); }
div.DivClassName
{
background-color: #1D8C6E;
}
.BgClassName
{
background-color: #1D8C6E;
}
</style>
border-color css
<style>
span { border-color: #1D8C6E; }
span { border-color: rgb(29,140,110); }
td.TdClassName
{
border-color: #1D8C6E;
}
.TagClassName
{
border-color: #1D8C6E;
}
</style>