Shades of Elf Green #1D945E
Tints of Elf Green #1D945E
RGB
CMYK
RGB Variations
Color information
#1D945E (or 0x1D945E) is known color: Elf Green. HEX triplet: 1D, 94 and 5E. RGB value is (29,148,94). Sum of RGB (Red+Green+Blue) = 29+148+94=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #1D945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D945E is #E26BA1. Grayscale: #6A6A6A. Windows color (decimal): -14838690 or 6198301. OLE color: 6198301.
HSL color Cylindrical-coordinate representation of color #1D945E: hue angle of 152.77º 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 #1D945E is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 94 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.42 |
| HSL | 152.77º | 0.67% | 0.35% | - |
| HSV(B) | 152.77º | 0.8% | 0.58% | - |
| XYZ | 13.12 | 22.25 | 14.19 | - |
| YUV | 106.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 94 | 0.80 | 0 | 0.36 | 0.42 | 152.77 | 0.67 | 0.35 |
| Hex | 1D | 94 | 5E | 50 | 0 | 24 | 2A | 99 | 43 | 23 |
| Octal | 35 | 224 | 136 | 120 | 0 | 44 | 52 | 231 | 103 | 43 |
| Binary | 11101 | 10010100 | 1011110 | 1010000 | 0 | 100100 | 101010 | 10011001 | 1000011 | 100011 |
Color Harmonies of #1D945E
Complementary color
Monochromatic Colors of #1D945E
Black with #1D945E
Text Example
Text Example
White with #1D945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D945E; }
p { color: rgb(29,148,94); }
H1.HeaderClassName
{
color: #1D945E;
}
.AnyTagClassName
{
color: #1D945E;
}
</style>
background-color css
<style>
a { background-color: #1D945E; }
a { background-color: rgb(29,148,94); }
div.DivClassName
{
background-color: #1D945E;
}
.BgClassName
{
background-color: #1D945E;
}
</style>
border-color css
<style>
span { border-color: #1D945E; }
span { border-color: rgb(29,148,94); }
td.TdClassName
{
border-color: #1D945E;
}
.TagClassName
{
border-color: #1D945E;
}
</style>