Shades of Dark Green #040F0E
Tints of Dark Green #040F0E
RGB
CMYK
RGB Variations
Color information
#040F0E (or 0x040F0E) is known color: Dark Green. HEX triplet: 04, 0F and 0E. RGB value is (4,15,14). Sum of RGB (Red+Green+Blue) = 4+15+14=33 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.12% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #040F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F0E is #FBF0F1. Grayscale: #0B0B0B. Windows color (decimal): -16511218 or 921348. OLE color: 921348.
HSL color Cylindrical-coordinate representation of color #040F0E: hue angle of 174.55º 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 #040F0E is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 15 | 14 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.94 |
| HSL | 174.55º | 0.58% | 0.04% | - |
| HSV(B) | 174.55º | 0.73% | 0.06% | - |
| XYZ | 0.3 | 0.4 | 0.48 | - |
| YUV | 11.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 14 | 0.73 | 0 | 0.07 | 0.94 | 174.55 | 0.58 | 0.04 |
| Hex | 4 | F | E | 49 | 0 | 7 | 5E | AF | 3A | 4 |
| Octal | 4 | 17 | 16 | 111 | 0 | 7 | 136 | 257 | 72 | 4 |
| Binary | 100 | 1111 | 1110 | 1001001 | 0 | 111 | 1011110 | 10101111 | 111010 | 100 |
Color Harmonies of #040F0E
Complementary color
Monochromatic Colors of #040F0E
Black with #040F0E
Text Example
Text Example
White with #040F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F0E; }
p { color: rgb(4,15,14); }
H1.HeaderClassName
{
color: #040F0E;
}
.AnyTagClassName
{
color: #040F0E;
}
</style>
background-color css
<style>
a { background-color: #040F0E; }
a { background-color: rgb(4,15,14); }
div.DivClassName
{
background-color: #040F0E;
}
.BgClassName
{
background-color: #040F0E;
}
</style>
border-color css
<style>
span { border-color: #040F0E; }
span { border-color: rgb(4,15,14); }
td.TdClassName
{
border-color: #040F0E;
}
.TagClassName
{
border-color: #040F0E;
}
</style>