Shades of Dark Green #00120A
Tints of Dark Green #00120A
RGB
CMYK
RGB Variations
Color information
#00120A (or 0x00120A) is known color: Dark Green. HEX triplet: 00, 12 and 0A. RGB value is (0,18,10). Sum of RGB (Red+Green+Blue) = 0+18+10=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #00120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120A is #FFEDF5. Grayscale: #0B0B0B. Windows color (decimal): -16772598 or 659968. OLE color: 659968.
HSL color Cylindrical-coordinate representation of color #00120A: hue angle of 153.33º 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 #00120A is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 10 | - |
| CMYK | 1 | 0 | 0.44 | 0.93 |
| HSL | 153.33º | 1% | 0.04% | - |
| HSV(B) | 153.33º | 1% | 0.07% | - |
| XYZ | 0.27 | 0.45 | 0.36 | - |
| YUV | 11.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 10 | 1 | 0 | 0.44 | 0.93 | 153.33 | 1 | 0.04 |
| Hex | 0 | 12 | A | 64 | 0 | 2C | 5D | 99 | 64 | 4 |
| Octal | 0 | 22 | 12 | 144 | 0 | 54 | 135 | 231 | 144 | 4 |
| Binary | 0 | 10010 | 1010 | 1100100 | 0 | 101100 | 1011101 | 10011001 | 1100100 | 100 |
Color Harmonies of #00120A
Complementary color
Monochromatic Colors of #00120A
Black with #00120A
Text Example
Text Example
White with #00120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00120A; }
p { color: rgb(0,18,10); }
H1.HeaderClassName
{
color: #00120A;
}
.AnyTagClassName
{
color: #00120A;
}
</style>
background-color css
<style>
a { background-color: #00120A; }
a { background-color: rgb(0,18,10); }
div.DivClassName
{
background-color: #00120A;
}
.BgClassName
{
background-color: #00120A;
}
</style>
border-color css
<style>
span { border-color: #00120A; }
span { border-color: rgb(0,18,10); }
td.TdClassName
{
border-color: #00120A;
}
.TagClassName
{
border-color: #00120A;
}
</style>