Shades of Dark Green #04120D
Tints of Dark Green #04120D
RGB
CMYK
RGB Variations
Color information
#04120D (or 0x04120D) is known color: Dark Green. HEX triplet: 04, 12 and 0D. RGB value is (4,18,13). Sum of RGB (Red+Green+Blue) = 4+18+13=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #04120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04120D is #FBEDF2. Grayscale: #0D0D0D. Windows color (decimal): -16510451 or 856580. OLE color: 856580.
HSL color Cylindrical-coordinate representation of color #04120D: hue angle of 158.57º 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 #04120D is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 18 | 13 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.93 |
| HSL | 158.57º | 0.64% | 0.04% | - |
| HSV(B) | 158.57º | 0.78% | 0.07% | - |
| XYZ | 0.34 | 0.49 | 0.46 | - |
| YUV | 13.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 13 | 0.78 | 0 | 0.28 | 0.93 | 158.57 | 0.64 | 0.04 |
| Hex | 4 | 12 | D | 4E | 0 | 1C | 5D | 9F | 40 | 4 |
| Octal | 4 | 22 | 15 | 116 | 0 | 34 | 135 | 237 | 100 | 4 |
| Binary | 100 | 10010 | 1101 | 1001110 | 0 | 11100 | 1011101 | 10011111 | 1000000 | 100 |
Color Harmonies of #04120D
Complementary color
Monochromatic Colors of #04120D
Black with #04120D
Text Example
Text Example
White with #04120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04120D; }
p { color: rgb(4,18,13); }
H1.HeaderClassName
{
color: #04120D;
}
.AnyTagClassName
{
color: #04120D;
}
</style>
background-color css
<style>
a { background-color: #04120D; }
a { background-color: rgb(4,18,13); }
div.DivClassName
{
background-color: #04120D;
}
.BgClassName
{
background-color: #04120D;
}
</style>
border-color css
<style>
span { border-color: #04120D; }
span { border-color: rgb(4,18,13); }
td.TdClassName
{
border-color: #04120D;
}
.TagClassName
{
border-color: #04120D;
}
</style>