Shades of Elf Green #1E8A67
Tints of Elf Green #1E8A67
RGB
CMYK
RGB Variations
Color information
#1E8A67 (or 0x1E8A67) is known color: Elf Green. HEX triplet: 1E, 8A and 67. RGB value is (30,138,103). Sum of RGB (Red+Green+Blue) = 30+138+103=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8A67 is #E17598. Grayscale: #656565. Windows color (decimal): -14775705 or 6785566. OLE color: 6785566.
HSL color Cylindrical-coordinate representation of color #1E8A67: hue angle of 160.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8A67 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 138 | 103 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.46 |
| HSL | 160.56º | 0.64% | 0.33% | - |
| HSV(B) | 160.56º | 0.78% | 0.54% | - |
| XYZ | 12.07 | 19.43 | 15.95 | - |
| YUV | 101.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 103 | 0.78 | 0 | 0.25 | 0.46 | 160.56 | 0.64 | 0.33 |
| Hex | 1E | 8A | 67 | 4E | 0 | 19 | 2E | A1 | 40 | 21 |
| Octal | 36 | 212 | 147 | 116 | 0 | 31 | 56 | 241 | 100 | 41 |
| Binary | 11110 | 10001010 | 1100111 | 1001110 | 0 | 11001 | 101110 | 10100001 | 1000000 | 100001 |
Color Harmonies of #1E8A67
Complementary color
Monochromatic Colors of #1E8A67
Black with #1E8A67
Text Example
Text Example
White with #1E8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A67; }
p { color: rgb(30,138,103); }
H1.HeaderClassName
{
color: #1E8A67;
}
.AnyTagClassName
{
color: #1E8A67;
}
</style>
background-color css
<style>
a { background-color: #1E8A67; }
a { background-color: rgb(30,138,103); }
div.DivClassName
{
background-color: #1E8A67;
}
.BgClassName
{
background-color: #1E8A67;
}
</style>
border-color css
<style>
span { border-color: #1E8A67; }
span { border-color: rgb(30,138,103); }
td.TdClassName
{
border-color: #1E8A67;
}
.TagClassName
{
border-color: #1E8A67;
}
</style>