Shades of Dark Green #001410
Tints of Dark Green #001410
RGB
CMYK
RGB Variations
Color information
#001410 (or 0x001410) is known color: Dark Green. HEX triplet: 00, 14 and 10. RGB value is (0,20,16). Sum of RGB (Red+Green+Blue) = 0+20+16=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #001410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001410 is #FFEBEF. Grayscale: #0D0D0D. Windows color (decimal): -16772080 or 1053696. OLE color: 1053696.
HSL color Cylindrical-coordinate representation of color #001410: hue angle of 168º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001410 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
RGB | 0 | 20 | 16 | - |
CMYK | 1 | 0 | 0.20 | 0.92 |
HSL | 168º | 1% | 0.04% | - |
HSV(B) | 168º | 1% | 0.08% | - |
XYZ | 0.34 | 0.54 | 0.58 | - |
YUV | 13.56 | 129.37 | 118.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 20 | 16 | 1 | 0 | 0.20 | 0.92 | 168 | 1 | 0.04 |
Hex | 0 | 14 | 10 | 64 | 0 | 14 | 5C | A8 | 64 | 4 |
Octal | 0 | 24 | 20 | 144 | 0 | 24 | 134 | 250 | 144 | 4 |
Binary | 0 | 10100 | 10000 | 1100100 | 0 | 10100 | 1011100 | 10101000 | 1100100 | 100 |
Color Harmonies of #001410
Complementary color
Monochromatic Colors of #001410
Black with #001410
Text Example
Text Example
White with #001410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001410; }
p { color: rgb(0,20,16); }
H1.HeaderClassName
{
color: #001410;
}
.AnyTagClassName
{
color: #001410;
}
</style>
background-color css
<style>
a { background-color: #001410; }
a { background-color: rgb(0,20,16); }
div.DivClassName
{
background-color: #001410;
}
.BgClassName
{
background-color: #001410;
}
</style>
border-color css
<style>
span { border-color: #001410; }
span { border-color: rgb(0,20,16); }
td.TdClassName
{
border-color: #001410;
}
.TagClassName
{
border-color: #001410;
}
</style>