Shades of Dark Green #010F07
Tints of Dark Green #010F07
RGB
CMYK
RGB Variations
Color information
#010F07 (or 0x010F07) is known color: Dark Green. HEX triplet: 01, 0F and 07. RGB value is (1,15,7). Sum of RGB (Red+Green+Blue) = 1+15+7=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 15 (6.25% from 255 or 65.22% from 23); Blue value is 7 (3.12% from 255 or 30.43% from 23); Max value from RGB is 15 - color contains mainly: green. Hex color #010F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F07 is #FEF0F8. Grayscale: #090909. Windows color (decimal): -16707833 or 462593. OLE color: 462593.
HSL color Cylindrical-coordinate representation of color #010F07: hue angle of 145.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 #010F07 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 15 | 7 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.94 |
| HSL | 145.71º | 0.88% | 0.03% | - |
| HSV(B) | 145.71º | 0.93% | 0.06% | - |
| XYZ | 0.22 | 0.36 | 0.26 | - |
| YUV | 9.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 7 | 0.93 | 0 | 0.53 | 0.94 | 145.71 | 0.88 | 0.03 |
| Hex | 1 | F | 7 | 5D | 0 | 35 | 5E | 92 | 58 | 3 |
| Octal | 1 | 17 | 7 | 135 | 0 | 65 | 136 | 222 | 130 | 3 |
| Binary | 1 | 1111 | 111 | 1011101 | 0 | 110101 | 1011110 | 10010010 | 1011000 | 11 |
Color Harmonies of #010F07
Complementary color
Monochromatic Colors of #010F07
Black with #010F07
Text Example
Text Example
White with #010F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F07; }
p { color: rgb(1,15,7); }
H1.HeaderClassName
{
color: #010F07;
}
.AnyTagClassName
{
color: #010F07;
}
</style>
background-color css
<style>
a { background-color: #010F07; }
a { background-color: rgb(1,15,7); }
div.DivClassName
{
background-color: #010F07;
}
.BgClassName
{
background-color: #010F07;
}
</style>
border-color css
<style>
span { border-color: #010F07; }
span { border-color: rgb(1,15,7); }
td.TdClassName
{
border-color: #010F07;
}
.TagClassName
{
border-color: #010F07;
}
</style>