#003f00 hex color code descriptions: deep green. #003f00 color hex could be obtained by blending #007e00 with #000000 . Closest websafe color is: #003300.
#003f00 color RGB value is (0,63,0)
#003f00 color CMYK value
#003f00 color HSL value
HSV(or HSB) | 120° | 100 | 24.7 |
XYZ | 1.778 | 3.555 | 0.593 |
Yxy | 0.3 | 0.6 | 3.555 |
LAB | 22.142 | -31.688 | 29.701 |
LUV | 22.142 | -20.967 | 27.105 |
Hunter-LAB | 18.855 | -16.168 | 11.335 |
CIE-LCH | 22.142 | 43.432 | 136.854 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | 3F | 0 |
Decimal | 0 | 63 | 0 |
Octal | 0 | 77 | 0 |
Binary | 00000000 | 00111111 | 00000000 |
Below, you can see some colors close to #003f00. 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 #003f00.
<span style="color:#003f00">Text here</span>
This paragraph has a background color of #003f00.
<p style="background-color:#003f00;">Content here</p>
This element has a border color of #003f00.
<div style="border:1px #003f00;">Content here</div>
.text {color:#003f00;}
.background {background-color:#003f00;}
.border {border:1px solid #003f00;}
.text-shadow {border:1px solid #003f00;}
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, #001400 is the darkest color, while #fefffe is the lightest one.