Shades of Dark Green #00100A
Tints of Dark Green #00100A
RGB
CMYK
RGB Variations
Color information
#00100A (or 0x00100A) is known color: Dark Green. HEX triplet: 00, 10 and 0A. RGB value is (0,16,10). Sum of RGB (Red+Green+Blue) = 0+16+10=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #00100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00100A is #FFEFF5. Grayscale: #0A0A0A. Windows color (decimal): -16773110 or 659456. OLE color: 659456.
HSL color Cylindrical-coordinate representation of color #00100A: hue angle of 157.5º 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 #00100A is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 16 | 10 | - |
| CMYK | 1 | 0 | 0.37 | 0.94 |
| HSL | 157.5º | 1% | 0.03% | - |
| HSV(B) | 157.5º | 1% | 0.06% | - |
| XYZ | 0.24 | 0.39 | 0.35 | - |
| YUV | 10.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 10 | 1 | 0 | 0.37 | 0.94 | 157.5 | 1 | 0.03 |
| Hex | 0 | 10 | A | 64 | 0 | 25 | 5E | 9E | 64 | 3 |
| Octal | 0 | 20 | 12 | 144 | 0 | 45 | 136 | 236 | 144 | 3 |
| Binary | 0 | 10000 | 1010 | 1100100 | 0 | 100101 | 1011110 | 10011110 | 1100100 | 11 |
Color Harmonies of #00100A
Complementary color
Monochromatic Colors of #00100A
Black with #00100A
Text Example
Text Example
White with #00100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00100A; }
p { color: rgb(0,16,10); }
H1.HeaderClassName
{
color: #00100A;
}
.AnyTagClassName
{
color: #00100A;
}
</style>
background-color css
<style>
a { background-color: #00100A; }
a { background-color: rgb(0,16,10); }
div.DivClassName
{
background-color: #00100A;
}
.BgClassName
{
background-color: #00100A;
}
</style>
border-color css
<style>
span { border-color: #00100A; }
span { border-color: rgb(0,16,10); }
td.TdClassName
{
border-color: #00100A;
}
.TagClassName
{
border-color: #00100A;
}
</style>