#005002 color space conversions
Hex:
        #005002
        RGB:
        0, 80, 2
        CMY:
        100, 69, 99
        CMYK:
        100, 0, 98, 69
      HSL:
        122°, 100.0000%, 15.6863%
        HSV (HSB):
        122°, 100.0000%, 31.3725%
        XYZ:
        2.8796, 5.7417, 1.0139
        xyY:
        0.2989, 0.5959, 5.7417
      CIE-Lab:
        28.7512, -37.0210, 35.0803
        CIE-LCH:
        28.7512, 51.0017, 136.5418
        CIE-Luv:
        28.7512, -27.1739, 34.7848
        Hunter-Lab:
        23.9619, -20.4820, 14.2645
      #005002 color charts
#005002 RGB chart
      #005002 CMYK chart
      #005002 RGB pie chart
      #005002 color shades, tints & tones
#005002 color schemes
#005002 color preview, HTML & CSS examples
           This text has a color of #005002        
        
          <p style="color:#005002;">Text here</p>
        
        
          .mytext {color:#005002;}
        
        Text color #005002
      
           This box has a color of #005002        
        
          <div style="background-color:#005002;">Content here</div>
        
        
          .mybackground {background-color:#005002;}
        
        Background color #005002
      
           Border around this has a color of #005002        
        
          <div style="border:2px solid #005002;">Content here</div>
        
        
          .myborder {border:2px solid #005002;}
        
        Border color #005002