This is an H1 tag that uses hex notation #00ff00.
This is an H2 tag that uses rgb values (255, 51, 153).
RGB values can be obtained from Visibone color lab or Photoshop.
This is an H3 tag that uses the color value orange.
This is a regular paragraph that uses rgb percentages of (100%, 0%, 0%).
This is a regular paragraph that uses rgb percentages of
(100%, 0%, 0%). This is a regular paragraph that uses rgb percentages
of (100%, 0%, 0%). This is a regular paragraph that uses rgb
percentages of (100%, 0%, 0%). This is a regular paragraph that
uses rgb percentages of (100%, 0%, 0%). This is a regular paragraph
that uses rgb percentages of (100%, 0%, 0%).
CSS code
h1 { color: #00ff00; }
h2 { color: rgb(255, 51, 153); }
h3 { color: orange; }
p { color: rgb(100%, 0%, 0%); }