Shades of Elf Green #1F8C78
Tints of Elf Green #1F8C78
RGB
CMYK
RGB Variations
Color information
#1F8C78 (or 0x1F8C78) is known color: Elf Green. HEX triplet: 1F, 8C and 78. RGB value is (31,140,120). Sum of RGB (Red+Green+Blue) = 31+140+120=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C78 is #E07387. Grayscale: #696969. Windows color (decimal): -14709640 or 7900191. OLE color: 7900191.
HSL color Cylindrical-coordinate representation of color #1F8C78: hue angle of 168.99º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C78 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 140 | 120 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.45 |
| HSL | 168.99º | 0.64% | 0.34% | - |
| HSV(B) | 168.99º | 0.78% | 0.55% | - |
| XYZ | 13.33 | 20.4 | 21 | - |
| YUV | 105.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 120 | 0.78 | 0 | 0.14 | 0.45 | 168.99 | 0.64 | 0.34 |
| Hex | 1F | 8C | 78 | 4E | 0 | E | 2D | A9 | 40 | 22 |
| Octal | 37 | 214 | 170 | 116 | 0 | 16 | 55 | 251 | 100 | 42 |
| Binary | 11111 | 10001100 | 1111000 | 1001110 | 0 | 1110 | 101101 | 10101001 | 1000000 | 100010 |
Color Harmonies of #1F8C78
Complementary color
Monochromatic Colors of #1F8C78
Black with #1F8C78
Text Example
Text Example
White with #1F8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8C78; }
p { color: rgb(31,140,120); }
H1.HeaderClassName
{
color: #1F8C78;
}
.AnyTagClassName
{
color: #1F8C78;
}
</style>
background-color css
<style>
a { background-color: #1F8C78; }
a { background-color: rgb(31,140,120); }
div.DivClassName
{
background-color: #1F8C78;
}
.BgClassName
{
background-color: #1F8C78;
}
</style>
border-color css
<style>
span { border-color: #1F8C78; }
span { border-color: rgb(31,140,120); }
td.TdClassName
{
border-color: #1F8C78;
}
.TagClassName
{
border-color: #1F8C78;
}
</style>