Shades of Elf Green #1D9465
Tints of Elf Green #1D9465
RGB
CMYK
RGB Variations
Color information
#1D9465 (or 0x1D9465) is known color: Elf Green. HEX triplet: 1D, 94 and 65. RGB value is (29,148,101). Sum of RGB (Red+Green+Blue) = 29+148+101=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9465 is #E26B9A. Grayscale: #6B6B6B. Windows color (decimal): -14838683 or 6657053. OLE color: 6657053.
HSL color Cylindrical-coordinate representation of color #1D9465: hue angle of 156.3º 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 #1D9465 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 101 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.42 |
| HSL | 156.3º | 0.67% | 0.35% | - |
| HSV(B) | 156.3º | 0.8% | 0.58% | - |
| XYZ | 13.45 | 22.38 | 15.92 | - |
| YUV | 107.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 101 | 0.80 | 0 | 0.32 | 0.42 | 156.3 | 0.67 | 0.35 |
| Hex | 1D | 94 | 65 | 50 | 0 | 20 | 2A | 9C | 43 | 23 |
| Octal | 35 | 224 | 145 | 120 | 0 | 40 | 52 | 234 | 103 | 43 |
| Binary | 11101 | 10010100 | 1100101 | 1010000 | 0 | 100000 | 101010 | 10011100 | 1000011 | 100011 |
Color Harmonies of #1D9465
Complementary color
Monochromatic Colors of #1D9465
Black with #1D9465
Text Example
Text Example
White with #1D9465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9465; }
p { color: rgb(29,148,101); }
H1.HeaderClassName
{
color: #1D9465;
}
.AnyTagClassName
{
color: #1D9465;
}
</style>
background-color css
<style>
a { background-color: #1D9465; }
a { background-color: rgb(29,148,101); }
div.DivClassName
{
background-color: #1D9465;
}
.BgClassName
{
background-color: #1D9465;
}
</style>
border-color css
<style>
span { border-color: #1D9465; }
span { border-color: rgb(29,148,101); }
td.TdClassName
{
border-color: #1D9465;
}
.TagClassName
{
border-color: #1D9465;
}
</style>