Shades of Elf Green #1F977D
Tints of Elf Green #1F977D
RGB
CMYK
RGB Variations
Color information
#1F977D (or 0x1F977D) is known color: Elf Green. HEX triplet: 1F, 97 and 7D. RGB value is (31,151,125). Sum of RGB (Red+Green+Blue) = 31+151+125=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #1F977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F977D is #E06882. Grayscale: #707070. Windows color (decimal): -14706819 or 8230687. OLE color: 8230687.
HSL color Cylindrical-coordinate representation of color #1F977D: hue angle of 167º 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 #1F977D is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 125 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.41 |
| HSL | 167º | 0.66% | 0.36% | - |
| HSV(B) | 167º | 0.79% | 0.59% | - |
| XYZ | 15.33 | 23.91 | 23.21 | - |
| YUV | 112.16 | 135.24 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 125 | 0.79 | 0 | 0.17 | 0.41 | 167 | 0.66 | 0.36 |
| Hex | 1F | 97 | 7D | 4F | 0 | 11 | 29 | A7 | 42 | 24 |
| Octal | 37 | 227 | 175 | 117 | 0 | 21 | 51 | 247 | 102 | 44 |
| Binary | 11111 | 10010111 | 1111101 | 1001111 | 0 | 10001 | 101001 | 10100111 | 1000010 | 100100 |
Color Harmonies of #1F977D
Complementary color
Monochromatic Colors of #1F977D
Black with #1F977D
Text Example
Text Example
White with #1F977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F977D; }
p { color: rgb(31,151,125); }
H1.HeaderClassName
{
color: #1F977D;
}
.AnyTagClassName
{
color: #1F977D;
}
</style>
background-color css
<style>
a { background-color: #1F977D; }
a { background-color: rgb(31,151,125); }
div.DivClassName
{
background-color: #1F977D;
}
.BgClassName
{
background-color: #1F977D;
}
</style>
border-color css
<style>
span { border-color: #1F977D; }
span { border-color: rgb(31,151,125); }
td.TdClassName
{
border-color: #1F977D;
}
.TagClassName
{
border-color: #1F977D;
}
</style>