Shades of Elf Green #1F866D
Tints of Elf Green #1F866D
RGB
CMYK
RGB Variations
Color information
#1F866D (or 0x1F866D) is known color: Elf Green. HEX triplet: 1F, 86 and 6D. RGB value is (31,134,109). Sum of RGB (Red+Green+Blue) = 31+134+109=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #1F866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F866D is #E07992. Grayscale: #646464. Windows color (decimal): -14711187 or 7177759. OLE color: 7177759.
HSL color Cylindrical-coordinate representation of color #1F866D: hue angle of 165.44º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F866D is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 109 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.47 |
| HSL | 165.44º | 0.62% | 0.32% | - |
| HSV(B) | 165.44º | 0.77% | 0.53% | - |
| XYZ | 11.85 | 18.45 | 17.4 | - |
| YUV | 100.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 109 | 0.77 | 0 | 0.19 | 0.47 | 165.44 | 0.62 | 0.32 |
| Hex | 1F | 86 | 6D | 4D | 0 | 13 | 2F | A5 | 3E | 20 |
| Octal | 37 | 206 | 155 | 115 | 0 | 23 | 57 | 245 | 76 | 40 |
| Binary | 11111 | 10000110 | 1101101 | 1001101 | 0 | 10011 | 101111 | 10100101 | 111110 | 100000 |
Color Harmonies of #1F866D
Complementary color
Monochromatic Colors of #1F866D
Black with #1F866D
Text Example
Text Example
White with #1F866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F866D; }
p { color: rgb(31,134,109); }
H1.HeaderClassName
{
color: #1F866D;
}
.AnyTagClassName
{
color: #1F866D;
}
</style>
background-color css
<style>
a { background-color: #1F866D; }
a { background-color: rgb(31,134,109); }
div.DivClassName
{
background-color: #1F866D;
}
.BgClassName
{
background-color: #1F866D;
}
</style>
border-color css
<style>
span { border-color: #1F866D; }
span { border-color: rgb(31,134,109); }
td.TdClassName
{
border-color: #1F866D;
}
.TagClassName
{
border-color: #1F866D;
}
</style>