Shades of Dark Green #001F1D
Tints of Dark Green #001F1D
RGB
CMYK
RGB Variations
Color information
#001F1D (or 0x001F1D) is known color: Dark Green. HEX triplet: 00, 1F and 1D. RGB value is (0,31,29). Sum of RGB (Red+Green+Blue) = 0+31+29=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #001F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F1D is #FFE0E2. Grayscale: #151515. Windows color (decimal): -16769251 or 1908480. OLE color: 1908480.
HSL color Cylindrical-coordinate representation of color #001F1D: hue angle of 176.13º 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 #001F1D is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 29 | - |
| CMYK | 1 | 0 | 0.06 | 0.88 |
| HSL | 176.13º | 1% | 0.06% | - |
| HSV(B) | 176.13º | 1% | 0.12% | - |
| XYZ | 0.71 | 1.07 | 1.33 | - |
| YUV | 21.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 29 | 1 | 0 | 0.06 | 0.88 | 176.13 | 1 | 0.06 |
| Hex | 0 | 1F | 1D | 64 | 0 | 6 | 58 | B0 | 64 | 6 |
| Octal | 0 | 37 | 35 | 144 | 0 | 6 | 130 | 260 | 144 | 6 |
| Binary | 0 | 11111 | 11101 | 1100100 | 0 | 110 | 1011000 | 10110000 | 1100100 | 110 |
Color Harmonies of #001F1D
Complementary color
Monochromatic Colors of #001F1D
Black with #001F1D
Text Example
Text Example
White with #001F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F1D; }
p { color: rgb(0,31,29); }
H1.HeaderClassName
{
color: #001F1D;
}
.AnyTagClassName
{
color: #001F1D;
}
</style>
background-color css
<style>
a { background-color: #001F1D; }
a { background-color: rgb(0,31,29); }
div.DivClassName
{
background-color: #001F1D;
}
.BgClassName
{
background-color: #001F1D;
}
</style>
border-color css
<style>
span { border-color: #001F1D; }
span { border-color: rgb(0,31,29); }
td.TdClassName
{
border-color: #001F1D;
}
.TagClassName
{
border-color: #001F1D;
}
</style>