Shades of Dark Green #00100C
Tints of Dark Green #00100C
RGB
CMYK
RGB Variations
Color information
#00100C (or 0x00100C) is known color: Dark Green. HEX triplet: 00, 10 and 0C. RGB value is (0,16,12). Sum of RGB (Red+Green+Blue) = 0+16+12=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #00100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00100C is #FFEFF3. Grayscale: #0A0A0A. Windows color (decimal): -16773108 or 790528. OLE color: 790528.
HSL color Cylindrical-coordinate representation of color #00100C: hue angle of 165º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00100C is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 16 | 12 | - |
| CMYK | 1 | 0 | 0.25 | 0.94 |
| HSL | 165º | 1% | 0.03% | - |
| HSV(B) | 165º | 1% | 0.06% | - |
| XYZ | 0.25 | 0.4 | 0.41 | - |
| YUV | 10.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 12 | 1 | 0 | 0.25 | 0.94 | 165 | 1 | 0.03 |
| Hex | 0 | 10 | C | 64 | 0 | 19 | 5E | A5 | 64 | 3 |
| Octal | 0 | 20 | 14 | 144 | 0 | 31 | 136 | 245 | 144 | 3 |
| Binary | 0 | 10000 | 1100 | 1100100 | 0 | 11001 | 1011110 | 10100101 | 1100100 | 11 |
Color Harmonies of #00100C
Complementary color
Monochromatic Colors of #00100C
Black with #00100C
Text Example
Text Example
White with #00100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00100C; }
p { color: rgb(0,16,12); }
H1.HeaderClassName
{
color: #00100C;
}
.AnyTagClassName
{
color: #00100C;
}
</style>
background-color css
<style>
a { background-color: #00100C; }
a { background-color: rgb(0,16,12); }
div.DivClassName
{
background-color: #00100C;
}
.BgClassName
{
background-color: #00100C;
}
</style>
border-color css
<style>
span { border-color: #00100C; }
span { border-color: rgb(0,16,12); }
td.TdClassName
{
border-color: #00100C;
}
.TagClassName
{
border-color: #00100C;
}
</style>