Shades of Elf Green #1F866C
Tints of Elf Green #1F866C
RGB
CMYK
RGB Variations
Color information
#1F866C (or 0x1F866C) is known color: Elf Green. HEX triplet: 1F, 86 and 6C. RGB value is (31,134,108). Sum of RGB (Red+Green+Blue) = 31+134+108=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #1F866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F866C is #E07993. Grayscale: #646464. Windows color (decimal): -14711188 or 7112223. OLE color: 7112223.
HSL color Cylindrical-coordinate representation of color #1F866C: hue angle of 164.85º 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 #1F866C is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 108 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.47 |
| HSL | 164.85º | 0.62% | 0.32% | - |
| HSV(B) | 164.85º | 0.77% | 0.53% | - |
| XYZ | 11.8 | 18.42 | 17.12 | - |
| YUV | 100.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 108 | 0.77 | 0 | 0.19 | 0.47 | 164.85 | 0.62 | 0.32 |
| Hex | 1F | 86 | 6C | 4D | 0 | 13 | 2F | A5 | 3E | 20 |
| Octal | 37 | 206 | 154 | 115 | 0 | 23 | 57 | 245 | 76 | 40 |
| Binary | 11111 | 10000110 | 1101100 | 1001101 | 0 | 10011 | 101111 | 10100101 | 111110 | 100000 |
Color Harmonies of #1F866C
Complementary color
Monochromatic Colors of #1F866C
Black with #1F866C
Text Example
Text Example
White with #1F866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F866C; }
p { color: rgb(31,134,108); }
H1.HeaderClassName
{
color: #1F866C;
}
.AnyTagClassName
{
color: #1F866C;
}
</style>
background-color css
<style>
a { background-color: #1F866C; }
a { background-color: rgb(31,134,108); }
div.DivClassName
{
background-color: #1F866C;
}
.BgClassName
{
background-color: #1F866C;
}
</style>
border-color css
<style>
span { border-color: #1F866C; }
span { border-color: rgb(31,134,108); }
td.TdClassName
{
border-color: #1F866C;
}
.TagClassName
{
border-color: #1F866C;
}
</style>