Shades of Dark Green #010D04
Tints of Dark Green #010D04
RGB
CMYK
RGB Variations
Color information
#010D04 (or 0x010D04) is known color: Dark Green. HEX triplet: 01, 0D and 04. RGB value is (1,13,4). Sum of RGB (Red+Green+Blue) = 1+13+4=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 13 (5.47% from 255 or 72.22% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 13 - color contains mainly: green. Hex color #010D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D04 is #FEF2FB. Grayscale: #080808. Windows color (decimal): -16708348 or 265473. OLE color: 265473.
HSL color Cylindrical-coordinate representation of color #010D04: hue angle of 135º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010D04 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 13 | 4 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.95 |
| HSL | 135º | 0.86% | 0.03% | - |
| HSV(B) | 135º | 0.92% | 0.05% | - |
| XYZ | 0.18 | 0.3 | 0.16 | - |
| YUV | 8.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 4 | 0.92 | 0 | 0.69 | 0.95 | 135 | 0.86 | 0.03 |
| Hex | 1 | D | 4 | 5C | 0 | 45 | 5F | 87 | 56 | 3 |
| Octal | 1 | 15 | 4 | 134 | 0 | 105 | 137 | 207 | 126 | 3 |
| Binary | 1 | 1101 | 100 | 1011100 | 0 | 1000101 | 1011111 | 10000111 | 1010110 | 11 |
Color Harmonies of #010D04
Complementary color
Monochromatic Colors of #010D04
Black with #010D04
Text Example
Text Example
White with #010D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D04; }
p { color: rgb(1,13,4); }
H1.HeaderClassName
{
color: #010D04;
}
.AnyTagClassName
{
color: #010D04;
}
</style>
background-color css
<style>
a { background-color: #010D04; }
a { background-color: rgb(1,13,4); }
div.DivClassName
{
background-color: #010D04;
}
.BgClassName
{
background-color: #010D04;
}
</style>
border-color css
<style>
span { border-color: #010D04; }
span { border-color: rgb(1,13,4); }
td.TdClassName
{
border-color: #010D04;
}
.TagClassName
{
border-color: #010D04;
}
</style>