Shades of Elf Green #1F967C
Tints of Elf Green #1F967C
RGB
CMYK
RGB Variations
Color information
#1F967C (or 0x1F967C) is known color: Elf Green. HEX triplet: 1F, 96 and 7C. RGB value is (31,150,124). Sum of RGB (Red+Green+Blue) = 31+150+124=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #1F967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F967C is #E06983. Grayscale: #6F6F6F. Windows color (decimal): -14707076 or 8164895. OLE color: 8164895.
HSL color Cylindrical-coordinate representation of color #1F967C: hue angle of 166.89º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F967C is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 124 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.41 |
| HSL | 166.89º | 0.66% | 0.35% | - |
| HSV(B) | 166.89º | 0.79% | 0.59% | - |
| XYZ | 15.11 | 23.56 | 22.82 | - |
| YUV | 111.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 124 | 0.79 | 0 | 0.17 | 0.41 | 166.89 | 0.66 | 0.35 |
| Hex | 1F | 96 | 7C | 4F | 0 | 11 | 29 | A7 | 42 | 23 |
| Octal | 37 | 226 | 174 | 117 | 0 | 21 | 51 | 247 | 102 | 43 |
| Binary | 11111 | 10010110 | 1111100 | 1001111 | 0 | 10001 | 101001 | 10100111 | 1000010 | 100011 |
Color Harmonies of #1F967C
Complementary color
Monochromatic Colors of #1F967C
Black with #1F967C
Text Example
Text Example
White with #1F967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F967C; }
p { color: rgb(31,150,124); }
H1.HeaderClassName
{
color: #1F967C;
}
.AnyTagClassName
{
color: #1F967C;
}
</style>
background-color css
<style>
a { background-color: #1F967C; }
a { background-color: rgb(31,150,124); }
div.DivClassName
{
background-color: #1F967C;
}
.BgClassName
{
background-color: #1F967C;
}
</style>
border-color css
<style>
span { border-color: #1F967C; }
span { border-color: rgb(31,150,124); }
td.TdClassName
{
border-color: #1F967C;
}
.TagClassName
{
border-color: #1F967C;
}
</style>