Shades of Elf Green #1D9B7A
Tints of Elf Green #1D9B7A
RGB
CMYK
RGB Variations
Color information
#1D9B7A (or 0x1D9B7A) is known color: Elf Green. HEX triplet: 1D, 9B and 7A. RGB value is (29,155,122). Sum of RGB (Red+Green+Blue) = 29+155+122=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #1D9B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9B7A is #E26485. Grayscale: #717171. Windows color (decimal): -14836870 or 8035101. OLE color: 8035101.
HSL color Cylindrical-coordinate representation of color #1D9B7A: hue angle of 164.29º degrees, saturation: 0.68, 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 #1D9B7A is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 155 | 122 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.39 |
| HSL | 164.29º | 0.68% | 0.36% | - |
| HSV(B) | 164.29º | 0.81% | 0.61% | - |
| XYZ | 15.74 | 25.11 | 22.43 | - |
| YUV | 113.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 122 | 0.81 | 0 | 0.21 | 0.39 | 164.29 | 0.68 | 0.36 |
| Hex | 1D | 9B | 7A | 51 | 0 | 15 | 27 | A4 | 44 | 24 |
| Octal | 35 | 233 | 172 | 121 | 0 | 25 | 47 | 244 | 104 | 44 |
| Binary | 11101 | 10011011 | 1111010 | 1010001 | 0 | 10101 | 100111 | 10100100 | 1000100 | 100100 |
Color Harmonies of #1D9B7A
Complementary color
Monochromatic Colors of #1D9B7A
Black with #1D9B7A
Text Example
Text Example
White with #1D9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9B7A; }
p { color: rgb(29,155,122); }
H1.HeaderClassName
{
color: #1D9B7A;
}
.AnyTagClassName
{
color: #1D9B7A;
}
</style>
background-color css
<style>
a { background-color: #1D9B7A; }
a { background-color: rgb(29,155,122); }
div.DivClassName
{
background-color: #1D9B7A;
}
.BgClassName
{
background-color: #1D9B7A;
}
</style>
border-color css
<style>
span { border-color: #1D9B7A; }
span { border-color: rgb(29,155,122); }
td.TdClassName
{
border-color: #1D9B7A;
}
.TagClassName
{
border-color: #1D9B7A;
}
</style>