Shades of Dark Green #011614
Tints of Dark Green #011614
RGB
CMYK
RGB Variations
Color information
#011614 (or 0x011614) is known color: Dark Green. HEX triplet: 01, 16 and 14. RGB value is (1,22,20). Sum of RGB (Red+Green+Blue) = 1+22+20=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #011614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011614 is #FEE9EB. Grayscale: #0F0F0F. Windows color (decimal): -16706028 or 1316353. OLE color: 1316353.
HSL color Cylindrical-coordinate representation of color #011614: hue angle of 174.29º 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 #011614 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 22 | 20 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.91 |
| HSL | 174.29º | 0.91% | 0.05% | - |
| HSV(B) | 174.29º | 0.95% | 0.09% | - |
| XYZ | 0.43 | 0.63 | 0.76 | - |
| YUV | 15.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 20 | 0.95 | 0 | 0.09 | 0.91 | 174.29 | 0.91 | 0.05 |
| Hex | 1 | 16 | 14 | 5F | 0 | 9 | 5B | AE | 5B | 5 |
| Octal | 1 | 26 | 24 | 137 | 0 | 11 | 133 | 256 | 133 | 5 |
| Binary | 1 | 10110 | 10100 | 1011111 | 0 | 1001 | 1011011 | 10101110 | 1011011 | 101 |
Color Harmonies of #011614
Complementary color
Monochromatic Colors of #011614
Black with #011614
Text Example
Text Example
White with #011614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011614; }
p { color: rgb(1,22,20); }
H1.HeaderClassName
{
color: #011614;
}
.AnyTagClassName
{
color: #011614;
}
</style>
background-color css
<style>
a { background-color: #011614; }
a { background-color: rgb(1,22,20); }
div.DivClassName
{
background-color: #011614;
}
.BgClassName
{
background-color: #011614;
}
</style>
border-color css
<style>
span { border-color: #011614; }
span { border-color: rgb(1,22,20); }
td.TdClassName
{
border-color: #011614;
}
.TagClassName
{
border-color: #011614;
}
</style>