Shades of Dark Green #01130E
Tints of Dark Green #01130E
RGB
CMYK
RGB Variations
Color information
#01130E (or 0x01130E) is known color: Dark Green. HEX triplet: 01, 13 and 0E. RGB value is (1,19,14). Sum of RGB (Red+Green+Blue) = 1+19+14=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #01130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01130E is #FEECF1. Grayscale: #0D0D0D. Windows color (decimal): -16706802 or 922369. OLE color: 922369.
HSL color Cylindrical-coordinate representation of color #01130E: hue angle of 163.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01130E is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 19 | 14 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.93 |
| HSL | 163.33º | 0.9% | 0.04% | - |
| HSV(B) | 163.33º | 0.95% | 0.07% | - |
| XYZ | 0.32 | 0.5 | 0.5 | - |
| YUV | 13.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 14 | 0.95 | 0 | 0.26 | 0.93 | 163.33 | 0.9 | 0.04 |
| Hex | 1 | 13 | E | 5F | 0 | 1A | 5D | A3 | 5A | 4 |
| Octal | 1 | 23 | 16 | 137 | 0 | 32 | 135 | 243 | 132 | 4 |
| Binary | 1 | 10011 | 1110 | 1011111 | 0 | 11010 | 1011101 | 10100011 | 1011010 | 100 |
Color Harmonies of #01130E
Complementary color
Monochromatic Colors of #01130E
Black with #01130E
Text Example
Text Example
White with #01130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01130E; }
p { color: rgb(1,19,14); }
H1.HeaderClassName
{
color: #01130E;
}
.AnyTagClassName
{
color: #01130E;
}
</style>
background-color css
<style>
a { background-color: #01130E; }
a { background-color: rgb(1,19,14); }
div.DivClassName
{
background-color: #01130E;
}
.BgClassName
{
background-color: #01130E;
}
</style>
border-color css
<style>
span { border-color: #01130E; }
span { border-color: rgb(1,19,14); }
td.TdClassName
{
border-color: #01130E;
}
.TagClassName
{
border-color: #01130E;
}
</style>