Shades of Elf Green #1D8C68
Tints of Elf Green #1D8C68
RGB
CMYK
RGB Variations
Color information
#1D8C68 (or 0x1D8C68) is known color: Elf Green. HEX triplet: 1D, 8C and 68. RGB value is (29,140,104). Sum of RGB (Red+Green+Blue) = 29+140+104=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C68 is #E27397. Grayscale: #666666. Windows color (decimal): -14840728 or 6851613. OLE color: 6851613.
HSL color Cylindrical-coordinate representation of color #1D8C68: hue angle of 160.54º 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 #1D8C68 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 104 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.45 |
| HSL | 160.54º | 0.66% | 0.33% | - |
| HSV(B) | 160.54º | 0.79% | 0.55% | - |
| XYZ | 12.38 | 20.02 | 16.31 | - |
| YUV | 102.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 104 | 0.79 | 0 | 0.26 | 0.45 | 160.54 | 0.66 | 0.33 |
| Hex | 1D | 8C | 68 | 4F | 0 | 1A | 2D | A1 | 42 | 21 |
| Octal | 35 | 214 | 150 | 117 | 0 | 32 | 55 | 241 | 102 | 41 |
| Binary | 11101 | 10001100 | 1101000 | 1001111 | 0 | 11010 | 101101 | 10100001 | 1000010 | 100001 |
Color Harmonies of #1D8C68
Complementary color
Monochromatic Colors of #1D8C68
Black with #1D8C68
Text Example
Text Example
White with #1D8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C68; }
p { color: rgb(29,140,104); }
H1.HeaderClassName
{
color: #1D8C68;
}
.AnyTagClassName
{
color: #1D8C68;
}
</style>
background-color css
<style>
a { background-color: #1D8C68; }
a { background-color: rgb(29,140,104); }
div.DivClassName
{
background-color: #1D8C68;
}
.BgClassName
{
background-color: #1D8C68;
}
</style>
border-color css
<style>
span { border-color: #1D8C68; }
span { border-color: rgb(29,140,104); }
td.TdClassName
{
border-color: #1D8C68;
}
.TagClassName
{
border-color: #1D8C68;
}
</style>