Shades of Elf Green #1E947D
Tints of Elf Green #1E947D
RGB
CMYK
RGB Variations
Color information
#1E947D (or 0x1E947D) is known color: Elf Green. HEX triplet: 1E, 94 and 7D. RGB value is (30,148,125). Sum of RGB (Red+Green+Blue) = 30+148+125=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #1E947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E947D is #E16B82. Grayscale: #6E6E6E. Windows color (decimal): -14773123 or 8229918. OLE color: 8229918.
HSL color Cylindrical-coordinate representation of color #1E947D: hue angle of 168.31º degrees, saturation: 0.66, 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 #1E947D is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 125 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.42 |
| HSL | 168.31º | 0.66% | 0.35% | - |
| HSV(B) | 168.31º | 0.8% | 0.58% | - |
| XYZ | 14.83 | 22.94 | 23.05 | - |
| YUV | 110.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 125 | 0.80 | 0 | 0.16 | 0.42 | 168.31 | 0.66 | 0.35 |
| Hex | 1E | 94 | 7D | 50 | 0 | 10 | 2A | A8 | 42 | 23 |
| Octal | 36 | 224 | 175 | 120 | 0 | 20 | 52 | 250 | 102 | 43 |
| Binary | 11110 | 10010100 | 1111101 | 1010000 | 0 | 10000 | 101010 | 10101000 | 1000010 | 100011 |
Color Harmonies of #1E947D
Complementary color
Monochromatic Colors of #1E947D
Black with #1E947D
Text Example
Text Example
White with #1E947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E947D; }
p { color: rgb(30,148,125); }
H1.HeaderClassName
{
color: #1E947D;
}
.AnyTagClassName
{
color: #1E947D;
}
</style>
background-color css
<style>
a { background-color: #1E947D; }
a { background-color: rgb(30,148,125); }
div.DivClassName
{
background-color: #1E947D;
}
.BgClassName
{
background-color: #1E947D;
}
</style>
border-color css
<style>
span { border-color: #1E947D; }
span { border-color: rgb(30,148,125); }
td.TdClassName
{
border-color: #1E947D;
}
.TagClassName
{
border-color: #1E947D;
}
</style>