Shades of Elf Green #1E836B
Tints of Elf Green #1E836B
RGB
CMYK
RGB Variations
Color information
#1E836B (or 0x1E836B) is known color: Elf Green. HEX triplet: 1E, 83 and 6B. RGB value is (30,131,107). Sum of RGB (Red+Green+Blue) = 30+131+107=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #1E836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E836B is #E17C94. Grayscale: #626262. Windows color (decimal): -14777493 or 7045918. OLE color: 7045918.
HSL color Cylindrical-coordinate representation of color #1E836B: hue angle of 165.74º 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 #1E836B is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 107 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.49 |
| HSL | 165.74º | 0.63% | 0.32% | - |
| HSV(B) | 165.74º | 0.77% | 0.51% | - |
| XYZ | 11.31 | 17.57 | 16.71 | - |
| YUV | 98.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 107 | 0.77 | 0 | 0.18 | 0.49 | 165.74 | 0.63 | 0.32 |
| Hex | 1E | 83 | 6B | 4D | 0 | 12 | 31 | A6 | 3F | 20 |
| Octal | 36 | 203 | 153 | 115 | 0 | 22 | 61 | 246 | 77 | 40 |
| Binary | 11110 | 10000011 | 1101011 | 1001101 | 0 | 10010 | 110001 | 10100110 | 111111 | 100000 |
Color Harmonies of #1E836B
Complementary color
Monochromatic Colors of #1E836B
Black with #1E836B
Text Example
Text Example
White with #1E836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E836B; }
p { color: rgb(30,131,107); }
H1.HeaderClassName
{
color: #1E836B;
}
.AnyTagClassName
{
color: #1E836B;
}
</style>
background-color css
<style>
a { background-color: #1E836B; }
a { background-color: rgb(30,131,107); }
div.DivClassName
{
background-color: #1E836B;
}
.BgClassName
{
background-color: #1E836B;
}
</style>
border-color css
<style>
span { border-color: #1E836B; }
span { border-color: rgb(30,131,107); }
td.TdClassName
{
border-color: #1E836B;
}
.TagClassName
{
border-color: #1E836B;
}
</style>