Shades of Elf Green #1F976D
Tints of Elf Green #1F976D
RGB
CMYK
RGB Variations
Color information
#1F976D (or 0x1F976D) is known color: Elf Green. HEX triplet: 1F, 97 and 6D. RGB value is (31,151,109). Sum of RGB (Red+Green+Blue) = 31+151+109=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #1F976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F976D is #E06892. Grayscale: #6E6E6E. Windows color (decimal): -14706835 or 7182111. OLE color: 7182111.
HSL color Cylindrical-coordinate representation of color #1F976D: hue angle of 159º 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 #1F976D is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 109 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.41 |
| HSL | 159º | 0.66% | 0.36% | - |
| HSV(B) | 159º | 0.79% | 0.59% | - |
| XYZ | 14.39 | 23.53 | 18.25 | - |
| YUV | 110.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 109 | 0.79 | 0 | 0.28 | 0.41 | 159 | 0.66 | 0.36 |
| Hex | 1F | 97 | 6D | 4F | 0 | 1C | 29 | 9F | 42 | 24 |
| Octal | 37 | 227 | 155 | 117 | 0 | 34 | 51 | 237 | 102 | 44 |
| Binary | 11111 | 10010111 | 1101101 | 1001111 | 0 | 11100 | 101001 | 10011111 | 1000010 | 100100 |
Color Harmonies of #1F976D
Complementary color
Monochromatic Colors of #1F976D
Black with #1F976D
Text Example
Text Example
White with #1F976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F976D; }
p { color: rgb(31,151,109); }
H1.HeaderClassName
{
color: #1F976D;
}
.AnyTagClassName
{
color: #1F976D;
}
</style>
background-color css
<style>
a { background-color: #1F976D; }
a { background-color: rgb(31,151,109); }
div.DivClassName
{
background-color: #1F976D;
}
.BgClassName
{
background-color: #1F976D;
}
</style>
border-color css
<style>
span { border-color: #1F976D; }
span { border-color: rgb(31,151,109); }
td.TdClassName
{
border-color: #1F976D;
}
.TagClassName
{
border-color: #1F976D;
}
</style>