#1f500b color space conversions
Hex:
        #1f500b
        RGB:
        31, 80, 11
        CMY:
        88, 69, 96
        CMYK:
        61, 0, 86, 69
      HSL:
        103°, 75.8242%, 17.8431%
        HSV (HSB):
        103°, 86.2500%, 31.3725%
        XYZ:
        3.4941, 6.0528, 1.3008
        xyY:
        0.3221, 0.5580, 6.0528
      CIE-Lab:
        29.5453, -30.0623, 32.8061
        CIE-LCH:
        29.5453, 44.4970, 132.5010
        CIE-Luv:
        29.5453, -21.3151, 33.2108
        Hunter-Lab:
        24.6024, -17.7029, 14.0870
      #1f500b color charts
#1f500b RGB chart
      #1f500b CMYK chart
      #1f500b RGB pie chart
      #1f500b color shades, tints & tones
#1f500b color schemes
#1f500b color preview, HTML & CSS examples
           This text has a color of #1f500b        
        
          <p style="color:#1f500b;">Text here</p>
        
        
          .mytext {color:#1f500b;}
        
        Text color #1f500b
      
           This box has a color of #1f500b        
        
          <div style="background-color:#1f500b;">Content here</div>
        
        
          .mybackground {background-color:#1f500b;}
        
        Background color #1f500b
      
           Border around this has a color of #1f500b        
        
          <div style="border:2px solid #1f500b;">Content here</div>
        
        
          .myborder {border:2px solid #1f500b;}
        
        Border color #1f500b