Shades of Elf Green #1F996C
Tints of Elf Green #1F996C
RGB
CMYK
RGB Variations
Color information
#1F996C (or 0x1F996C) is known color: Elf Green. HEX triplet: 1F, 99 and 6C. RGB value is (31,153,108). Sum of RGB (Red+Green+Blue) = 31+153+108=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #1F996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F996C is #E06693. Grayscale: #6F6F6F. Windows color (decimal): -14706324 or 7117087. OLE color: 7117087.
HSL color Cylindrical-coordinate representation of color #1F996C: hue angle of 157.87º 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 #1F996C is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 108 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.4 |
| HSL | 157.87º | 0.66% | 0.36% | - |
| HSV(B) | 157.87º | 0.8% | 0.6% | - |
| XYZ | 14.66 | 24.16 | 18.08 | - |
| YUV | 111.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 108 | 0.80 | 0 | 0.29 | 0.4 | 157.87 | 0.66 | 0.36 |
| Hex | 1F | 99 | 6C | 50 | 0 | 1D | 28 | 9E | 42 | 24 |
| Octal | 37 | 231 | 154 | 120 | 0 | 35 | 50 | 236 | 102 | 44 |
| Binary | 11111 | 10011001 | 1101100 | 1010000 | 0 | 11101 | 101000 | 10011110 | 1000010 | 100100 |
Color Harmonies of #1F996C
Complementary color
Monochromatic Colors of #1F996C
Black with #1F996C
Text Example
Text Example
White with #1F996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F996C; }
p { color: rgb(31,153,108); }
H1.HeaderClassName
{
color: #1F996C;
}
.AnyTagClassName
{
color: #1F996C;
}
</style>
background-color css
<style>
a { background-color: #1F996C; }
a { background-color: rgb(31,153,108); }
div.DivClassName
{
background-color: #1F996C;
}
.BgClassName
{
background-color: #1F996C;
}
</style>
border-color css
<style>
span { border-color: #1F996C; }
span { border-color: rgb(31,153,108); }
td.TdClassName
{
border-color: #1F996C;
}
.TagClassName
{
border-color: #1F996C;
}
</style>