Shades of Dark Green #001F1C
Tints of Dark Green #001F1C
RGB
CMYK
RGB Variations
Color information
#001F1C (or 0x001F1C) is known color: Dark Green. HEX triplet: 00, 1F and 1C. RGB value is (0,31,28). Sum of RGB (Red+Green+Blue) = 0+31+28=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #001F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F1C is #FFE0E3. Grayscale: #151515. Windows color (decimal): -16769252 or 1842944. OLE color: 1842944.
HSL color Cylindrical-coordinate representation of color #001F1C: hue angle of 174.19º 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 #001F1C is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 28 | - |
| CMYK | 1 | 0 | 0.10 | 0.88 |
| HSL | 174.19º | 1% | 0.06% | - |
| HSV(B) | 174.19º | 1% | 0.12% | - |
| XYZ | 0.7 | 1.06 | 1.27 | - |
| YUV | 21.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 28 | 1 | 0 | 0.10 | 0.88 | 174.19 | 1 | 0.06 |
| Hex | 0 | 1F | 1C | 64 | 0 | A | 58 | AE | 64 | 6 |
| Octal | 0 | 37 | 34 | 144 | 0 | 12 | 130 | 256 | 144 | 6 |
| Binary | 0 | 11111 | 11100 | 1100100 | 0 | 1010 | 1011000 | 10101110 | 1100100 | 110 |
Color Harmonies of #001F1C
Complementary color
Monochromatic Colors of #001F1C
Black with #001F1C
Text Example
Text Example
White with #001F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F1C; }
p { color: rgb(0,31,28); }
H1.HeaderClassName
{
color: #001F1C;
}
.AnyTagClassName
{
color: #001F1C;
}
</style>
background-color css
<style>
a { background-color: #001F1C; }
a { background-color: rgb(0,31,28); }
div.DivClassName
{
background-color: #001F1C;
}
.BgClassName
{
background-color: #001F1C;
}
</style>
border-color css
<style>
span { border-color: #001F1C; }
span { border-color: rgb(0,31,28); }
td.TdClassName
{
border-color: #001F1C;
}
.TagClassName
{
border-color: #001F1C;
}
</style>