Shades of Dark Green #00160A
Tints of Dark Green #00160A
RGB
CMYK
RGB Variations
Color information
#00160A (or 0x00160A) is known color: Dark Green. HEX triplet: 00, 16 and 0A. RGB value is (0,22,10). Sum of RGB (Red+Green+Blue) = 0+22+10=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 22 (8.98% from 255 or 68.75% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 22 - color contains mainly: green. Hex color #00160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00160A is #FFE9F5. Grayscale: #0E0E0E. Windows color (decimal): -16771574 or 660992. OLE color: 660992.
HSL color Cylindrical-coordinate representation of color #00160A: hue angle of 147.27º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00160A is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 22 | 10 | - |
| CMYK | 1 | 0 | 0.55 | 0.91 |
| HSL | 147.27º | 1% | 0.04% | - |
| HSV(B) | 147.27º | 1% | 0.09% | - |
| XYZ | 0.34 | 0.6 | 0.38 | - |
| YUV | 14.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 10 | 1 | 0 | 0.55 | 0.91 | 147.27 | 1 | 0.04 |
| Hex | 0 | 16 | A | 64 | 0 | 37 | 5B | 93 | 64 | 4 |
| Octal | 0 | 26 | 12 | 144 | 0 | 67 | 133 | 223 | 144 | 4 |
| Binary | 0 | 10110 | 1010 | 1100100 | 0 | 110111 | 1011011 | 10010011 | 1100100 | 100 |
Color Harmonies of #00160A
Complementary color
Monochromatic Colors of #00160A
Black with #00160A
Text Example
Text Example
White with #00160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00160A; }
p { color: rgb(0,22,10); }
H1.HeaderClassName
{
color: #00160A;
}
.AnyTagClassName
{
color: #00160A;
}
</style>
background-color css
<style>
a { background-color: #00160A; }
a { background-color: rgb(0,22,10); }
div.DivClassName
{
background-color: #00160A;
}
.BgClassName
{
background-color: #00160A;
}
</style>
border-color css
<style>
span { border-color: #00160A; }
span { border-color: rgb(0,22,10); }
td.TdClassName
{
border-color: #00160A;
}
.TagClassName
{
border-color: #00160A;
}
</style>