Shades of Dark Green #012414
Tints of Dark Green #012414
RGB
CMYK
RGB Variations
Color information
#012414 (or 0x012414) is known color: Dark Green. HEX triplet: 01, 24 and 14. RGB value is (1,36,20). Sum of RGB (Red+Green+Blue) = 1+36+20=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #012414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012414 is #FEDBEB. Grayscale: #171717. Windows color (decimal): -16702444 or 1319937. OLE color: 1319937.
HSL color Cylindrical-coordinate representation of color #012414: hue angle of 152.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012414 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 20 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.86 |
| HSL | 152.57º | 0.95% | 0.07% | - |
| HSV(B) | 152.57º | 0.97% | 0.14% | - |
| XYZ | 0.77 | 1.32 | 0.88 | - |
| YUV | 23.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 20 | 0.97 | 0 | 0.44 | 0.86 | 152.57 | 0.95 | 0.07 |
| Hex | 1 | 24 | 14 | 61 | 0 | 2C | 56 | 99 | 5F | 7 |
| Octal | 1 | 44 | 24 | 141 | 0 | 54 | 126 | 231 | 137 | 7 |
| Binary | 1 | 100100 | 10100 | 1100001 | 0 | 101100 | 1010110 | 10011001 | 1011111 | 111 |
Color Harmonies of #012414
Complementary color
Monochromatic Colors of #012414
Black with #012414
Text Example
Text Example
White with #012414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012414; }
p { color: rgb(1,36,20); }
H1.HeaderClassName
{
color: #012414;
}
.AnyTagClassName
{
color: #012414;
}
</style>
background-color css
<style>
a { background-color: #012414; }
a { background-color: rgb(1,36,20); }
div.DivClassName
{
background-color: #012414;
}
.BgClassName
{
background-color: #012414;
}
</style>
border-color css
<style>
span { border-color: #012414; }
span { border-color: rgb(1,36,20); }
td.TdClassName
{
border-color: #012414;
}
.TagClassName
{
border-color: #012414;
}
</style>