Shades of Dark Green #00140C
Tints of Dark Green #00140C
RGB
CMYK
RGB Variations
Color information
#00140C (or 0x00140C) is known color: Dark Green. HEX triplet: 00, 14 and 0C. RGB value is (0,20,12). Sum of RGB (Red+Green+Blue) = 0+20+12=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #00140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00140C is #FFEBF3. Grayscale: #0D0D0D. Windows color (decimal): -16772084 or 791552. OLE color: 791552.
HSL color Cylindrical-coordinate representation of color #00140C: hue angle of 156º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00140C is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 12 | - |
| CMYK | 1 | 0 | 0.40 | 0.92 |
| HSL | 156º | 1% | 0.04% | - |
| HSV(B) | 156º | 1% | 0.08% | - |
| XYZ | 0.32 | 0.53 | 0.43 | - |
| YUV | 13.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 12 | 1 | 0 | 0.40 | 0.92 | 156 | 1 | 0.04 |
| Hex | 0 | 14 | C | 64 | 0 | 28 | 5C | 9C | 64 | 4 |
| Octal | 0 | 24 | 14 | 144 | 0 | 50 | 134 | 234 | 144 | 4 |
| Binary | 0 | 10100 | 1100 | 1100100 | 0 | 101000 | 1011100 | 10011100 | 1100100 | 100 |
Color Harmonies of #00140C
Complementary color
Monochromatic Colors of #00140C
Black with #00140C
Text Example
Text Example
White with #00140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00140C; }
p { color: rgb(0,20,12); }
H1.HeaderClassName
{
color: #00140C;
}
.AnyTagClassName
{
color: #00140C;
}
</style>
background-color css
<style>
a { background-color: #00140C; }
a { background-color: rgb(0,20,12); }
div.DivClassName
{
background-color: #00140C;
}
.BgClassName
{
background-color: #00140C;
}
</style>
border-color css
<style>
span { border-color: #00140C; }
span { border-color: rgb(0,20,12); }
td.TdClassName
{
border-color: #00140C;
}
.TagClassName
{
border-color: #00140C;
}
</style>