Shades of Dark Green #001F0C
Tints of Dark Green #001F0C
RGB
CMYK
RGB Variations
Color information
#001F0C (or 0x001F0C) is known color: Dark Green. HEX triplet: 00, 1F and 0C. RGB value is (0,31,12). Sum of RGB (Red+Green+Blue) = 0+31+12=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 31 (12.5% from 255 or 72.09% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 31 - color contains mainly: green. Hex color #001F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F0C is #FFE0F3. Grayscale: #131313. Windows color (decimal): -16769268 or 794368. OLE color: 794368.
HSL color Cylindrical-coordinate representation of color #001F0C: hue angle of 143.23º 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 #001F0C is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 12 | - |
| CMYK | 1 | 0 | 0.61 | 0.88 |
| HSL | 143.23º | 1% | 0.06% | - |
| HSV(B) | 143.23º | 1% | 0.12% | - |
| XYZ | 0.56 | 1.01 | 0.51 | - |
| YUV | 19.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 12 | 1 | 0 | 0.61 | 0.88 | 143.23 | 1 | 0.06 |
| Hex | 0 | 1F | C | 64 | 0 | 3D | 58 | 8F | 64 | 6 |
| Octal | 0 | 37 | 14 | 144 | 0 | 75 | 130 | 217 | 144 | 6 |
| Binary | 0 | 11111 | 1100 | 1100100 | 0 | 111101 | 1011000 | 10001111 | 1100100 | 110 |
Color Harmonies of #001F0C
Complementary color
Monochromatic Colors of #001F0C
Black with #001F0C
Text Example
Text Example
White with #001F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F0C; }
p { color: rgb(0,31,12); }
H1.HeaderClassName
{
color: #001F0C;
}
.AnyTagClassName
{
color: #001F0C;
}
</style>
background-color css
<style>
a { background-color: #001F0C; }
a { background-color: rgb(0,31,12); }
div.DivClassName
{
background-color: #001F0C;
}
.BgClassName
{
background-color: #001F0C;
}
</style>
border-color css
<style>
span { border-color: #001F0C; }
span { border-color: rgb(0,31,12); }
td.TdClassName
{
border-color: #001F0C;
}
.TagClassName
{
border-color: #001F0C;
}
</style>