Shades of Dark Green #000F05
Tints of Dark Green #000F05
RGB
CMYK
RGB Variations
Color information
#000F05 (or 0x000F05) is known color: Dark Green. HEX triplet: 00, 0F and 05. RGB value is (0,15,5). Sum of RGB (Red+Green+Blue) = 0+15+5=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 15 (6.25% from 255 or 75% from 20); Blue value is 5 (2.34% from 255 or 25% from 20); Max value from RGB is 15 - color contains mainly: green. Hex color #000F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F05 is #FFF0FA. Grayscale: #090909. Windows color (decimal): -16773371 or 331520. OLE color: 331520.
HSL color Cylindrical-coordinate representation of color #000F05: hue angle of 140º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F05 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 15 | 5 | - |
| CMYK | 1 | 0 | 0.67 | 0.94 |
| HSL | 140º | 1% | 0.03% | - |
| HSV(B) | 140º | 1% | 0.06% | - |
| XYZ | 0.2 | 0.35 | 0.2 | - |
| YUV | 9.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 5 | 1 | 0 | 0.67 | 0.94 | 140 | 1 | 0.03 |
| Hex | 0 | F | 5 | 64 | 0 | 43 | 5E | 8C | 64 | 3 |
| Octal | 0 | 17 | 5 | 144 | 0 | 103 | 136 | 214 | 144 | 3 |
| Binary | 0 | 1111 | 101 | 1100100 | 0 | 1000011 | 1011110 | 10001100 | 1100100 | 11 |
Color Harmonies of #000F05
Complementary color
Monochromatic Colors of #000F05
Black with #000F05
Text Example
Text Example
White with #000F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F05; }
p { color: rgb(0,15,5); }
H1.HeaderClassName
{
color: #000F05;
}
.AnyTagClassName
{
color: #000F05;
}
</style>
background-color css
<style>
a { background-color: #000F05; }
a { background-color: rgb(0,15,5); }
div.DivClassName
{
background-color: #000F05;
}
.BgClassName
{
background-color: #000F05;
}
</style>
border-color css
<style>
span { border-color: #000F05; }
span { border-color: rgb(0,15,5); }
td.TdClassName
{
border-color: #000F05;
}
.TagClassName
{
border-color: #000F05;
}
</style>