Shades of Elf Green #1E8A6B
Tints of Elf Green #1E8A6B
RGB
CMYK
RGB Variations
Color information
#1E8A6B (or 0x1E8A6B) is known color: Elf Green. HEX triplet: 1E, 8A and 6B. RGB value is (30,138,107). Sum of RGB (Red+Green+Blue) = 30+138+107=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8A6B is #E17594. Grayscale: #666666. Windows color (decimal): -14775701 or 7047710. OLE color: 7047710.
HSL color Cylindrical-coordinate representation of color #1E8A6B: hue angle of 162.78º 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 #1E8A6B is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
RGB | 30 | 138 | 107 | - |
CMYK | 0.78 | 0 | 0.22 | 0.46 |
HSL | 162.78º | 0.64% | 0.33% | - |
HSV(B) | 162.78º | 0.78% | 0.54% | - |
XYZ | 12.28 | 19.51 | 17.03 | - |
YUV | 102.17 | 130.72 | 76.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 138 | 107 | 0.78 | 0 | 0.22 | 0.46 | 162.78 | 0.64 | 0.33 |
Hex | 1E | 8A | 6B | 4E | 0 | 16 | 2E | A3 | 40 | 21 |
Octal | 36 | 212 | 153 | 116 | 0 | 26 | 56 | 243 | 100 | 41 |
Binary | 11110 | 10001010 | 1101011 | 1001110 | 0 | 10110 | 101110 | 10100011 | 1000000 | 100001 |
Color Harmonies of #1E8A6B
Complementary color
Monochromatic Colors of #1E8A6B
Black with #1E8A6B
Text Example
Text Example
White with #1E8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A6B; }
p { color: rgb(30,138,107); }
H1.HeaderClassName
{
color: #1E8A6B;
}
.AnyTagClassName
{
color: #1E8A6B;
}
</style>
background-color css
<style>
a { background-color: #1E8A6B; }
a { background-color: rgb(30,138,107); }
div.DivClassName
{
background-color: #1E8A6B;
}
.BgClassName
{
background-color: #1E8A6B;
}
</style>
border-color css
<style>
span { border-color: #1E8A6B; }
span { border-color: rgb(30,138,107); }
td.TdClassName
{
border-color: #1E8A6B;
}
.TagClassName
{
border-color: #1E8A6B;
}
</style>