HEX
#
RGB
HSL

#008000 CSS / HTML Preview

Text with hexadecimal color #008000

This text has a font color of #008000.

<span style="color:#008000;">Your text here</span>
#008000 border color

This element has a border color of #008000.

<div style="border:2px solid #008000;">Content here</div>
#008000 background color

This paragraph has a background color of #008000.

<p style="background-color:#008000;">Content here</p>
CSS codes
.text {color:#008000;}
.background {background-color:#008000;}
.border {border:1px solid #008000;}