Shades of Dark Green #010F06
Tints of Dark Green #010F06
RGB
CMYK
RGB Variations
Color information
#010F06 (or 0x010F06) is known color: Dark Green. HEX triplet: 01, 0F and 06. RGB value is (1,15,6). Sum of RGB (Red+Green+Blue) = 1+15+6=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 15 (6.25% from 255 or 68.18% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 15 - color contains mainly: green. Hex color #010F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F06 is #FEF0F9. Grayscale: #090909. Windows color (decimal): -16707834 or 397057. OLE color: 397057.
HSL color Cylindrical-coordinate representation of color #010F06: hue angle of 141.43º 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 #010F06 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 15 | 6 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.94 |
| HSL | 141.43º | 0.88% | 0.03% | - |
| HSV(B) | 141.43º | 0.93% | 0.06% | - |
| XYZ | 0.22 | 0.36 | 0.23 | - |
| YUV | 9.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 6 | 0.93 | 0 | 0.60 | 0.94 | 141.43 | 0.88 | 0.03 |
| Hex | 1 | F | 6 | 5D | 0 | 3C | 5E | 8D | 58 | 3 |
| Octal | 1 | 17 | 6 | 135 | 0 | 74 | 136 | 215 | 130 | 3 |
| Binary | 1 | 1111 | 110 | 1011101 | 0 | 111100 | 1011110 | 10001101 | 1011000 | 11 |
Color Harmonies of #010F06
Complementary color
Monochromatic Colors of #010F06
Black with #010F06
Text Example
Text Example
White with #010F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F06; }
p { color: rgb(1,15,6); }
H1.HeaderClassName
{
color: #010F06;
}
.AnyTagClassName
{
color: #010F06;
}
</style>
background-color css
<style>
a { background-color: #010F06; }
a { background-color: rgb(1,15,6); }
div.DivClassName
{
background-color: #010F06;
}
.BgClassName
{
background-color: #010F06;
}
</style>
border-color css
<style>
span { border-color: #010F06; }
span { border-color: rgb(1,15,6); }
td.TdClassName
{
border-color: #010F06;
}
.TagClassName
{
border-color: #010F06;
}
</style>