Shades of Dark Green #00120F
Tints of Dark Green #00120F
RGB
CMYK
RGB Variations
Color information
#00120F (or 0x00120F) is known color: Dark Green. HEX triplet: 00, 12 and 0F. RGB value is (0,18,15). Sum of RGB (Red+Green+Blue) = 0+18+15=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #00120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120F is #FFEDF0. Grayscale: #0C0C0C. Windows color (decimal): -16772593 or 987648. OLE color: 987648.
HSL color Cylindrical-coordinate representation of color #00120F: hue angle of 170º 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 #00120F is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 15 | - |
| CMYK | 1 | 0 | 0.17 | 0.93 |
| HSL | 170º | 1% | 0.04% | - |
| HSV(B) | 170º | 1% | 0.07% | - |
| XYZ | 0.3 | 0.47 | 0.53 | - |
| YUV | 12.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 15 | 1 | 0 | 0.17 | 0.93 | 170 | 1 | 0.04 |
| Hex | 0 | 12 | F | 64 | 0 | 11 | 5D | AA | 64 | 4 |
| Octal | 0 | 22 | 17 | 144 | 0 | 21 | 135 | 252 | 144 | 4 |
| Binary | 0 | 10010 | 1111 | 1100100 | 0 | 10001 | 1011101 | 10101010 | 1100100 | 100 |
Color Harmonies of #00120F
Complementary color
Monochromatic Colors of #00120F
Black with #00120F
Text Example
Text Example
White with #00120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00120F; }
p { color: rgb(0,18,15); }
H1.HeaderClassName
{
color: #00120F;
}
.AnyTagClassName
{
color: #00120F;
}
</style>
background-color css
<style>
a { background-color: #00120F; }
a { background-color: rgb(0,18,15); }
div.DivClassName
{
background-color: #00120F;
}
.BgClassName
{
background-color: #00120F;
}
</style>
border-color css
<style>
span { border-color: #00120F; }
span { border-color: rgb(0,18,15); }
td.TdClassName
{
border-color: #00120F;
}
.TagClassName
{
border-color: #00120F;
}
</style>