Shades of Dark Green #030D0B
Tints of Dark Green #030D0B
RGB
CMYK
RGB Variations
Color information
#030D0B (or 0x030D0B) is known color: Dark Green. HEX triplet: 03, 0D and 0B. RGB value is (3,13,11). Sum of RGB (Red+Green+Blue) = 3+13+11=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 13 - color contains mainly: green. Hex color #030D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D0B is #FCF2F4. Grayscale: #090909. Windows color (decimal): -16577269 or 724227. OLE color: 724227.
HSL color Cylindrical-coordinate representation of color #030D0B: hue angle of 168º 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 #030D0B is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 13 | 11 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.95 |
| HSL | 168º | 0.63% | 0.03% | - |
| HSV(B) | 168º | 0.77% | 0.05% | - |
| XYZ | 0.24 | 0.33 | 0.37 | - |
| YUV | 9.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 11 | 0.77 | 0 | 0.15 | 0.95 | 168 | 0.63 | 0.03 |
| Hex | 3 | D | B | 4D | 0 | F | 5F | A8 | 3E | 3 |
| Octal | 3 | 15 | 13 | 115 | 0 | 17 | 137 | 250 | 76 | 3 |
| Binary | 11 | 1101 | 1011 | 1001101 | 0 | 1111 | 1011111 | 10101000 | 111110 | 11 |
Color Harmonies of #030D0B
Complementary color
Monochromatic Colors of #030D0B
Black with #030D0B
Text Example
Text Example
White with #030D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D0B; }
p { color: rgb(3,13,11); }
H1.HeaderClassName
{
color: #030D0B;
}
.AnyTagClassName
{
color: #030D0B;
}
</style>
background-color css
<style>
a { background-color: #030D0B; }
a { background-color: rgb(3,13,11); }
div.DivClassName
{
background-color: #030D0B;
}
.BgClassName
{
background-color: #030D0B;
}
</style>
border-color css
<style>
span { border-color: #030D0B; }
span { border-color: rgb(3,13,11); }
td.TdClassName
{
border-color: #030D0B;
}
.TagClassName
{
border-color: #030D0B;
}
</style>