Shades of Dark Green #03120D
Tints of Dark Green #03120D
RGB
CMYK
RGB Variations
Color information
#03120D (or 0x03120D) is known color: Dark Green. HEX triplet: 03, 12 and 0D. RGB value is (3,18,13). Sum of RGB (Red+Green+Blue) = 3+18+13=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #03120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03120D is #FCEDF2. Grayscale: #0C0C0C. Windows color (decimal): -16575987 or 856579. OLE color: 856579.
HSL color Cylindrical-coordinate representation of color #03120D: hue angle of 160º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #03120D is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 18 | 13 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.93 |
| HSL | 160º | 0.71% | 0.04% | - |
| HSV(B) | 160º | 0.83% | 0.07% | - |
| XYZ | 0.33 | 0.48 | 0.46 | - |
| YUV | 12.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 13 | 0.83 | 0 | 0.28 | 0.93 | 160 | 0.71 | 0.04 |
| Hex | 3 | 12 | D | 53 | 0 | 1C | 5D | A0 | 47 | 4 |
| Octal | 3 | 22 | 15 | 123 | 0 | 34 | 135 | 240 | 107 | 4 |
| Binary | 11 | 10010 | 1101 | 1010011 | 0 | 11100 | 1011101 | 10100000 | 1000111 | 100 |
Color Harmonies of #03120D
Complementary color
Monochromatic Colors of #03120D
Black with #03120D
Text Example
Text Example
White with #03120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03120D; }
p { color: rgb(3,18,13); }
H1.HeaderClassName
{
color: #03120D;
}
.AnyTagClassName
{
color: #03120D;
}
</style>
background-color css
<style>
a { background-color: #03120D; }
a { background-color: rgb(3,18,13); }
div.DivClassName
{
background-color: #03120D;
}
.BgClassName
{
background-color: #03120D;
}
</style>
border-color css
<style>
span { border-color: #03120D; }
span { border-color: rgb(3,18,13); }
td.TdClassName
{
border-color: #03120D;
}
.TagClassName
{
border-color: #03120D;
}
</style>