Shades of Dark Green #030D0D
Tints of Dark Green #030D0D
RGB
CMYK
RGB Variations
Color information
#030D0D (or 0x030D0D) is known color: Dark Green. HEX triplet: 03, 0D and 0D. RGB value is (3,13,13). Sum of RGB (Red+Green+Blue) = 3+13+13=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: green, blue. Hex color #030D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D0D is #FCF2F2. Grayscale: #0A0A0A. Windows color (decimal): -16577267 or 855299. OLE color: 855299.
HSL color Cylindrical-coordinate representation of color #030D0D: hue angle of 180º 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 #030D0D is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 13 | 13 | - |
| CMYK | 0.77 | 0 | 0 | 0.95 |
| HSL | 180º | 0.63% | 0.03% | - |
| HSV(B) | 180º | 0.77% | 0.05% | - |
| XYZ | 0.25 | 0.34 | 0.43 | - |
| YUV | 10.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 13 | 0.77 | 0 | 0 | 0.95 | 180 | 0.63 | 0.03 |
| Hex | 3 | D | D | 4D | 0 | 0 | 5F | B4 | 3E | 3 |
| Octal | 3 | 15 | 15 | 115 | 0 | 0 | 137 | 264 | 76 | 3 |
| Binary | 11 | 1101 | 1101 | 1001101 | 0 | 0 | 1011111 | 10110100 | 111110 | 11 |
Color Harmonies of #030D0D
Complementary color
Monochromatic Colors of #030D0D
Black with #030D0D
Text Example
Text Example
White with #030D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D0D; }
p { color: rgb(3,13,13); }
H1.HeaderClassName
{
color: #030D0D;
}
.AnyTagClassName
{
color: #030D0D;
}
</style>
background-color css
<style>
a { background-color: #030D0D; }
a { background-color: rgb(3,13,13); }
div.DivClassName
{
background-color: #030D0D;
}
.BgClassName
{
background-color: #030D0D;
}
</style>
border-color css
<style>
span { border-color: #030D0D; }
span { border-color: rgb(3,13,13); }
td.TdClassName
{
border-color: #030D0D;
}
.TagClassName
{
border-color: #030D0D;
}
</style>