Shades of Elf Green #1F976F
Tints of Elf Green #1F976F
RGB
CMYK
RGB Variations
Color information
#1F976F (or 0x1F976F) is known color: Elf Green. HEX triplet: 1F, 97 and 6F. RGB value is (31,151,111). Sum of RGB (Red+Green+Blue) = 31+151+111=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #1F976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F976F is #E06890. Grayscale: #6E6E6E. Windows color (decimal): -14706833 or 7313183. OLE color: 7313183.
HSL color Cylindrical-coordinate representation of color #1F976F: hue angle of 160º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F976F is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 111 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.41 |
| HSL | 160º | 0.66% | 0.36% | - |
| HSV(B) | 160º | 0.79% | 0.59% | - |
| XYZ | 14.5 | 23.57 | 18.82 | - |
| YUV | 110.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 111 | 0.79 | 0 | 0.26 | 0.41 | 160 | 0.66 | 0.36 |
| Hex | 1F | 97 | 6F | 4F | 0 | 1A | 29 | A0 | 42 | 24 |
| Octal | 37 | 227 | 157 | 117 | 0 | 32 | 51 | 240 | 102 | 44 |
| Binary | 11111 | 10010111 | 1101111 | 1001111 | 0 | 11010 | 101001 | 10100000 | 1000010 | 100100 |
Color Harmonies of #1F976F
Complementary color
Monochromatic Colors of #1F976F
Black with #1F976F
Text Example
Text Example
White with #1F976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F976F; }
p { color: rgb(31,151,111); }
H1.HeaderClassName
{
color: #1F976F;
}
.AnyTagClassName
{
color: #1F976F;
}
</style>
background-color css
<style>
a { background-color: #1F976F; }
a { background-color: rgb(31,151,111); }
div.DivClassName
{
background-color: #1F976F;
}
.BgClassName
{
background-color: #1F976F;
}
</style>
border-color css
<style>
span { border-color: #1F976F; }
span { border-color: rgb(31,151,111); }
td.TdClassName
{
border-color: #1F976F;
}
.TagClassName
{
border-color: #1F976F;
}
</style>