Shades of Dark Green #040F0B
Tints of Dark Green #040F0B
RGB
CMYK
RGB Variations
Color information
#040F0B (or 0x040F0B) is known color: Dark Green. HEX triplet: 04, 0F and 0B. RGB value is (4,15,11). Sum of RGB (Red+Green+Blue) = 4+15+11=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #040F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F0B is #FBF0F4. Grayscale: #0B0B0B. Windows color (decimal): -16511221 or 724740. OLE color: 724740.
HSL color Cylindrical-coordinate representation of color #040F0B: hue angle of 158.18º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040F0B is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 15 | 11 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.94 |
| HSL | 158.18º | 0.58% | 0.04% | - |
| HSV(B) | 158.18º | 0.73% | 0.06% | - |
| XYZ | 0.28 | 0.39 | 0.38 | - |
| YUV | 11.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 11 | 0.73 | 0 | 0.27 | 0.94 | 158.18 | 0.58 | 0.04 |
| Hex | 4 | F | B | 49 | 0 | 1B | 5E | 9E | 3A | 4 |
| Octal | 4 | 17 | 13 | 111 | 0 | 33 | 136 | 236 | 72 | 4 |
| Binary | 100 | 1111 | 1011 | 1001001 | 0 | 11011 | 1011110 | 10011110 | 111010 | 100 |
Color Harmonies of #040F0B
Complementary color
Monochromatic Colors of #040F0B
Black with #040F0B
Text Example
Text Example
White with #040F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F0B; }
p { color: rgb(4,15,11); }
H1.HeaderClassName
{
color: #040F0B;
}
.AnyTagClassName
{
color: #040F0B;
}
</style>
background-color css
<style>
a { background-color: #040F0B; }
a { background-color: rgb(4,15,11); }
div.DivClassName
{
background-color: #040F0B;
}
.BgClassName
{
background-color: #040F0B;
}
</style>
border-color css
<style>
span { border-color: #040F0B; }
span { border-color: rgb(4,15,11); }
td.TdClassName
{
border-color: #040F0B;
}
.TagClassName
{
border-color: #040F0B;
}
</style>