Shades of Elf Green #1F8666
Tints of Elf Green #1F8666
RGB
CMYK
RGB Variations
Color information
#1F8666 (or 0x1F8666) is known color: Elf Green. HEX triplet: 1F, 86 and 66. RGB value is (31,134,102). Sum of RGB (Red+Green+Blue) = 31+134+102=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8666 is #E07999. Grayscale: #636363. Windows color (decimal): -14711194 or 6719007. OLE color: 6719007.
HSL color Cylindrical-coordinate representation of color #1F8666: hue angle of 161.36º 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 #1F8666 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 102 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.47 |
| HSL | 161.36º | 0.62% | 0.32% | - |
| HSV(B) | 161.36º | 0.77% | 0.53% | - |
| XYZ | 11.49 | 18.3 | 15.5 | - |
| YUV | 99.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 102 | 0.77 | 0 | 0.24 | 0.47 | 161.36 | 0.62 | 0.32 |
| Hex | 1F | 86 | 66 | 4D | 0 | 18 | 2F | A1 | 3E | 20 |
| Octal | 37 | 206 | 146 | 115 | 0 | 30 | 57 | 241 | 76 | 40 |
| Binary | 11111 | 10000110 | 1100110 | 1001101 | 0 | 11000 | 101111 | 10100001 | 111110 | 100000 |
Color Harmonies of #1F8666
Complementary color
Monochromatic Colors of #1F8666
Black with #1F8666
Text Example
Text Example
White with #1F8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8666; }
p { color: rgb(31,134,102); }
H1.HeaderClassName
{
color: #1F8666;
}
.AnyTagClassName
{
color: #1F8666;
}
</style>
background-color css
<style>
a { background-color: #1F8666; }
a { background-color: rgb(31,134,102); }
div.DivClassName
{
background-color: #1F8666;
}
.BgClassName
{
background-color: #1F8666;
}
</style>
border-color css
<style>
span { border-color: #1F8666; }
span { border-color: rgb(31,134,102); }
td.TdClassName
{
border-color: #1F8666;
}
.TagClassName
{
border-color: #1F8666;
}
</style>