Shades of Dark Green #011F1D
Tints of Dark Green #011F1D
RGB
CMYK
RGB Variations
Color information
#011F1D (or 0x011F1D) is known color: Dark Green. HEX triplet: 01, 1F and 1D. RGB value is (1,31,29). Sum of RGB (Red+Green+Blue) = 1+31+29=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #011F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F1D is #FEE0E2. Grayscale: #151515. Windows color (decimal): -16703715 or 1908481. OLE color: 1908481.
HSL color Cylindrical-coordinate representation of color #011F1D: hue angle of 176º 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 #011F1D is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 31 | 29 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.88 |
| HSL | 176º | 0.94% | 0.06% | - |
| HSV(B) | 176º | 0.97% | 0.12% | - |
| XYZ | 0.72 | 1.08 | 1.33 | - |
| YUV | 21.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 29 | 0.97 | 0 | 0.06 | 0.88 | 176 | 0.94 | 0.06 |
| Hex | 1 | 1F | 1D | 61 | 0 | 6 | 58 | B0 | 5E | 6 |
| Octal | 1 | 37 | 35 | 141 | 0 | 6 | 130 | 260 | 136 | 6 |
| Binary | 1 | 11111 | 11101 | 1100001 | 0 | 110 | 1011000 | 10110000 | 1011110 | 110 |
Color Harmonies of #011F1D
Complementary color
Monochromatic Colors of #011F1D
Black with #011F1D
Text Example
Text Example
White with #011F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F1D; }
p { color: rgb(1,31,29); }
H1.HeaderClassName
{
color: #011F1D;
}
.AnyTagClassName
{
color: #011F1D;
}
</style>
background-color css
<style>
a { background-color: #011F1D; }
a { background-color: rgb(1,31,29); }
div.DivClassName
{
background-color: #011F1D;
}
.BgClassName
{
background-color: #011F1D;
}
</style>
border-color css
<style>
span { border-color: #011F1D; }
span { border-color: rgb(1,31,29); }
td.TdClassName
{
border-color: #011F1D;
}
.TagClassName
{
border-color: #011F1D;
}
</style>