Shades of Dark Green #010F0E
Tints of Dark Green #010F0E
RGB
CMYK
RGB Variations
Color information
#010F0E (or 0x010F0E) is known color: Dark Green. HEX triplet: 01, 0F and 0E. RGB value is (1,15,14). Sum of RGB (Red+Green+Blue) = 1+15+14=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 14 (5.86% from 255 or 46.67% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #010F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F0E is #FEF0F1. Grayscale: #0A0A0A. Windows color (decimal): -16707826 or 921345. OLE color: 921345.
HSL color Cylindrical-coordinate representation of color #010F0E: hue angle of 175.71º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010F0E is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 15 | 14 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.94 |
| HSL | 175.71º | 0.88% | 0.03% | - |
| HSV(B) | 175.71º | 0.93% | 0.06% | - |
| XYZ | 0.26 | 0.38 | 0.47 | - |
| YUV | 10.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 14 | 0.93 | 0 | 0.07 | 0.94 | 175.71 | 0.88 | 0.03 |
| Hex | 1 | F | E | 5D | 0 | 7 | 5E | B0 | 58 | 3 |
| Octal | 1 | 17 | 16 | 135 | 0 | 7 | 136 | 260 | 130 | 3 |
| Binary | 1 | 1111 | 1110 | 1011101 | 0 | 111 | 1011110 | 10110000 | 1011000 | 11 |
Color Harmonies of #010F0E
Complementary color
Monochromatic Colors of #010F0E
Black with #010F0E
Text Example
Text Example
White with #010F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F0E; }
p { color: rgb(1,15,14); }
H1.HeaderClassName
{
color: #010F0E;
}
.AnyTagClassName
{
color: #010F0E;
}
</style>
background-color css
<style>
a { background-color: #010F0E; }
a { background-color: rgb(1,15,14); }
div.DivClassName
{
background-color: #010F0E;
}
.BgClassName
{
background-color: #010F0E;
}
</style>
border-color css
<style>
span { border-color: #010F0E; }
span { border-color: rgb(1,15,14); }
td.TdClassName
{
border-color: #010F0E;
}
.TagClassName
{
border-color: #010F0E;
}
</style>