Shades of Dark Green #01100A
Tints of Dark Green #01100A
RGB
CMYK
RGB Variations
Color information
#01100A (or 0x01100A) is known color: Dark Green. HEX triplet: 01, 10 and 0A. RGB value is (1,16,10). Sum of RGB (Red+Green+Blue) = 1+16+10=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #01100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100A is #FEEFF5. Grayscale: #0A0A0A. Windows color (decimal): -16707574 or 659457. OLE color: 659457.
HSL color Cylindrical-coordinate representation of color #01100A: hue angle of 156º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #01100A is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 16 | 10 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.94 |
| HSL | 156º | 0.88% | 0.03% | - |
| HSV(B) | 156º | 0.94% | 0.06% | - |
| XYZ | 0.25 | 0.4 | 0.35 | - |
| YUV | 10.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 10 | 0.94 | 0 | 0.37 | 0.94 | 156 | 0.88 | 0.03 |
| Hex | 1 | 10 | A | 5E | 0 | 25 | 5E | 9C | 58 | 3 |
| Octal | 1 | 20 | 12 | 136 | 0 | 45 | 136 | 234 | 130 | 3 |
| Binary | 1 | 10000 | 1010 | 1011110 | 0 | 100101 | 1011110 | 10011100 | 1011000 | 11 |
Color Harmonies of #01100A
Complementary color
Monochromatic Colors of #01100A
Black with #01100A
Text Example
Text Example
White with #01100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01100A; }
p { color: rgb(1,16,10); }
H1.HeaderClassName
{
color: #01100A;
}
.AnyTagClassName
{
color: #01100A;
}
</style>
background-color css
<style>
a { background-color: #01100A; }
a { background-color: rgb(1,16,10); }
div.DivClassName
{
background-color: #01100A;
}
.BgClassName
{
background-color: #01100A;
}
</style>
border-color css
<style>
span { border-color: #01100A; }
span { border-color: rgb(1,16,10); }
td.TdClassName
{
border-color: #01100A;
}
.TagClassName
{
border-color: #01100A;
}
</style>