Shades of Elf Green #1D926E
Tints of Elf Green #1D926E
RGB
CMYK
RGB Variations
Color information
#1D926E (or 0x1D926E) is known color: Elf Green. HEX triplet: 1D, 92 and 6E. RGB value is (29,146,110). Sum of RGB (Red+Green+Blue) = 29+146+110=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #1D926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D926E is #E26D91. Grayscale: #6A6A6A. Windows color (decimal): -14839186 or 7246365. OLE color: 7246365.
HSL color Cylindrical-coordinate representation of color #1D926E: hue angle of 161.54º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D926E is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 110 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.43 |
| HSL | 161.54º | 0.67% | 0.34% | - |
| HSV(B) | 161.54º | 0.8% | 0.57% | - |
| XYZ | 13.6 | 21.94 | 18.27 | - |
| YUV | 106.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 110 | 0.80 | 0 | 0.25 | 0.43 | 161.54 | 0.67 | 0.34 |
| Hex | 1D | 92 | 6E | 50 | 0 | 19 | 2B | A2 | 43 | 22 |
| Octal | 35 | 222 | 156 | 120 | 0 | 31 | 53 | 242 | 103 | 42 |
| Binary | 11101 | 10010010 | 1101110 | 1010000 | 0 | 11001 | 101011 | 10100010 | 1000011 | 100010 |
Color Harmonies of #1D926E
Complementary color
Monochromatic Colors of #1D926E
Black with #1D926E
Text Example
Text Example
White with #1D926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D926E; }
p { color: rgb(29,146,110); }
H1.HeaderClassName
{
color: #1D926E;
}
.AnyTagClassName
{
color: #1D926E;
}
</style>
background-color css
<style>
a { background-color: #1D926E; }
a { background-color: rgb(29,146,110); }
div.DivClassName
{
background-color: #1D926E;
}
.BgClassName
{
background-color: #1D926E;
}
</style>
border-color css
<style>
span { border-color: #1D926E; }
span { border-color: rgb(29,146,110); }
td.TdClassName
{
border-color: #1D926E;
}
.TagClassName
{
border-color: #1D926E;
}
</style>