Shades of Elf Green #1F9178
Tints of Elf Green #1F9178
RGB
CMYK
RGB Variations
Color information
#1F9178 (or 0x1F9178) is known color: Elf Green. HEX triplet: 1F, 91 and 78. RGB value is (31,145,120). Sum of RGB (Red+Green+Blue) = 31+145+120=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9178 is #E06E87. Grayscale: #6C6C6C. Windows color (decimal): -14708360 or 7901471. OLE color: 7901471.
HSL color Cylindrical-coordinate representation of color #1F9178: hue angle of 166.84º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9178 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 120 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.43 |
| HSL | 166.84º | 0.65% | 0.35% | - |
| HSV(B) | 166.84º | 0.79% | 0.57% | - |
| XYZ | 14.08 | 21.9 | 21.25 | - |
| YUV | 108.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 120 | 0.79 | 0 | 0.17 | 0.43 | 166.84 | 0.65 | 0.35 |
| Hex | 1F | 91 | 78 | 4F | 0 | 11 | 2B | A7 | 41 | 23 |
| Octal | 37 | 221 | 170 | 117 | 0 | 21 | 53 | 247 | 101 | 43 |
| Binary | 11111 | 10010001 | 1111000 | 1001111 | 0 | 10001 | 101011 | 10100111 | 1000001 | 100011 |
Color Harmonies of #1F9178
Complementary color
Monochromatic Colors of #1F9178
Black with #1F9178
Text Example
Text Example
White with #1F9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9178; }
p { color: rgb(31,145,120); }
H1.HeaderClassName
{
color: #1F9178;
}
.AnyTagClassName
{
color: #1F9178;
}
</style>
background-color css
<style>
a { background-color: #1F9178; }
a { background-color: rgb(31,145,120); }
div.DivClassName
{
background-color: #1F9178;
}
.BgClassName
{
background-color: #1F9178;
}
</style>
border-color css
<style>
span { border-color: #1F9178; }
span { border-color: rgb(31,145,120); }
td.TdClassName
{
border-color: #1F9178;
}
.TagClassName
{
border-color: #1F9178;
}
</style>