Shades of Elf Green #1D9368
Tints of Elf Green #1D9368
RGB
CMYK
RGB Variations
Color information
#1D9368 (or 0x1D9368) is known color: Elf Green. HEX triplet: 1D, 93 and 68. RGB value is (29,147,104). Sum of RGB (Red+Green+Blue) = 29+147+104=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9368 is #E26C97. Grayscale: #6A6A6A. Windows color (decimal): -14838936 or 6853405. OLE color: 6853405.
HSL color Cylindrical-coordinate representation of color #1D9368: hue angle of 158.14º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9368 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 104 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.42 |
| HSL | 158.14º | 0.67% | 0.35% | - |
| HSV(B) | 158.14º | 0.8% | 0.58% | - |
| XYZ | 13.44 | 22.13 | 16.66 | - |
| YUV | 106.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 104 | 0.80 | 0 | 0.29 | 0.42 | 158.14 | 0.67 | 0.35 |
| Hex | 1D | 93 | 68 | 50 | 0 | 1D | 2A | 9E | 43 | 23 |
| Octal | 35 | 223 | 150 | 120 | 0 | 35 | 52 | 236 | 103 | 43 |
| Binary | 11101 | 10010011 | 1101000 | 1010000 | 0 | 11101 | 101010 | 10011110 | 1000011 | 100011 |
Color Harmonies of #1D9368
Complementary color
Monochromatic Colors of #1D9368
Black with #1D9368
Text Example
Text Example
White with #1D9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9368; }
p { color: rgb(29,147,104); }
H1.HeaderClassName
{
color: #1D9368;
}
.AnyTagClassName
{
color: #1D9368;
}
</style>
background-color css
<style>
a { background-color: #1D9368; }
a { background-color: rgb(29,147,104); }
div.DivClassName
{
background-color: #1D9368;
}
.BgClassName
{
background-color: #1D9368;
}
</style>
border-color css
<style>
span { border-color: #1D9368; }
span { border-color: rgb(29,147,104); }
td.TdClassName
{
border-color: #1D9368;
}
.TagClassName
{
border-color: #1D9368;
}
</style>