Shades of Elf Green #1D906D
Tints of Elf Green #1D906D
RGB
CMYK
RGB Variations
Color information
#1D906D (or 0x1D906D) is known color: Elf Green. HEX triplet: 1D, 90 and 6D. RGB value is (29,144,109). Sum of RGB (Red+Green+Blue) = 29+144+109=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #1D906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D906D is #E26F92. Grayscale: #696969. Windows color (decimal): -14839699 or 7180317. OLE color: 7180317.
HSL color Cylindrical-coordinate representation of color #1D906D: hue angle of 161.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D906D is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 109 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.44 |
| HSL | 161.74º | 0.66% | 0.34% | - |
| HSV(B) | 161.74º | 0.8% | 0.56% | - |
| XYZ | 13.24 | 21.31 | 17.88 | - |
| YUV | 105.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 109 | 0.80 | 0 | 0.24 | 0.44 | 161.74 | 0.66 | 0.34 |
| Hex | 1D | 90 | 6D | 50 | 0 | 18 | 2C | A2 | 42 | 22 |
| Octal | 35 | 220 | 155 | 120 | 0 | 30 | 54 | 242 | 102 | 42 |
| Binary | 11101 | 10010000 | 1101101 | 1010000 | 0 | 11000 | 101100 | 10100010 | 1000010 | 100010 |
Color Harmonies of #1D906D
Complementary color
Monochromatic Colors of #1D906D
Black with #1D906D
Text Example
Text Example
White with #1D906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D906D; }
p { color: rgb(29,144,109); }
H1.HeaderClassName
{
color: #1D906D;
}
.AnyTagClassName
{
color: #1D906D;
}
</style>
background-color css
<style>
a { background-color: #1D906D; }
a { background-color: rgb(29,144,109); }
div.DivClassName
{
background-color: #1D906D;
}
.BgClassName
{
background-color: #1D906D;
}
</style>
border-color css
<style>
span { border-color: #1D906D; }
span { border-color: rgb(29,144,109); }
td.TdClassName
{
border-color: #1D906D;
}
.TagClassName
{
border-color: #1D906D;
}
</style>