Shades of Elf Green #1F866B
Tints of Elf Green #1F866B
RGB
CMYK
RGB Variations
Color information
#1F866B (or 0x1F866B) is known color: Elf Green. HEX triplet: 1F, 86 and 6B. RGB value is (31,134,107). Sum of RGB (Red+Green+Blue) = 31+134+107=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #1F866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F866B is #E07994. Grayscale: #646464. Windows color (decimal): -14711189 or 7046687. OLE color: 7046687.
HSL color Cylindrical-coordinate representation of color #1F866B: hue angle of 164.27º 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 #1F866B is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 107 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.47 |
| HSL | 164.27º | 0.62% | 0.32% | - |
| HSV(B) | 164.27º | 0.77% | 0.53% | - |
| XYZ | 11.74 | 18.4 | 16.84 | - |
| YUV | 100.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 107 | 0.77 | 0 | 0.20 | 0.47 | 164.27 | 0.62 | 0.32 |
| Hex | 1F | 86 | 6B | 4D | 0 | 14 | 2F | A4 | 3E | 20 |
| Octal | 37 | 206 | 153 | 115 | 0 | 24 | 57 | 244 | 76 | 40 |
| Binary | 11111 | 10000110 | 1101011 | 1001101 | 0 | 10100 | 101111 | 10100100 | 111110 | 100000 |
Color Harmonies of #1F866B
Complementary color
Monochromatic Colors of #1F866B
Black with #1F866B
Text Example
Text Example
White with #1F866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F866B; }
p { color: rgb(31,134,107); }
H1.HeaderClassName
{
color: #1F866B;
}
.AnyTagClassName
{
color: #1F866B;
}
</style>
background-color css
<style>
a { background-color: #1F866B; }
a { background-color: rgb(31,134,107); }
div.DivClassName
{
background-color: #1F866B;
}
.BgClassName
{
background-color: #1F866B;
}
</style>
border-color css
<style>
span { border-color: #1F866B; }
span { border-color: rgb(31,134,107); }
td.TdClassName
{
border-color: #1F866B;
}
.TagClassName
{
border-color: #1F866B;
}
</style>