Shades of Dark Green #001205
Tints of Dark Green #001205
RGB
CMYK
RGB Variations
Color information
#001205 (or 0x001205) is known color: Dark Green. HEX triplet: 00, 12 and 05. RGB value is (0,18,5). Sum of RGB (Red+Green+Blue) = 0+18+5=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #001205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001205 is #FFEDFA. Grayscale: #0B0B0B. Windows color (decimal): -16772603 or 332288. OLE color: 332288.
HSL color Cylindrical-coordinate representation of color #001205: hue angle of 136.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001205 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 5 | - |
| CMYK | 1 | 0 | 0.72 | 0.93 |
| HSL | 136.67º | 1% | 0.04% | - |
| HSV(B) | 136.67º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.44 | 0.22 | - |
| YUV | 11.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 5 | 1 | 0 | 0.72 | 0.93 | 136.67 | 1 | 0.04 |
| Hex | 0 | 12 | 5 | 64 | 0 | 48 | 5D | 89 | 64 | 4 |
| Octal | 0 | 22 | 5 | 144 | 0 | 110 | 135 | 211 | 144 | 4 |
| Binary | 0 | 10010 | 101 | 1100100 | 0 | 1001000 | 1011101 | 10001001 | 1100100 | 100 |
Color Harmonies of #001205
Complementary color
Monochromatic Colors of #001205
Black with #001205
Text Example
Text Example
White with #001205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001205; }
p { color: rgb(0,18,5); }
H1.HeaderClassName
{
color: #001205;
}
.AnyTagClassName
{
color: #001205;
}
</style>
background-color css
<style>
a { background-color: #001205; }
a { background-color: rgb(0,18,5); }
div.DivClassName
{
background-color: #001205;
}
.BgClassName
{
background-color: #001205;
}
</style>
border-color css
<style>
span { border-color: #001205; }
span { border-color: rgb(0,18,5); }
td.TdClassName
{
border-color: #001205;
}
.TagClassName
{
border-color: #001205;
}
</style>