Shades of Dark Green #030F0B
Tints of Dark Green #030F0B
RGB
CMYK
RGB Variations
Color information
#030F0B (or 0x030F0B) is known color: Dark Green. HEX triplet: 03, 0F and 0B. RGB value is (3,15,11). Sum of RGB (Red+Green+Blue) = 3+15+11=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #030F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F0B is #FCF0F4. Grayscale: #0A0A0A. Windows color (decimal): -16576757 or 724739. OLE color: 724739.
HSL color Cylindrical-coordinate representation of color #030F0B: hue angle of 160º 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 #030F0B is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 15 | 11 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.94 |
| HSL | 160º | 0.67% | 0.04% | - |
| HSV(B) | 160º | 0.8% | 0.06% | - |
| XYZ | 0.27 | 0.39 | 0.38 | - |
| YUV | 10.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 11 | 0.80 | 0 | 0.27 | 0.94 | 160 | 0.67 | 0.04 |
| Hex | 3 | F | B | 50 | 0 | 1B | 5E | A0 | 43 | 4 |
| Octal | 3 | 17 | 13 | 120 | 0 | 33 | 136 | 240 | 103 | 4 |
| Binary | 11 | 1111 | 1011 | 1010000 | 0 | 11011 | 1011110 | 10100000 | 1000011 | 100 |
Color Harmonies of #030F0B
Complementary color
Monochromatic Colors of #030F0B
Black with #030F0B
Text Example
Text Example
White with #030F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F0B; }
p { color: rgb(3,15,11); }
H1.HeaderClassName
{
color: #030F0B;
}
.AnyTagClassName
{
color: #030F0B;
}
</style>
background-color css
<style>
a { background-color: #030F0B; }
a { background-color: rgb(3,15,11); }
div.DivClassName
{
background-color: #030F0B;
}
.BgClassName
{
background-color: #030F0B;
}
</style>
border-color css
<style>
span { border-color: #030F0B; }
span { border-color: rgb(3,15,11); }
td.TdClassName
{
border-color: #030F0B;
}
.TagClassName
{
border-color: #030F0B;
}
</style>