Shades of Dark Green #001F0E
Tints of Dark Green #001F0E
RGB
CMYK
RGB Variations
Color information
#001F0E (or 0x001F0E) is known color: Dark Green. HEX triplet: 00, 1F and 0E. RGB value is (0,31,14). Sum of RGB (Red+Green+Blue) = 0+31+14=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 31 (12.5% from 255 or 68.89% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 31 - color contains mainly: green. Hex color #001F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F0E is #FFE0F1. Grayscale: #131313. Windows color (decimal): -16769266 or 925440. OLE color: 925440.
HSL color Cylindrical-coordinate representation of color #001F0E: hue angle of 147.1º 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 #001F0E is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 14 | - |
| CMYK | 1 | 0 | 0.55 | 0.88 |
| HSL | 147.1º | 1% | 0.06% | - |
| HSV(B) | 147.1º | 1% | 0.12% | - |
| XYZ | 0.57 | 1.01 | 0.58 | - |
| YUV | 19.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 14 | 1 | 0 | 0.55 | 0.88 | 147.1 | 1 | 0.06 |
| Hex | 0 | 1F | E | 64 | 0 | 37 | 58 | 93 | 64 | 6 |
| Octal | 0 | 37 | 16 | 144 | 0 | 67 | 130 | 223 | 144 | 6 |
| Binary | 0 | 11111 | 1110 | 1100100 | 0 | 110111 | 1011000 | 10010011 | 1100100 | 110 |
Color Harmonies of #001F0E
Complementary color
Monochromatic Colors of #001F0E
Black with #001F0E
Text Example
Text Example
White with #001F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F0E; }
p { color: rgb(0,31,14); }
H1.HeaderClassName
{
color: #001F0E;
}
.AnyTagClassName
{
color: #001F0E;
}
</style>
background-color css
<style>
a { background-color: #001F0E; }
a { background-color: rgb(0,31,14); }
div.DivClassName
{
background-color: #001F0E;
}
.BgClassName
{
background-color: #001F0E;
}
</style>
border-color css
<style>
span { border-color: #001F0E; }
span { border-color: rgb(0,31,14); }
td.TdClassName
{
border-color: #001F0E;
}
.TagClassName
{
border-color: #001F0E;
}
</style>