Shades of Elf Green #1D8C60
Tints of Elf Green #1D8C60
RGB
CMYK
RGB Variations
Color information
#1D8C60 (or 0x1D8C60) is known color: Elf Green. HEX triplet: 1D, 8C and 60. RGB value is (29,140,96). Sum of RGB (Red+Green+Blue) = 29+140+96=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C60 is #E2739F. Grayscale: #656565. Windows color (decimal): -14840736 or 6327325. OLE color: 6327325.
HSL color Cylindrical-coordinate representation of color #1D8C60: hue angle of 156.22º 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 #1D8C60 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 96 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.45 |
| HSL | 156.22º | 0.66% | 0.33% | - |
| HSV(B) | 156.22º | 0.79% | 0.55% | - |
| XYZ | 12 | 19.86 | 14.27 | - |
| YUV | 101.8 | 124.73 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 96 | 0.79 | 0 | 0.31 | 0.45 | 156.22 | 0.66 | 0.33 |
| Hex | 1D | 8C | 60 | 4F | 0 | 1F | 2D | 9C | 42 | 21 |
| Octal | 35 | 214 | 140 | 117 | 0 | 37 | 55 | 234 | 102 | 41 |
| Binary | 11101 | 10001100 | 1100000 | 1001111 | 0 | 11111 | 101101 | 10011100 | 1000010 | 100001 |
Color Harmonies of #1D8C60
Complementary color
Monochromatic Colors of #1D8C60
Black with #1D8C60
Text Example
Text Example
White with #1D8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C60; }
p { color: rgb(29,140,96); }
H1.HeaderClassName
{
color: #1D8C60;
}
.AnyTagClassName
{
color: #1D8C60;
}
</style>
background-color css
<style>
a { background-color: #1D8C60; }
a { background-color: rgb(29,140,96); }
div.DivClassName
{
background-color: #1D8C60;
}
.BgClassName
{
background-color: #1D8C60;
}
</style>
border-color css
<style>
span { border-color: #1D8C60; }
span { border-color: rgb(29,140,96); }
td.TdClassName
{
border-color: #1D8C60;
}
.TagClassName
{
border-color: #1D8C60;
}
</style>