Shades of Elf Green #1E826B
Tints of Elf Green #1E826B
RGB
CMYK
RGB Variations
Color information
#1E826B (or 0x1E826B) is known color: Elf Green. HEX triplet: 1E, 82 and 6B. RGB value is (30,130,107). Sum of RGB (Red+Green+Blue) = 30+130+107=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #1E826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E826B is #E17D94. Grayscale: #616161. Windows color (decimal): -14777749 or 7045662. OLE color: 7045662.
HSL color Cylindrical-coordinate representation of color #1E826B: hue angle of 166.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E826B is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 107 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.49 |
| HSL | 166.2º | 0.63% | 0.31% | - |
| HSV(B) | 166.2º | 0.77% | 0.51% | - |
| XYZ | 11.17 | 17.3 | 16.66 | - |
| YUV | 97.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 107 | 0.77 | 0 | 0.18 | 0.49 | 166.2 | 0.63 | 0.31 |
| Hex | 1E | 82 | 6B | 4D | 0 | 12 | 31 | A6 | 3E | 1F |
| Octal | 36 | 202 | 153 | 115 | 0 | 22 | 61 | 246 | 76 | 37 |
| Binary | 11110 | 10000010 | 1101011 | 1001101 | 0 | 10010 | 110001 | 10100110 | 111110 | 11111 |
Color Harmonies of #1E826B
Complementary color
Monochromatic Colors of #1E826B
Black with #1E826B
Text Example
Text Example
White with #1E826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E826B; }
p { color: rgb(30,130,107); }
H1.HeaderClassName
{
color: #1E826B;
}
.AnyTagClassName
{
color: #1E826B;
}
</style>
background-color css
<style>
a { background-color: #1E826B; }
a { background-color: rgb(30,130,107); }
div.DivClassName
{
background-color: #1E826B;
}
.BgClassName
{
background-color: #1E826B;
}
</style>
border-color css
<style>
span { border-color: #1E826B; }
span { border-color: rgb(30,130,107); }
td.TdClassName
{
border-color: #1E826B;
}
.TagClassName
{
border-color: #1E826B;
}
</style>