Shades of Elf Green #1E8372
Tints of Elf Green #1E8372
RGB
CMYK
RGB Variations
Color information
#1E8372 (or 0x1E8372) is known color: Elf Green. HEX triplet: 1E, 83 and 72. RGB value is (30,131,114). Sum of RGB (Red+Green+Blue) = 30+131+114=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8372 is #E17C8D. Grayscale: #626262. Windows color (decimal): -14777486 or 7504670. OLE color: 7504670.
HSL color Cylindrical-coordinate representation of color #1E8372: hue angle of 169.9º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8372 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 114 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.49 |
| HSL | 169.9º | 0.63% | 0.32% | - |
| HSV(B) | 169.9º | 0.77% | 0.51% | - |
| XYZ | 11.69 | 17.72 | 18.72 | - |
| YUV | 98.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 114 | 0.77 | 0 | 0.13 | 0.49 | 169.9 | 0.63 | 0.32 |
| Hex | 1E | 83 | 72 | 4D | 0 | D | 31 | AA | 3F | 20 |
| Octal | 36 | 203 | 162 | 115 | 0 | 15 | 61 | 252 | 77 | 40 |
| Binary | 11110 | 10000011 | 1110010 | 1001101 | 0 | 1101 | 110001 | 10101010 | 111111 | 100000 |
Color Harmonies of #1E8372
Complementary color
Monochromatic Colors of #1E8372
Black with #1E8372
Text Example
Text Example
White with #1E8372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8372; }
p { color: rgb(30,131,114); }
H1.HeaderClassName
{
color: #1E8372;
}
.AnyTagClassName
{
color: #1E8372;
}
</style>
background-color css
<style>
a { background-color: #1E8372; }
a { background-color: rgb(30,131,114); }
div.DivClassName
{
background-color: #1E8372;
}
.BgClassName
{
background-color: #1E8372;
}
</style>
border-color css
<style>
span { border-color: #1E8372; }
span { border-color: rgb(30,131,114); }
td.TdClassName
{
border-color: #1E8372;
}
.TagClassName
{
border-color: #1E8372;
}
</style>