Shades of Dark Green #030F0F
Tints of Dark Green #030F0F
RGB
CMYK
RGB Variations
Color information
#030F0F (or 0x030F0F) is known color: Dark Green. HEX triplet: 03, 0F and 0F. RGB value is (3,15,15). Sum of RGB (Red+Green+Blue) = 3+15+15=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #030F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F0F is #FCF0F0. Grayscale: #0B0B0B. Windows color (decimal): -16576753 or 986883. OLE color: 986883.
HSL color Cylindrical-coordinate representation of color #030F0F: hue angle of 180º 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 #030F0F is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 15 | 15 | - |
| CMYK | 0.80 | 0 | 0 | 0.94 |
| HSL | 180º | 0.67% | 0.04% | - |
| HSV(B) | 180º | 0.8% | 0.06% | - |
| XYZ | 0.29 | 0.4 | 0.51 | - |
| YUV | 11.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 15 | 0.80 | 0 | 0 | 0.94 | 180 | 0.67 | 0.04 |
| Hex | 3 | F | F | 50 | 0 | 0 | 5E | B4 | 43 | 4 |
| Octal | 3 | 17 | 17 | 120 | 0 | 0 | 136 | 264 | 103 | 4 |
| Binary | 11 | 1111 | 1111 | 1010000 | 0 | 0 | 1011110 | 10110100 | 1000011 | 100 |
Color Harmonies of #030F0F
Complementary color
Monochromatic Colors of #030F0F
Black with #030F0F
Text Example
Text Example
White with #030F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F0F; }
p { color: rgb(3,15,15); }
H1.HeaderClassName
{
color: #030F0F;
}
.AnyTagClassName
{
color: #030F0F;
}
</style>
background-color css
<style>
a { background-color: #030F0F; }
a { background-color: rgb(3,15,15); }
div.DivClassName
{
background-color: #030F0F;
}
.BgClassName
{
background-color: #030F0F;
}
</style>
border-color css
<style>
span { border-color: #030F0F; }
span { border-color: rgb(3,15,15); }
td.TdClassName
{
border-color: #030F0F;
}
.TagClassName
{
border-color: #030F0F;
}
</style>