#123f2f color space conversions
Hex:
        #123f2f
        RGB:
        18, 63, 47
        CMY:
        93, 75, 82
        CMYK:
        71, 0, 25, 75
      HSL:
        159°, 55.5556%, 15.8824%
        HSV (HSB):
        159°, 71.4286%, 24.7059%
        XYZ:
        2.5401, 3.8888, 3.3061
        xyY:
        0.2609, 0.3995, 3.8888
      CIE-Lab:
        23.3005, -19.9114, 5.3649
        CIE-LCH:
        23.3005, 20.6215, 164.9205
        CIE-Luv:
        23.3005, -16.4526, 7.8973
        Hunter-Lab:
        19.7202, -11.5186, 3.8642
      #123f2f color charts
#123f2f RGB chart
      #123f2f CMYK chart
      #123f2f RGB pie chart
      #123f2f color shades, tints & tones
#123f2f color schemes
#123f2f color preview, HTML & CSS examples
           This text has a color of #123f2f        
        
          <p style="color:#123f2f;">Text here</p>
        
        
          .mytext {color:#123f2f;}
        
        Text color #123f2f
      
           This box has a color of #123f2f        
        
          <div style="background-color:#123f2f;">Content here</div>
        
        
          .mybackground {background-color:#123f2f;}
        
        Background color #123f2f
      
           Border around this has a color of #123f2f        
        
          <div style="border:2px solid #123f2f;">Content here</div>
        
        
          .myborder {border:2px solid #123f2f;}
        
        Border color #123f2f