Shades of Elf Green #1D9D6B
Tints of Elf Green #1D9D6B
RGB
CMYK
RGB Variations
Color information
#1D9D6B (or 0x1D9D6B) is known color: Elf Green. HEX triplet: 1D, 9D and 6B. RGB value is (29,157,107). Sum of RGB (Red+Green+Blue) = 29+157+107=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9D6B is #E26294. Grayscale: #717171. Windows color (decimal): -14836373 or 7052573. OLE color: 7052573.
HSL color Cylindrical-coordinate representation of color #1D9D6B: hue angle of 156.56º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D6B is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 157 | 107 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.38 |
| HSL | 156.56º | 0.69% | 0.36% | - |
| HSV(B) | 156.56º | 0.82% | 0.62% | - |
| XYZ | 15.22 | 25.44 | 18.02 | - |
| YUV | 113.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 107 | 0.82 | 0 | 0.32 | 0.38 | 156.56 | 0.69 | 0.36 |
| Hex | 1D | 9D | 6B | 52 | 0 | 20 | 26 | 9D | 45 | 24 |
| Octal | 35 | 235 | 153 | 122 | 0 | 40 | 46 | 235 | 105 | 44 |
| Binary | 11101 | 10011101 | 1101011 | 1010010 | 0 | 100000 | 100110 | 10011101 | 1000101 | 100100 |
Color Harmonies of #1D9D6B
Complementary color
Monochromatic Colors of #1D9D6B
Black with #1D9D6B
Text Example
Text Example
White with #1D9D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9D6B; }
p { color: rgb(29,157,107); }
H1.HeaderClassName
{
color: #1D9D6B;
}
.AnyTagClassName
{
color: #1D9D6B;
}
</style>
background-color css
<style>
a { background-color: #1D9D6B; }
a { background-color: rgb(29,157,107); }
div.DivClassName
{
background-color: #1D9D6B;
}
.BgClassName
{
background-color: #1D9D6B;
}
</style>
border-color css
<style>
span { border-color: #1D9D6B; }
span { border-color: rgb(29,157,107); }
td.TdClassName
{
border-color: #1D9D6B;
}
.TagClassName
{
border-color: #1D9D6B;
}
</style>