In a RGB color space, #003c00 hex color is composed of 0% red, 23.5% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 76.5% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 11.8%. #003c00 color hex could be obtained by blending #007800 with #000000. Closest websafe color is: #003300.
The hexadecimal color #003c00 has RGB values of R:0, G:60, B:0 and CMYK values of C:1, M:0, Y:1, K:0.76. Its decimal value is 15360.
Hex triplet | 003c00 | #003c00 |
RGB Decimal | 0, 60, 0 | rgb(0,60,0) |
RGB Percent | 0, 23.5, 0 | rgb(0%,23.5%,0%) |
CMYK | 100, 0, 100, 76.5 | |
HSL | 120°, 100, 11.8 | hsl(120,100%,11.8%) |
HSV(HSB) | 120°, 100, 23.5 | |
Web Safe | 003300 | #030 |
XYZ | 1.616, 3.232, 0.539 |
xyY | 0.3, 0.6, 3.232 |
CIE-LAB | 20.949, -30.697, 28.415 |
CIE-LCH | 20.949, 41.83, 137.211 |
CIE-LUV | 20.949, -19.837, 25.644 |
Hunter-Lab | 17.977, -15.415, 10.807 |
Binary | 00000000, 00111100, 00000000 |
Below, you can see some colors close to #003c00. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #003c00.
<span style="color:#003c00">Text here</span>
This paragraph has a background color of #003c00.
<p style="background-color:#003c00;">Content here</p>
This element has a border color of #003c00.
<div style="border:1px #003c00;">Content here</div>
.text {color:#003c00;}
.background {background-color:#003c00;}
.border {border:1px solid #003c00;}
.text-shadow {border:1px solid #003c00;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #001100 is the darkest color, while #fbfffb is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #1e1e1e is the less saturated color, while #033a02 is the most saturated one.