Shades of Dark Green #011F0C
Tints of Dark Green #011F0C
RGB
CMYK
RGB Variations
Color information
#011F0C (or 0x011F0C) is known color: Dark Green. HEX triplet: 01, 1F and 0C. RGB value is (1,31,12). Sum of RGB (Red+Green+Blue) = 1+31+12=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 31 (12.5% from 255 or 70.45% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 31 - color contains mainly: green. Hex color #011F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F0C is #FEE0F3. Grayscale: #131313. Windows color (decimal): -16703732 or 794369. OLE color: 794369.
HSL color Cylindrical-coordinate representation of color #011F0C: hue angle of 142º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F0C is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 31 | 12 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.88 |
| HSL | 142º | 0.94% | 0.06% | - |
| HSV(B) | 142º | 0.97% | 0.12% | - |
| XYZ | 0.57 | 1.01 | 0.51 | - |
| YUV | 19.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 12 | 0.97 | 0 | 0.61 | 0.88 | 142 | 0.94 | 0.06 |
| Hex | 1 | 1F | C | 61 | 0 | 3D | 58 | 8E | 5E | 6 |
| Octal | 1 | 37 | 14 | 141 | 0 | 75 | 130 | 216 | 136 | 6 |
| Binary | 1 | 11111 | 1100 | 1100001 | 0 | 111101 | 1011000 | 10001110 | 1011110 | 110 |
Color Harmonies of #011F0C
Complementary color
Monochromatic Colors of #011F0C
Black with #011F0C
Text Example
Text Example
White with #011F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F0C; }
p { color: rgb(1,31,12); }
H1.HeaderClassName
{
color: #011F0C;
}
.AnyTagClassName
{
color: #011F0C;
}
</style>
background-color css
<style>
a { background-color: #011F0C; }
a { background-color: rgb(1,31,12); }
div.DivClassName
{
background-color: #011F0C;
}
.BgClassName
{
background-color: #011F0C;
}
</style>
border-color css
<style>
span { border-color: #011F0C; }
span { border-color: rgb(1,31,12); }
td.TdClassName
{
border-color: #011F0C;
}
.TagClassName
{
border-color: #011F0C;
}
</style>