Shades of Dark Green #011607
Tints of Dark Green #011607
RGB
CMYK
RGB Variations
Color information
#011607 (or 0x011607) is known color: Dark Green. HEX triplet: 01, 16 and 07. RGB value is (1,22,7). Sum of RGB (Red+Green+Blue) = 1+22+7=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 22 (8.98% from 255 or 73.33% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 22 - color contains mainly: green. Hex color #011607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011607 is #FEE9F8. Grayscale: #0E0E0E. Windows color (decimal): -16706041 or 464385. OLE color: 464385.
HSL color Cylindrical-coordinate representation of color #011607: hue angle of 137.14º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011607 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 22 | 7 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.91 |
| HSL | 137.14º | 0.91% | 0.05% | - |
| HSV(B) | 137.14º | 0.95% | 0.09% | - |
| XYZ | 0.34 | 0.6 | 0.3 | - |
| YUV | 14.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 7 | 0.95 | 0 | 0.68 | 0.91 | 137.14 | 0.91 | 0.05 |
| Hex | 1 | 16 | 7 | 5F | 0 | 44 | 5B | 89 | 5B | 5 |
| Octal | 1 | 26 | 7 | 137 | 0 | 104 | 133 | 211 | 133 | 5 |
| Binary | 1 | 10110 | 111 | 1011111 | 0 | 1000100 | 1011011 | 10001001 | 1011011 | 101 |
Color Harmonies of #011607
Complementary color
Monochromatic Colors of #011607
Black with #011607
Text Example
Text Example
White with #011607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011607; }
p { color: rgb(1,22,7); }
H1.HeaderClassName
{
color: #011607;
}
.AnyTagClassName
{
color: #011607;
}
</style>
background-color css
<style>
a { background-color: #011607; }
a { background-color: rgb(1,22,7); }
div.DivClassName
{
background-color: #011607;
}
.BgClassName
{
background-color: #011607;
}
</style>
border-color css
<style>
span { border-color: #011607; }
span { border-color: rgb(1,22,7); }
td.TdClassName
{
border-color: #011607;
}
.TagClassName
{
border-color: #011607;
}
</style>