Shades of Elf Green #1E816E
Tints of Elf Green #1E816E
RGB
CMYK
RGB Variations
Color information
#1E816E (or 0x1E816E) is known color: Elf Green. HEX triplet: 1E, 81 and 6E. RGB value is (30,129,110). Sum of RGB (Red+Green+Blue) = 30+129+110=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #1E816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E816E is #E17E91. Grayscale: #616161. Windows color (decimal): -14778002 or 7242014. OLE color: 7242014.
HSL color Cylindrical-coordinate representation of color #1E816E: hue angle of 168.48º 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 #1E816E is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 110 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.49 |
| HSL | 168.48º | 0.62% | 0.31% | - |
| HSV(B) | 168.48º | 0.77% | 0.51% | - |
| XYZ | 11.2 | 17.1 | 17.46 | - |
| YUV | 97.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 110 | 0.77 | 0 | 0.15 | 0.49 | 168.48 | 0.62 | 0.31 |
| Hex | 1E | 81 | 6E | 4D | 0 | F | 31 | A8 | 3E | 1F |
| Octal | 36 | 201 | 156 | 115 | 0 | 17 | 61 | 250 | 76 | 37 |
| Binary | 11110 | 10000001 | 1101110 | 1001101 | 0 | 1111 | 110001 | 10101000 | 111110 | 11111 |
Color Harmonies of #1E816E
Complementary color
Monochromatic Colors of #1E816E
Black with #1E816E
Text Example
Text Example
White with #1E816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E816E; }
p { color: rgb(30,129,110); }
H1.HeaderClassName
{
color: #1E816E;
}
.AnyTagClassName
{
color: #1E816E;
}
</style>
background-color css
<style>
a { background-color: #1E816E; }
a { background-color: rgb(30,129,110); }
div.DivClassName
{
background-color: #1E816E;
}
.BgClassName
{
background-color: #1E816E;
}
</style>
border-color css
<style>
span { border-color: #1E816E; }
span { border-color: rgb(30,129,110); }
td.TdClassName
{
border-color: #1E816E;
}
.TagClassName
{
border-color: #1E816E;
}
</style>