Shades of Elf Green #1F977E
Tints of Elf Green #1F977E
RGB
CMYK
RGB Variations
Color information
#1F977E (or 0x1F977E) is known color: Elf Green. HEX triplet: 1F, 97 and 7E. RGB value is (31,151,126). Sum of RGB (Red+Green+Blue) = 31+151+126=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #1F977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F977E is #E06881. Grayscale: #707070. Windows color (decimal): -14706818 or 8296223. OLE color: 8296223.
HSL color Cylindrical-coordinate representation of color #1F977E: hue angle of 167.5º 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 #1F977E is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 126 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.41 |
| HSL | 167.5º | 0.66% | 0.36% | - |
| HSV(B) | 167.5º | 0.79% | 0.59% | - |
| XYZ | 15.4 | 23.93 | 23.55 | - |
| YUV | 112.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 126 | 0.79 | 0 | 0.17 | 0.41 | 167.5 | 0.66 | 0.36 |
| Hex | 1F | 97 | 7E | 4F | 0 | 11 | 29 | A8 | 42 | 24 |
| Octal | 37 | 227 | 176 | 117 | 0 | 21 | 51 | 250 | 102 | 44 |
| Binary | 11111 | 10010111 | 1111110 | 1001111 | 0 | 10001 | 101001 | 10101000 | 1000010 | 100100 |
Color Harmonies of #1F977E
Complementary color
Monochromatic Colors of #1F977E
Black with #1F977E
Text Example
Text Example
White with #1F977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F977E; }
p { color: rgb(31,151,126); }
H1.HeaderClassName
{
color: #1F977E;
}
.AnyTagClassName
{
color: #1F977E;
}
</style>
background-color css
<style>
a { background-color: #1F977E; }
a { background-color: rgb(31,151,126); }
div.DivClassName
{
background-color: #1F977E;
}
.BgClassName
{
background-color: #1F977E;
}
</style>
border-color css
<style>
span { border-color: #1F977E; }
span { border-color: rgb(31,151,126); }
td.TdClassName
{
border-color: #1F977E;
}
.TagClassName
{
border-color: #1F977E;
}
</style>