Shades of Dark Green #04120F
Tints of Dark Green #04120F
RGB
CMYK
RGB Variations
Color information
#04120F (or 0x04120F) is known color: Dark Green. HEX triplet: 04, 12 and 0F. RGB value is (4,18,15). Sum of RGB (Red+Green+Blue) = 4+18+15=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #04120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04120F is #FBEDF0. Grayscale: #0D0D0D. Windows color (decimal): -16510449 or 987652. OLE color: 987652.
HSL color Cylindrical-coordinate representation of color #04120F: hue angle of 167.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #04120F is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 18 | 15 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.93 |
| HSL | 167.14º | 0.64% | 0.04% | - |
| HSV(B) | 167.14º | 0.78% | 0.07% | - |
| XYZ | 0.35 | 0.49 | 0.53 | - |
| YUV | 13.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 15 | 0.78 | 0 | 0.17 | 0.93 | 167.14 | 0.64 | 0.04 |
| Hex | 4 | 12 | F | 4E | 0 | 11 | 5D | A7 | 40 | 4 |
| Octal | 4 | 22 | 17 | 116 | 0 | 21 | 135 | 247 | 100 | 4 |
| Binary | 100 | 10010 | 1111 | 1001110 | 0 | 10001 | 1011101 | 10100111 | 1000000 | 100 |
Color Harmonies of #04120F
Complementary color
Monochromatic Colors of #04120F
Black with #04120F
Text Example
Text Example
White with #04120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04120F; }
p { color: rgb(4,18,15); }
H1.HeaderClassName
{
color: #04120F;
}
.AnyTagClassName
{
color: #04120F;
}
</style>
background-color css
<style>
a { background-color: #04120F; }
a { background-color: rgb(4,18,15); }
div.DivClassName
{
background-color: #04120F;
}
.BgClassName
{
background-color: #04120F;
}
</style>
border-color css
<style>
span { border-color: #04120F; }
span { border-color: rgb(4,18,15); }
td.TdClassName
{
border-color: #04120F;
}
.TagClassName
{
border-color: #04120F;
}
</style>