Shades of Dark Green #000F03
Tints of Dark Green #000F03
RGB
CMYK
RGB Variations
Color information
#000F03 (or 0x000F03) is known color: Dark Green. HEX triplet: 00, 0F and 03. RGB value is (0,15,3). Sum of RGB (Red+Green+Blue) = 0+15+3=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 15 (6.25% from 255 or 83.33% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 15 - color contains mainly: green. Hex color #000F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F03 is #FFF0FC. Grayscale: #090909. Windows color (decimal): -16773373 or 200448. OLE color: 200448.
HSL color Cylindrical-coordinate representation of color #000F03: hue angle of 132º 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 #000F03 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 15 | 3 | - |
| CMYK | 1 | 0 | 0.80 | 0.94 |
| HSL | 132º | 1% | 0.03% | - |
| HSV(B) | 132º | 1% | 0.06% | - |
| XYZ | 0.19 | 0.35 | 0.14 | - |
| YUV | 9.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 3 | 1 | 0 | 0.80 | 0.94 | 132 | 1 | 0.03 |
| Hex | 0 | F | 3 | 64 | 0 | 50 | 5E | 84 | 64 | 3 |
| Octal | 0 | 17 | 3 | 144 | 0 | 120 | 136 | 204 | 144 | 3 |
| Binary | 0 | 1111 | 11 | 1100100 | 0 | 1010000 | 1011110 | 10000100 | 1100100 | 11 |
Color Harmonies of #000F03
Complementary color
Monochromatic Colors of #000F03
Black with #000F03
Text Example
Text Example
White with #000F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F03; }
p { color: rgb(0,15,3); }
H1.HeaderClassName
{
color: #000F03;
}
.AnyTagClassName
{
color: #000F03;
}
</style>
background-color css
<style>
a { background-color: #000F03; }
a { background-color: rgb(0,15,3); }
div.DivClassName
{
background-color: #000F03;
}
.BgClassName
{
background-color: #000F03;
}
</style>
border-color css
<style>
span { border-color: #000F03; }
span { border-color: rgb(0,15,3); }
td.TdClassName
{
border-color: #000F03;
}
.TagClassName
{
border-color: #000F03;
}
</style>