Shades of Elf Green #1D9363
Tints of Elf Green #1D9363
RGB
CMYK
RGB Variations
Color information
#1D9363 (or 0x1D9363) is known color: Elf Green. HEX triplet: 1D, 93 and 63. RGB value is (29,147,99). Sum of RGB (Red+Green+Blue) = 29+147+99=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9363 is #E26C9C. Grayscale: #6A6A6A. Windows color (decimal): -14838941 or 6525725. OLE color: 6525725.
HSL color Cylindrical-coordinate representation of color #1D9363: hue angle of 155.59º 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 #1D9363 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 99 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.42 |
| HSL | 155.59º | 0.67% | 0.35% | - |
| HSV(B) | 155.59º | 0.8% | 0.58% | - |
| XYZ | 13.19 | 22.03 | 15.36 | - |
| YUV | 106.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 99 | 0.80 | 0 | 0.33 | 0.42 | 155.59 | 0.67 | 0.35 |
| Hex | 1D | 93 | 63 | 50 | 0 | 21 | 2A | 9C | 43 | 23 |
| Octal | 35 | 223 | 143 | 120 | 0 | 41 | 52 | 234 | 103 | 43 |
| Binary | 11101 | 10010011 | 1100011 | 1010000 | 0 | 100001 | 101010 | 10011100 | 1000011 | 100011 |
Color Harmonies of #1D9363
Complementary color
Monochromatic Colors of #1D9363
Black with #1D9363
Text Example
Text Example
White with #1D9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9363; }
p { color: rgb(29,147,99); }
H1.HeaderClassName
{
color: #1D9363;
}
.AnyTagClassName
{
color: #1D9363;
}
</style>
background-color css
<style>
a { background-color: #1D9363; }
a { background-color: rgb(29,147,99); }
div.DivClassName
{
background-color: #1D9363;
}
.BgClassName
{
background-color: #1D9363;
}
</style>
border-color css
<style>
span { border-color: #1D9363; }
span { border-color: rgb(29,147,99); }
td.TdClassName
{
border-color: #1D9363;
}
.TagClassName
{
border-color: #1D9363;
}
</style>