Shades of Dark Green #001F06
Tints of Dark Green #001F06
RGB
CMYK
RGB Variations
Color information
#001F06 (or 0x001F06) is known color: Dark Green. HEX triplet: 00, 1F and 06. RGB value is (0,31,6). Sum of RGB (Red+Green+Blue) = 0+31+6=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 31 (12.5% from 255 or 83.78% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 31 - color contains mainly: green. Hex color #001F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F06 is #FFE0F9. Grayscale: #121212. Windows color (decimal): -16769274 or 401152. OLE color: 401152.
HSL color Cylindrical-coordinate representation of color #001F06: hue angle of 131.61º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F06 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 6 | - |
| CMYK | 1 | 0 | 0.81 | 0.88 |
| HSL | 131.61º | 1% | 0.06% | - |
| HSV(B) | 131.61º | 1% | 0.12% | - |
| XYZ | 0.52 | 0.99 | 0.34 | - |
| YUV | 18.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 6 | 1 | 0 | 0.81 | 0.88 | 131.61 | 1 | 0.06 |
| Hex | 0 | 1F | 6 | 64 | 0 | 51 | 58 | 84 | 64 | 6 |
| Octal | 0 | 37 | 6 | 144 | 0 | 121 | 130 | 204 | 144 | 6 |
| Binary | 0 | 11111 | 110 | 1100100 | 0 | 1010001 | 1011000 | 10000100 | 1100100 | 110 |
Color Harmonies of #001F06
Complementary color
Monochromatic Colors of #001F06
Black with #001F06
Text Example
Text Example
White with #001F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F06; }
p { color: rgb(0,31,6); }
H1.HeaderClassName
{
color: #001F06;
}
.AnyTagClassName
{
color: #001F06;
}
</style>
background-color css
<style>
a { background-color: #001F06; }
a { background-color: rgb(0,31,6); }
div.DivClassName
{
background-color: #001F06;
}
.BgClassName
{
background-color: #001F06;
}
</style>
border-color css
<style>
span { border-color: #001F06; }
span { border-color: rgb(0,31,6); }
td.TdClassName
{
border-color: #001F06;
}
.TagClassName
{
border-color: #001F06;
}
</style>