Shades of Dark Green #01130D
Tints of Dark Green #01130D
RGB
CMYK
RGB Variations
Color information
#01130D (or 0x01130D) is known color: Dark Green. HEX triplet: 01, 13 and 0D. RGB value is (1,19,13). Sum of RGB (Red+Green+Blue) = 1+19+13=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 19 (7.81% from 255 or 57.58% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 19 - color contains mainly: green. Hex color #01130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01130D is #FEECF2. Grayscale: #0C0C0C. Windows color (decimal): -16706803 or 856833. OLE color: 856833.
HSL color Cylindrical-coordinate representation of color #01130D: hue angle of 160º 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 #01130D is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 19 | 13 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.93 |
| HSL | 160º | 0.9% | 0.04% | - |
| HSV(B) | 160º | 0.95% | 0.07% | - |
| XYZ | 0.32 | 0.5 | 0.46 | - |
| YUV | 12.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 13 | 0.95 | 0 | 0.32 | 0.93 | 160 | 0.9 | 0.04 |
| Hex | 1 | 13 | D | 5F | 0 | 20 | 5D | A0 | 5A | 4 |
| Octal | 1 | 23 | 15 | 137 | 0 | 40 | 135 | 240 | 132 | 4 |
| Binary | 1 | 10011 | 1101 | 1011111 | 0 | 100000 | 1011101 | 10100000 | 1011010 | 100 |
Color Harmonies of #01130D
Complementary color
Monochromatic Colors of #01130D
Black with #01130D
Text Example
Text Example
White with #01130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01130D; }
p { color: rgb(1,19,13); }
H1.HeaderClassName
{
color: #01130D;
}
.AnyTagClassName
{
color: #01130D;
}
</style>
background-color css
<style>
a { background-color: #01130D; }
a { background-color: rgb(1,19,13); }
div.DivClassName
{
background-color: #01130D;
}
.BgClassName
{
background-color: #01130D;
}
</style>
border-color css
<style>
span { border-color: #01130D; }
span { border-color: rgb(1,19,13); }
td.TdClassName
{
border-color: #01130D;
}
.TagClassName
{
border-color: #01130D;
}
</style>