Shades of Dark Green #000C03
Tints of Dark Green #000C03
RGB
CMYK
RGB Variations
Color information
#000C03 (or 0x000C03) is known color: Dark Green. HEX triplet: 00, 0C and 03. RGB value is (0,12,3). Sum of RGB (Red+Green+Blue) = 0+12+3=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 12 (5.08% from 255 or 80% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 12 - color contains mainly: green. Hex color #000C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C03 is #FFF3FC. Grayscale: #070707. Windows color (decimal): -16774141 or 199680. OLE color: 199680.
HSL color Cylindrical-coordinate representation of color #000C03: hue angle of 135º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C03 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 12 | 3 | - |
| CMYK | 1 | 0 | 0.75 | 0.95 |
| HSL | 135º | 1% | 0.02% | - |
| HSV(B) | 135º | 1% | 0.05% | - |
| XYZ | 0.15 | 0.27 | 0.13 | - |
| YUV | 7.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 3 | 1 | 0 | 0.75 | 0.95 | 135 | 1 | 0.02 |
| Hex | 0 | C | 3 | 64 | 0 | 4B | 5F | 87 | 64 | 2 |
| Octal | 0 | 14 | 3 | 144 | 0 | 113 | 137 | 207 | 144 | 2 |
| Binary | 0 | 1100 | 11 | 1100100 | 0 | 1001011 | 1011111 | 10000111 | 1100100 | 10 |
Color Harmonies of #000C03
Complementary color
Monochromatic Colors of #000C03
Black with #000C03
Text Example
Text Example
White with #000C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C03; }
p { color: rgb(0,12,3); }
H1.HeaderClassName
{
color: #000C03;
}
.AnyTagClassName
{
color: #000C03;
}
</style>
background-color css
<style>
a { background-color: #000C03; }
a { background-color: rgb(0,12,3); }
div.DivClassName
{
background-color: #000C03;
}
.BgClassName
{
background-color: #000C03;
}
</style>
border-color css
<style>
span { border-color: #000C03; }
span { border-color: rgb(0,12,3); }
td.TdClassName
{
border-color: #000C03;
}
.TagClassName
{
border-color: #000C03;
}
</style>