Shades of Dark Green #030F06
Tints of Dark Green #030F06
RGB
CMYK
RGB Variations
Color information
#030F06 (or 0x030F06) is known color: Dark Green. HEX triplet: 03, 0F and 06. RGB value is (3,15,6). Sum of RGB (Red+Green+Blue) = 3+15+6=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #030F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F06 is #FCF0F9. Grayscale: #0A0A0A. Windows color (decimal): -16576762 or 397059. OLE color: 397059.
HSL color Cylindrical-coordinate representation of color #030F06: hue angle of 135º 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 #030F06 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 15 | 6 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.94 |
| HSL | 135º | 0.67% | 0.04% | - |
| HSV(B) | 135º | 0.8% | 0.06% | - |
| XYZ | 0.24 | 0.37 | 0.23 | - |
| YUV | 10.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 6 | 0.80 | 0 | 0.60 | 0.94 | 135 | 0.67 | 0.04 |
| Hex | 3 | F | 6 | 50 | 0 | 3C | 5E | 87 | 43 | 4 |
| Octal | 3 | 17 | 6 | 120 | 0 | 74 | 136 | 207 | 103 | 4 |
| Binary | 11 | 1111 | 110 | 1010000 | 0 | 111100 | 1011110 | 10000111 | 1000011 | 100 |
Color Harmonies of #030F06
Complementary color
Monochromatic Colors of #030F06
Black with #030F06
Text Example
Text Example
White with #030F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F06; }
p { color: rgb(3,15,6); }
H1.HeaderClassName
{
color: #030F06;
}
.AnyTagClassName
{
color: #030F06;
}
</style>
background-color css
<style>
a { background-color: #030F06; }
a { background-color: rgb(3,15,6); }
div.DivClassName
{
background-color: #030F06;
}
.BgClassName
{
background-color: #030F06;
}
</style>
border-color css
<style>
span { border-color: #030F06; }
span { border-color: rgb(3,15,6); }
td.TdClassName
{
border-color: #030F06;
}
.TagClassName
{
border-color: #030F06;
}
</style>