Shades of Elf Green #1F9679
Tints of Elf Green #1F9679
RGB
CMYK
RGB Variations
Color information
#1F9679 (or 0x1F9679) is known color: Elf Green. HEX triplet: 1F, 96 and 79. RGB value is (31,150,121). Sum of RGB (Red+Green+Blue) = 31+150+121=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9679 is #E06986. Grayscale: #6F6F6F. Windows color (decimal): -14707079 or 7968287. OLE color: 7968287.
HSL color Cylindrical-coordinate representation of color #1F9679: hue angle of 165.38º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9679 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 121 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.41 |
| HSL | 165.38º | 0.66% | 0.35% | - |
| HSV(B) | 165.38º | 0.79% | 0.59% | - |
| XYZ | 14.92 | 23.48 | 21.84 | - |
| YUV | 111.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 121 | 0.79 | 0 | 0.19 | 0.41 | 165.38 | 0.66 | 0.35 |
| Hex | 1F | 96 | 79 | 4F | 0 | 13 | 29 | A5 | 42 | 23 |
| Octal | 37 | 226 | 171 | 117 | 0 | 23 | 51 | 245 | 102 | 43 |
| Binary | 11111 | 10010110 | 1111001 | 1001111 | 0 | 10011 | 101001 | 10100101 | 1000010 | 100011 |
Color Harmonies of #1F9679
Complementary color
Monochromatic Colors of #1F9679
Black with #1F9679
Text Example
Text Example
White with #1F9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9679; }
p { color: rgb(31,150,121); }
H1.HeaderClassName
{
color: #1F9679;
}
.AnyTagClassName
{
color: #1F9679;
}
</style>
background-color css
<style>
a { background-color: #1F9679; }
a { background-color: rgb(31,150,121); }
div.DivClassName
{
background-color: #1F9679;
}
.BgClassName
{
background-color: #1F9679;
}
</style>
border-color css
<style>
span { border-color: #1F9679; }
span { border-color: rgb(31,150,121); }
td.TdClassName
{
border-color: #1F9679;
}
.TagClassName
{
border-color: #1F9679;
}
</style>