Shades of Dark Green #012114
Tints of Dark Green #012114
RGB
CMYK
RGB Variations
Color information
#012114 (or 0x012114) is known color: Dark Green. HEX triplet: 01, 21 and 14. RGB value is (1,33,20). Sum of RGB (Red+Green+Blue) = 1+33+20=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #012114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012114 is #FEDEEB. Grayscale: #151515. Windows color (decimal): -16703212 or 1319169. OLE color: 1319169.
HSL color Cylindrical-coordinate representation of color #012114: hue angle of 155.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012114 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 20 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.87 |
| HSL | 155.63º | 0.94% | 0.07% | - |
| HSV(B) | 155.63º | 0.97% | 0.13% | - |
| XYZ | 0.68 | 1.14 | 0.85 | - |
| YUV | 21.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 20 | 0.97 | 0 | 0.39 | 0.87 | 155.63 | 0.94 | 0.07 |
| Hex | 1 | 21 | 14 | 61 | 0 | 27 | 57 | 9C | 5E | 7 |
| Octal | 1 | 41 | 24 | 141 | 0 | 47 | 127 | 234 | 136 | 7 |
| Binary | 1 | 100001 | 10100 | 1100001 | 0 | 100111 | 1010111 | 10011100 | 1011110 | 111 |
Color Harmonies of #012114
Complementary color
Monochromatic Colors of #012114
Black with #012114
Text Example
Text Example
White with #012114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012114; }
p { color: rgb(1,33,20); }
H1.HeaderClassName
{
color: #012114;
}
.AnyTagClassName
{
color: #012114;
}
</style>
background-color css
<style>
a { background-color: #012114; }
a { background-color: rgb(1,33,20); }
div.DivClassName
{
background-color: #012114;
}
.BgClassName
{
background-color: #012114;
}
</style>
border-color css
<style>
span { border-color: #012114; }
span { border-color: rgb(1,33,20); }
td.TdClassName
{
border-color: #012114;
}
.TagClassName
{
border-color: #012114;
}
</style>