Shades of Elf Green #1E947B
Tints of Elf Green #1E947B
RGB
CMYK
RGB Variations
Color information
#1E947B (or 0x1E947B) is known color: Elf Green. HEX triplet: 1E, 94 and 7B. RGB value is (30,148,123). Sum of RGB (Red+Green+Blue) = 30+148+123=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #1E947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E947B is #E16B84. Grayscale: #6D6D6D. Windows color (decimal): -14773125 or 8098846. OLE color: 8098846.
HSL color Cylindrical-coordinate representation of color #1E947B: hue angle of 167.29º 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 #1E947B is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 123 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.42 |
| HSL | 167.29º | 0.66% | 0.35% | - |
| HSV(B) | 167.29º | 0.8% | 0.58% | - |
| XYZ | 14.7 | 22.89 | 22.38 | - |
| YUV | 109.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 123 | 0.80 | 0 | 0.17 | 0.42 | 167.29 | 0.66 | 0.35 |
| Hex | 1E | 94 | 7B | 50 | 0 | 11 | 2A | A7 | 42 | 23 |
| Octal | 36 | 224 | 173 | 120 | 0 | 21 | 52 | 247 | 102 | 43 |
| Binary | 11110 | 10010100 | 1111011 | 1010000 | 0 | 10001 | 101010 | 10100111 | 1000010 | 100011 |
Color Harmonies of #1E947B
Complementary color
Monochromatic Colors of #1E947B
Black with #1E947B
Text Example
Text Example
White with #1E947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E947B; }
p { color: rgb(30,148,123); }
H1.HeaderClassName
{
color: #1E947B;
}
.AnyTagClassName
{
color: #1E947B;
}
</style>
background-color css
<style>
a { background-color: #1E947B; }
a { background-color: rgb(30,148,123); }
div.DivClassName
{
background-color: #1E947B;
}
.BgClassName
{
background-color: #1E947B;
}
</style>
border-color css
<style>
span { border-color: #1E947B; }
span { border-color: rgb(30,148,123); }
td.TdClassName
{
border-color: #1E947B;
}
.TagClassName
{
border-color: #1E947B;
}
</style>