Shades of Elf Green #1E8B6C
Tints of Elf Green #1E8B6C
RGB
CMYK
RGB Variations
Color information
#1E8B6C (or 0x1E8B6C) is known color: Elf Green. HEX triplet: 1E, 8B and 6C. RGB value is (30,139,108). Sum of RGB (Red+Green+Blue) = 30+139+108=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #1E8B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8B6C is #E17493. Grayscale: #666666. Windows color (decimal): -14775444 or 7113502. OLE color: 7113502.
HSL color Cylindrical-coordinate representation of color #1E8B6C: hue angle of 162.94º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8B6C is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 139 | 108 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.45 |
| HSL | 162.94º | 0.64% | 0.33% | - |
| HSV(B) | 162.94º | 0.78% | 0.55% | - |
| XYZ | 12.47 | 19.82 | 17.36 | - |
| YUV | 102.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 108 | 0.78 | 0 | 0.22 | 0.45 | 162.94 | 0.64 | 0.33 |
| Hex | 1E | 8B | 6C | 4E | 0 | 16 | 2D | A3 | 40 | 21 |
| Octal | 36 | 213 | 154 | 116 | 0 | 26 | 55 | 243 | 100 | 41 |
| Binary | 11110 | 10001011 | 1101100 | 1001110 | 0 | 10110 | 101101 | 10100011 | 1000000 | 100001 |
Color Harmonies of #1E8B6C
Complementary color
Monochromatic Colors of #1E8B6C
Black with #1E8B6C
Text Example
Text Example
White with #1E8B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8B6C; }
p { color: rgb(30,139,108); }
H1.HeaderClassName
{
color: #1E8B6C;
}
.AnyTagClassName
{
color: #1E8B6C;
}
</style>
background-color css
<style>
a { background-color: #1E8B6C; }
a { background-color: rgb(30,139,108); }
div.DivClassName
{
background-color: #1E8B6C;
}
.BgClassName
{
background-color: #1E8B6C;
}
</style>
border-color css
<style>
span { border-color: #1E8B6C; }
span { border-color: rgb(30,139,108); }
td.TdClassName
{
border-color: #1E8B6C;
}
.TagClassName
{
border-color: #1E8B6C;
}
</style>