Shades of Dark Green #001F07
Tints of Dark Green #001F07
RGB
CMYK
RGB Variations
Color information
#001F07 (or 0x001F07) is known color: Dark Green. HEX triplet: 00, 1F and 07. RGB value is (0,31,7). Sum of RGB (Red+Green+Blue) = 0+31+7=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 31 (12.5% from 255 or 81.58% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 31 - color contains mainly: green. Hex color #001F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F07 is #FFE0F8. Grayscale: #131313. Windows color (decimal): -16769273 or 466688. OLE color: 466688.
HSL color Cylindrical-coordinate representation of color #001F07: hue angle of 133.55º 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 #001F07 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 7 | - |
| CMYK | 1 | 0 | 0.77 | 0.88 |
| HSL | 133.55º | 1% | 0.06% | - |
| HSV(B) | 133.55º | 1% | 0.12% | - |
| XYZ | 0.53 | 1 | 0.37 | - |
| YUV | 19 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 7 | 1 | 0 | 0.77 | 0.88 | 133.55 | 1 | 0.06 |
| Hex | 0 | 1F | 7 | 64 | 0 | 4D | 58 | 86 | 64 | 6 |
| Octal | 0 | 37 | 7 | 144 | 0 | 115 | 130 | 206 | 144 | 6 |
| Binary | 0 | 11111 | 111 | 1100100 | 0 | 1001101 | 1011000 | 10000110 | 1100100 | 110 |
Color Harmonies of #001F07
Complementary color
Monochromatic Colors of #001F07
Black with #001F07
Text Example
Text Example
White with #001F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F07; }
p { color: rgb(0,31,7); }
H1.HeaderClassName
{
color: #001F07;
}
.AnyTagClassName
{
color: #001F07;
}
</style>
background-color css
<style>
a { background-color: #001F07; }
a { background-color: rgb(0,31,7); }
div.DivClassName
{
background-color: #001F07;
}
.BgClassName
{
background-color: #001F07;
}
</style>
border-color css
<style>
span { border-color: #001F07; }
span { border-color: rgb(0,31,7); }
td.TdClassName
{
border-color: #001F07;
}
.TagClassName
{
border-color: #001F07;
}
</style>