Shades of Dark Green #030F09
Tints of Dark Green #030F09
RGB
CMYK
RGB Variations
Color information
#030F09 (or 0x030F09) is known color: Dark Green. HEX triplet: 03, 0F and 09. RGB value is (3,15,9). Sum of RGB (Red+Green+Blue) = 3+15+9=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #030F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F09 is #FCF0F6. Grayscale: #0A0A0A. Windows color (decimal): -16576759 or 593667. OLE color: 593667.
HSL color Cylindrical-coordinate representation of color #030F09: hue angle of 150º 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 #030F09 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 15 | 9 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.94 |
| HSL | 150º | 0.67% | 0.04% | - |
| HSV(B) | 150º | 0.8% | 0.06% | - |
| XYZ | 0.26 | 0.38 | 0.32 | - |
| YUV | 10.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 9 | 0.80 | 0 | 0.40 | 0.94 | 150 | 0.67 | 0.04 |
| Hex | 3 | F | 9 | 50 | 0 | 28 | 5E | 96 | 43 | 4 |
| Octal | 3 | 17 | 11 | 120 | 0 | 50 | 136 | 226 | 103 | 4 |
| Binary | 11 | 1111 | 1001 | 1010000 | 0 | 101000 | 1011110 | 10010110 | 1000011 | 100 |
Color Harmonies of #030F09
Complementary color
Monochromatic Colors of #030F09
Black with #030F09
Text Example
Text Example
White with #030F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F09; }
p { color: rgb(3,15,9); }
H1.HeaderClassName
{
color: #030F09;
}
.AnyTagClassName
{
color: #030F09;
}
</style>
background-color css
<style>
a { background-color: #030F09; }
a { background-color: rgb(3,15,9); }
div.DivClassName
{
background-color: #030F09;
}
.BgClassName
{
background-color: #030F09;
}
</style>
border-color css
<style>
span { border-color: #030F09; }
span { border-color: rgb(3,15,9); }
td.TdClassName
{
border-color: #030F09;
}
.TagClassName
{
border-color: #030F09;
}
</style>