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