Shades of Elf Green #1F8661
Tints of Elf Green #1F8661
RGB
CMYK
RGB Variations
Color information
#1F8661 (or 0x1F8661) is known color: Elf Green. HEX triplet: 1F, 86 and 61. RGB value is (31,134,97). Sum of RGB (Red+Green+Blue) = 31+134+97=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8661 is #E0799E. Grayscale: #636363. Windows color (decimal): -14711199 or 6391327. OLE color: 6391327.
HSL color Cylindrical-coordinate representation of color #1F8661: hue angle of 158.45º 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 #1F8661 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 97 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.47 |
| HSL | 158.45º | 0.62% | 0.32% | - |
| HSV(B) | 158.45º | 0.77% | 0.53% | - |
| XYZ | 11.25 | 18.2 | 14.23 | - |
| YUV | 98.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 97 | 0.77 | 0 | 0.28 | 0.47 | 158.45 | 0.62 | 0.32 |
| Hex | 1F | 86 | 61 | 4D | 0 | 1C | 2F | 9E | 3E | 20 |
| Octal | 37 | 206 | 141 | 115 | 0 | 34 | 57 | 236 | 76 | 40 |
| Binary | 11111 | 10000110 | 1100001 | 1001101 | 0 | 11100 | 101111 | 10011110 | 111110 | 100000 |
Color Harmonies of #1F8661
Complementary color
Monochromatic Colors of #1F8661
Black with #1F8661
Text Example
Text Example
White with #1F8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8661; }
p { color: rgb(31,134,97); }
H1.HeaderClassName
{
color: #1F8661;
}
.AnyTagClassName
{
color: #1F8661;
}
</style>
background-color css
<style>
a { background-color: #1F8661; }
a { background-color: rgb(31,134,97); }
div.DivClassName
{
background-color: #1F8661;
}
.BgClassName
{
background-color: #1F8661;
}
</style>
border-color css
<style>
span { border-color: #1F8661; }
span { border-color: rgb(31,134,97); }
td.TdClassName
{
border-color: #1F8661;
}
.TagClassName
{
border-color: #1F8661;
}
</style>