Shades of Elf Green #1D9C6C
Tints of Elf Green #1D9C6C
RGB
CMYK
RGB Variations
Color information
#1D9C6C (or 0x1D9C6C) is known color: Elf Green. HEX triplet: 1D, 9C and 6C. RGB value is (29,156,108). Sum of RGB (Red+Green+Blue) = 29+156+108=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9C6C is #E26393. Grayscale: #707070. Windows color (decimal): -14836628 or 7117853. OLE color: 7117853.
HSL color Cylindrical-coordinate representation of color #1D9C6C: hue angle of 157.32º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C6C is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 108 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.39 |
| HSL | 157.32º | 0.69% | 0.36% | - |
| HSV(B) | 157.32º | 0.81% | 0.61% | - |
| XYZ | 15.1 | 25.12 | 18.24 | - |
| YUV | 112.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 108 | 0.81 | 0 | 0.31 | 0.39 | 157.32 | 0.69 | 0.36 |
| Hex | 1D | 9C | 6C | 51 | 0 | 1F | 27 | 9D | 45 | 24 |
| Octal | 35 | 234 | 154 | 121 | 0 | 37 | 47 | 235 | 105 | 44 |
| Binary | 11101 | 10011100 | 1101100 | 1010001 | 0 | 11111 | 100111 | 10011101 | 1000101 | 100100 |
Color Harmonies of #1D9C6C
Complementary color
Monochromatic Colors of #1D9C6C
Black with #1D9C6C
Text Example
Text Example
White with #1D9C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C6C; }
p { color: rgb(29,156,108); }
H1.HeaderClassName
{
color: #1D9C6C;
}
.AnyTagClassName
{
color: #1D9C6C;
}
</style>
background-color css
<style>
a { background-color: #1D9C6C; }
a { background-color: rgb(29,156,108); }
div.DivClassName
{
background-color: #1D9C6C;
}
.BgClassName
{
background-color: #1D9C6C;
}
</style>
border-color css
<style>
span { border-color: #1D9C6C; }
span { border-color: rgb(29,156,108); }
td.TdClassName
{
border-color: #1D9C6C;
}
.TagClassName
{
border-color: #1D9C6C;
}
</style>