Shades of Elf Green #1D8C62
Tints of Elf Green #1D8C62
RGB
CMYK
RGB Variations
Color information
#1D8C62 (or 0x1D8C62) is known color: Elf Green. HEX triplet: 1D, 8C and 62. RGB value is (29,140,98). Sum of RGB (Red+Green+Blue) = 29+140+98=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C62 is #E2739D. Grayscale: #666666. Windows color (decimal): -14840734 or 6458397. OLE color: 6458397.
HSL color Cylindrical-coordinate representation of color #1D8C62: hue angle of 157.3º 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 #1D8C62 is Cyan = 0.79, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 98 | - |
| CMYK | 0.79 | 0 | 0.3 | 0.45 |
| HSL | 157.3º | 0.66% | 0.33% | - |
| HSV(B) | 157.3º | 0.79% | 0.55% | - |
| XYZ | 12.09 | 19.9 | 14.76 | - |
| YUV | 102.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 98 | 0.79 | 0 | 0.3 | 0.45 | 157.3 | 0.66 | 0.33 |
| Hex | 1D | 8C | 62 | 4F | 0 | 1E | 2D | 9D | 42 | 21 |
| Octal | 35 | 214 | 142 | 117 | 0 | 36 | 55 | 235 | 102 | 41 |
| Binary | 11101 | 10001100 | 1100010 | 1001111 | 0 | 11110 | 101101 | 10011101 | 1000010 | 100001 |
Color Harmonies of #1D8C62
Complementary color
Monochromatic Colors of #1D8C62
Black with #1D8C62
Text Example
Text Example
White with #1D8C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C62; }
p { color: rgb(29,140,98); }
H1.HeaderClassName
{
color: #1D8C62;
}
.AnyTagClassName
{
color: #1D8C62;
}
</style>
background-color css
<style>
a { background-color: #1D8C62; }
a { background-color: rgb(29,140,98); }
div.DivClassName
{
background-color: #1D8C62;
}
.BgClassName
{
background-color: #1D8C62;
}
</style>
border-color css
<style>
span { border-color: #1D8C62; }
span { border-color: rgb(29,140,98); }
td.TdClassName
{
border-color: #1D8C62;
}
.TagClassName
{
border-color: #1D8C62;
}
</style>