Shades of Dark Green #01100F
Tints of Dark Green #01100F
RGB
CMYK
RGB Variations
Color information
#01100F (or 0x01100F) is known color: Dark Green. HEX triplet: 01, 10 and 0F. RGB value is (1,16,15). Sum of RGB (Red+Green+Blue) = 1+16+15=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #01100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100F is #FEEFF0. Grayscale: #0B0B0B. Windows color (decimal): -16707569 or 987137. OLE color: 987137.
HSL color Cylindrical-coordinate representation of color #01100F: hue angle of 176º 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 #01100F is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 16 | 15 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.94 |
| HSL | 176º | 0.88% | 0.03% | - |
| HSV(B) | 176º | 0.94% | 0.06% | - |
| XYZ | 0.28 | 0.41 | 0.52 | - |
| YUV | 11.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 15 | 0.94 | 0 | 0.06 | 0.94 | 176 | 0.88 | 0.03 |
| Hex | 1 | 10 | F | 5E | 0 | 6 | 5E | B0 | 58 | 3 |
| Octal | 1 | 20 | 17 | 136 | 0 | 6 | 136 | 260 | 130 | 3 |
| Binary | 1 | 10000 | 1111 | 1011110 | 0 | 110 | 1011110 | 10110000 | 1011000 | 11 |
Color Harmonies of #01100F
Complementary color
Monochromatic Colors of #01100F
Black with #01100F
Text Example
Text Example
White with #01100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01100F; }
p { color: rgb(1,16,15); }
H1.HeaderClassName
{
color: #01100F;
}
.AnyTagClassName
{
color: #01100F;
}
</style>
background-color css
<style>
a { background-color: #01100F; }
a { background-color: rgb(1,16,15); }
div.DivClassName
{
background-color: #01100F;
}
.BgClassName
{
background-color: #01100F;
}
</style>
border-color css
<style>
span { border-color: #01100F; }
span { border-color: rgb(1,16,15); }
td.TdClassName
{
border-color: #01100F;
}
.TagClassName
{
border-color: #01100F;
}
</style>