Shades of Dark Green #030F0D
Tints of Dark Green #030F0D
RGB
CMYK
RGB Variations
Color information
#030F0D (or 0x030F0D) is known color: Dark Green. HEX triplet: 03, 0F and 0D. RGB value is (3,15,13). Sum of RGB (Red+Green+Blue) = 3+15+13=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 15 (6.25% from 255 or 48.39% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 15 - color contains mainly: green. Hex color #030F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F0D is #FCF0F2. Grayscale: #0B0B0B. Windows color (decimal): -16576755 or 855811. OLE color: 855811.
HSL color Cylindrical-coordinate representation of color #030F0D: hue angle of 170º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030F0D is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 15 | 13 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.94 |
| HSL | 170º | 0.67% | 0.04% | - |
| HSV(B) | 170º | 0.8% | 0.06% | - |
| XYZ | 0.28 | 0.39 | 0.44 | - |
| YUV | 11.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 13 | 0.80 | 0 | 0.13 | 0.94 | 170 | 0.67 | 0.04 |
| Hex | 3 | F | D | 50 | 0 | D | 5E | AA | 43 | 4 |
| Octal | 3 | 17 | 15 | 120 | 0 | 15 | 136 | 252 | 103 | 4 |
| Binary | 11 | 1111 | 1101 | 1010000 | 0 | 1101 | 1011110 | 10101010 | 1000011 | 100 |
Color Harmonies of #030F0D
Complementary color
Monochromatic Colors of #030F0D
Black with #030F0D
Text Example
Text Example
White with #030F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F0D; }
p { color: rgb(3,15,13); }
H1.HeaderClassName
{
color: #030F0D;
}
.AnyTagClassName
{
color: #030F0D;
}
</style>
background-color css
<style>
a { background-color: #030F0D; }
a { background-color: rgb(3,15,13); }
div.DivClassName
{
background-color: #030F0D;
}
.BgClassName
{
background-color: #030F0D;
}
</style>
border-color css
<style>
span { border-color: #030F0D; }
span { border-color: rgb(3,15,13); }
td.TdClassName
{
border-color: #030F0D;
}
.TagClassName
{
border-color: #030F0D;
}
</style>