Shades of Dark Green #041D10
Tints of Dark Green #041D10
RGB
CMYK
RGB Variations
Color information
#041D10 (or 0x041D10) is known color: Dark Green. HEX triplet: 04, 1D and 10. RGB value is (4,29,16). Sum of RGB (Red+Green+Blue) = 4+29+16=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #041D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041D10 is #FBE2EF. Grayscale: #141414. Windows color (decimal): -16507632 or 1056004. OLE color: 1056004.
HSL color Cylindrical-coordinate representation of color #041D10: hue angle of 148.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #041D10 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 29 | 16 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.89 |
| HSL | 148.8º | 0.76% | 0.06% | - |
| HSV(B) | 148.8º | 0.86% | 0.11% | - |
| XYZ | 0.58 | 0.94 | 0.64 | - |
| YUV | 20.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 16 | 0.86 | 0 | 0.45 | 0.89 | 148.8 | 0.76 | 0.06 |
| Hex | 4 | 1D | 10 | 56 | 0 | 2D | 59 | 95 | 4C | 6 |
| Octal | 4 | 35 | 20 | 126 | 0 | 55 | 131 | 225 | 114 | 6 |
| Binary | 100 | 11101 | 10000 | 1010110 | 0 | 101101 | 1011001 | 10010101 | 1001100 | 110 |
Color Harmonies of #041D10
Complementary color
Monochromatic Colors of #041D10
Black with #041D10
Text Example
Text Example
White with #041D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D10; }
p { color: rgb(4,29,16); }
H1.HeaderClassName
{
color: #041D10;
}
.AnyTagClassName
{
color: #041D10;
}
</style>
background-color css
<style>
a { background-color: #041D10; }
a { background-color: rgb(4,29,16); }
div.DivClassName
{
background-color: #041D10;
}
.BgClassName
{
background-color: #041D10;
}
</style>
border-color css
<style>
span { border-color: #041D10; }
span { border-color: rgb(4,29,16); }
td.TdClassName
{
border-color: #041D10;
}
.TagClassName
{
border-color: #041D10;
}
</style>