Shades of Dark Green #030D0C
Tints of Dark Green #030D0C
RGB
CMYK
RGB Variations
Color information
#030D0C (or 0x030D0C) is known color: Dark Green. HEX triplet: 03, 0D and 0C. RGB value is (3,13,12). Sum of RGB (Red+Green+Blue) = 3+13+12=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 13 (5.47% from 255 or 46.43% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 13 - color contains mainly: green. Hex color #030D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D0C is #FCF2F3. Grayscale: #090909. Windows color (decimal): -16577268 or 789763. OLE color: 789763.
HSL color Cylindrical-coordinate representation of color #030D0C: hue angle of 174º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #030D0C is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 13 | 12 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.95 |
| HSL | 174º | 0.63% | 0.03% | - |
| HSV(B) | 174º | 0.77% | 0.05% | - |
| XYZ | 0.25 | 0.33 | 0.4 | - |
| YUV | 9.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 12 | 0.77 | 0 | 0.08 | 0.95 | 174 | 0.63 | 0.03 |
| Hex | 3 | D | C | 4D | 0 | 8 | 5F | AE | 3E | 3 |
| Octal | 3 | 15 | 14 | 115 | 0 | 10 | 137 | 256 | 76 | 3 |
| Binary | 11 | 1101 | 1100 | 1001101 | 0 | 1000 | 1011111 | 10101110 | 111110 | 11 |
Color Harmonies of #030D0C
Complementary color
Monochromatic Colors of #030D0C
Black with #030D0C
Text Example
Text Example
White with #030D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D0C; }
p { color: rgb(3,13,12); }
H1.HeaderClassName
{
color: #030D0C;
}
.AnyTagClassName
{
color: #030D0C;
}
</style>
background-color css
<style>
a { background-color: #030D0C; }
a { background-color: rgb(3,13,12); }
div.DivClassName
{
background-color: #030D0C;
}
.BgClassName
{
background-color: #030D0C;
}
</style>
border-color css
<style>
span { border-color: #030D0C; }
span { border-color: rgb(3,13,12); }
td.TdClassName
{
border-color: #030D0C;
}
.TagClassName
{
border-color: #030D0C;
}
</style>