Shades of Dark Green #011410
Tints of Dark Green #011410
RGB
CMYK
RGB Variations
Color information
#011410 (or 0x011410) is known color: Dark Green. HEX triplet: 01, 14 and 10. RGB value is (1,20,16). Sum of RGB (Red+Green+Blue) = 1+20+16=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #011410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011410 is #FEEBEF. Grayscale: #0D0D0D. Windows color (decimal): -16706544 or 1053697. OLE color: 1053697.
HSL color Cylindrical-coordinate representation of color #011410: hue angle of 167.37º 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 #011410 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 20 | 16 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.92 |
| HSL | 167.37º | 0.9% | 0.04% | - |
| HSV(B) | 167.37º | 0.95% | 0.08% | - |
| XYZ | 0.36 | 0.54 | 0.58 | - |
| YUV | 13.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 16 | 0.95 | 0 | 0.20 | 0.92 | 167.37 | 0.9 | 0.04 |
| Hex | 1 | 14 | 10 | 5F | 0 | 14 | 5C | A7 | 5A | 4 |
| Octal | 1 | 24 | 20 | 137 | 0 | 24 | 134 | 247 | 132 | 4 |
| Binary | 1 | 10100 | 10000 | 1011111 | 0 | 10100 | 1011100 | 10100111 | 1011010 | 100 |
Color Harmonies of #011410
Complementary color
Monochromatic Colors of #011410
Black with #011410
Text Example
Text Example
White with #011410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011410; }
p { color: rgb(1,20,16); }
H1.HeaderClassName
{
color: #011410;
}
.AnyTagClassName
{
color: #011410;
}
</style>
background-color css
<style>
a { background-color: #011410; }
a { background-color: rgb(1,20,16); }
div.DivClassName
{
background-color: #011410;
}
.BgClassName
{
background-color: #011410;
}
</style>
border-color css
<style>
span { border-color: #011410; }
span { border-color: rgb(1,20,16); }
td.TdClassName
{
border-color: #011410;
}
.TagClassName
{
border-color: #011410;
}
</style>