Shades of Elf Green #1F8E7C
Tints of Elf Green #1F8E7C
RGB
CMYK
RGB Variations
Color information
#1F8E7C (or 0x1F8E7C) is known color: Elf Green. HEX triplet: 1F, 8E and 7C. RGB value is (31,142,124). Sum of RGB (Red+Green+Blue) = 31+142+124=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E7C is #E07183. Grayscale: #6A6A6A. Windows color (decimal): -14709124 or 8162847. OLE color: 8162847.
HSL color Cylindrical-coordinate representation of color #1F8E7C: hue angle of 170.27º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8E7C is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 142 | 124 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.44 |
| HSL | 170.27º | 0.64% | 0.34% | - |
| HSV(B) | 170.27º | 0.78% | 0.56% | - |
| XYZ | 13.88 | 21.09 | 22.41 | - |
| YUV | 106.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 124 | 0.78 | 0 | 0.13 | 0.44 | 170.27 | 0.64 | 0.34 |
| Hex | 1F | 8E | 7C | 4E | 0 | D | 2C | AA | 40 | 22 |
| Octal | 37 | 216 | 174 | 116 | 0 | 15 | 54 | 252 | 100 | 42 |
| Binary | 11111 | 10001110 | 1111100 | 1001110 | 0 | 1101 | 101100 | 10101010 | 1000000 | 100010 |
Color Harmonies of #1F8E7C
Complementary color
Monochromatic Colors of #1F8E7C
Black with #1F8E7C
Text Example
Text Example
White with #1F8E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8E7C; }
p { color: rgb(31,142,124); }
H1.HeaderClassName
{
color: #1F8E7C;
}
.AnyTagClassName
{
color: #1F8E7C;
}
</style>
background-color css
<style>
a { background-color: #1F8E7C; }
a { background-color: rgb(31,142,124); }
div.DivClassName
{
background-color: #1F8E7C;
}
.BgClassName
{
background-color: #1F8E7C;
}
</style>
border-color css
<style>
span { border-color: #1F8E7C; }
span { border-color: rgb(31,142,124); }
td.TdClassName
{
border-color: #1F8E7C;
}
.TagClassName
{
border-color: #1F8E7C;
}
</style>