Shades of Elf Green #1F987C
Tints of Elf Green #1F987C
RGB
CMYK
RGB Variations
Color information
#1F987C (or 0x1F987C) is known color: Elf Green. HEX triplet: 1F, 98 and 7C. RGB value is (31,152,124). Sum of RGB (Red+Green+Blue) = 31+152+124=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #1F987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F987C is #E06783. Grayscale: #707070. Windows color (decimal): -14706564 or 8165407. OLE color: 8165407.
HSL color Cylindrical-coordinate representation of color #1F987C: hue angle of 166.12º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F987C is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 124 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.40 |
| HSL | 166.12º | 0.66% | 0.36% | - |
| HSV(B) | 166.12º | 0.8% | 0.6% | - |
| XYZ | 15.43 | 24.2 | 22.93 | - |
| YUV | 112.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 124 | 0.80 | 0 | 0.18 | 0.40 | 166.12 | 0.66 | 0.36 |
| Hex | 1F | 98 | 7C | 50 | 0 | 12 | 28 | A6 | 42 | 24 |
| Octal | 37 | 230 | 174 | 120 | 0 | 22 | 50 | 246 | 102 | 44 |
| Binary | 11111 | 10011000 | 1111100 | 1010000 | 0 | 10010 | 101000 | 10100110 | 1000010 | 100100 |
Color Harmonies of #1F987C
Complementary color
Monochromatic Colors of #1F987C
Black with #1F987C
Text Example
Text Example
White with #1F987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F987C; }
p { color: rgb(31,152,124); }
H1.HeaderClassName
{
color: #1F987C;
}
.AnyTagClassName
{
color: #1F987C;
}
</style>
background-color css
<style>
a { background-color: #1F987C; }
a { background-color: rgb(31,152,124); }
div.DivClassName
{
background-color: #1F987C;
}
.BgClassName
{
background-color: #1F987C;
}
</style>
border-color css
<style>
span { border-color: #1F987C; }
span { border-color: rgb(31,152,124); }
td.TdClassName
{
border-color: #1F987C;
}
.TagClassName
{
border-color: #1F987C;
}
</style>