Shades of Dark Green #041208
Tints of Dark Green #041208
RGB
CMYK
RGB Variations
Color information
#041208 (or 0x041208) is known color: Dark Green. HEX triplet: 04, 12 and 08. RGB value is (4,18,8). Sum of RGB (Red+Green+Blue) = 4+18+8=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #041208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041208 is #FBEDF7. Grayscale: #0C0C0C. Windows color (decimal): -16510456 or 528900. OLE color: 528900.
HSL color Cylindrical-coordinate representation of color #041208: hue angle of 137.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 #041208 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 18 | 8 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.93 |
| HSL | 137.14º | 0.64% | 0.04% | - |
| HSV(B) | 137.14º | 0.78% | 0.07% | - |
| XYZ | 0.31 | 0.48 | 0.31 | - |
| YUV | 12.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 8 | 0.78 | 0 | 0.56 | 0.93 | 137.14 | 0.64 | 0.04 |
| Hex | 4 | 12 | 8 | 4E | 0 | 38 | 5D | 89 | 40 | 4 |
| Octal | 4 | 22 | 10 | 116 | 0 | 70 | 135 | 211 | 100 | 4 |
| Binary | 100 | 10010 | 1000 | 1001110 | 0 | 111000 | 1011101 | 10001001 | 1000000 | 100 |
Color Harmonies of #041208
Complementary color
Monochromatic Colors of #041208
Black with #041208
Text Example
Text Example
White with #041208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041208; }
p { color: rgb(4,18,8); }
H1.HeaderClassName
{
color: #041208;
}
.AnyTagClassName
{
color: #041208;
}
</style>
background-color css
<style>
a { background-color: #041208; }
a { background-color: rgb(4,18,8); }
div.DivClassName
{
background-color: #041208;
}
.BgClassName
{
background-color: #041208;
}
</style>
border-color css
<style>
span { border-color: #041208; }
span { border-color: rgb(4,18,8); }
td.TdClassName
{
border-color: #041208;
}
.TagClassName
{
border-color: #041208;
}
</style>