Shades of Dark Green #011314
Tints of Dark Green #011314
RGB
CMYK
RGB Variations
Color information
#011314 (or 0x011314) is known color: Dark Green. HEX triplet: 01, 13 and 14. RGB value is (1,19,20). Sum of RGB (Red+Green+Blue) = 1+19+20=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #011314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011314 is #FEECEB. Grayscale: #0D0D0D. Windows color (decimal): -16706796 or 1315585. OLE color: 1315585.
HSL color Cylindrical-coordinate representation of color #011314: hue angle of 183.16º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011314 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 19 | 20 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.92 |
| HSL | 183.16º | 0.9% | 0.04% | - |
| HSV(B) | 183.16º | 0.95% | 0.08% | - |
| XYZ | 0.37 | 0.52 | 0.74 | - |
| YUV | 13.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 20 | 0.95 | 0.05 | 0 | 0.92 | 183.16 | 0.9 | 0.04 |
| Hex | 1 | 13 | 14 | 5F | 5 | 0 | 5C | B7 | 5A | 4 |
| Octal | 1 | 23 | 24 | 137 | 5 | 0 | 134 | 267 | 132 | 4 |
| Binary | 1 | 10011 | 10100 | 1011111 | 101 | 0 | 1011100 | 10110111 | 1011010 | 100 |
Color Harmonies of #011314
Complementary color
Monochromatic Colors of #011314
Black with #011314
Text Example
Text Example
White with #011314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011314; }
p { color: rgb(1,19,20); }
H1.HeaderClassName
{
color: #011314;
}
.AnyTagClassName
{
color: #011314;
}
</style>
background-color css
<style>
a { background-color: #011314; }
a { background-color: rgb(1,19,20); }
div.DivClassName
{
background-color: #011314;
}
.BgClassName
{
background-color: #011314;
}
</style>
border-color css
<style>
span { border-color: #011314; }
span { border-color: rgb(1,19,20); }
td.TdClassName
{
border-color: #011314;
}
.TagClassName
{
border-color: #011314;
}
</style>