Shades of Dark Green #030F08
Tints of Dark Green #030F08
RGB
CMYK
RGB Variations
Color information
#030F08 (or 0x030F08) is known color: Dark Green. HEX triplet: 03, 0F and 08. RGB value is (3,15,8). Sum of RGB (Red+Green+Blue) = 3+15+8=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #030F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F08 is #FCF0F7. Grayscale: #0A0A0A. Windows color (decimal): -16576760 or 528131. OLE color: 528131.
HSL color Cylindrical-coordinate representation of color #030F08: hue angle of 145º 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 #030F08 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 15 | 8 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.94 |
| HSL | 145º | 0.67% | 0.04% | - |
| HSV(B) | 145º | 0.8% | 0.06% | - |
| XYZ | 0.25 | 0.38 | 0.29 | - |
| YUV | 10.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 8 | 0.80 | 0 | 0.47 | 0.94 | 145 | 0.67 | 0.04 |
| Hex | 3 | F | 8 | 50 | 0 | 2F | 5E | 91 | 43 | 4 |
| Octal | 3 | 17 | 10 | 120 | 0 | 57 | 136 | 221 | 103 | 4 |
| Binary | 11 | 1111 | 1000 | 1010000 | 0 | 101111 | 1011110 | 10010001 | 1000011 | 100 |
Color Harmonies of #030F08
Complementary color
Monochromatic Colors of #030F08
Black with #030F08
Text Example
Text Example
White with #030F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F08; }
p { color: rgb(3,15,8); }
H1.HeaderClassName
{
color: #030F08;
}
.AnyTagClassName
{
color: #030F08;
}
</style>
background-color css
<style>
a { background-color: #030F08; }
a { background-color: rgb(3,15,8); }
div.DivClassName
{
background-color: #030F08;
}
.BgClassName
{
background-color: #030F08;
}
</style>
border-color css
<style>
span { border-color: #030F08; }
span { border-color: rgb(3,15,8); }
td.TdClassName
{
border-color: #030F08;
}
.TagClassName
{
border-color: #030F08;
}
</style>