Shades of Dark Green #041D1D
Tints of Dark Green #041D1D
RGB
CMYK
RGB Variations
Color information
#041D1D (or 0x041D1D) is known color: Dark Green. HEX triplet: 04, 1D and 1D. RGB value is (4,29,29). Sum of RGB (Red+Green+Blue) = 4+29+29=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #041D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D1D is #FBE2E2. Grayscale: #151515. Windows color (decimal): -16507619 or 1907972. OLE color: 1907972.
HSL color Cylindrical-coordinate representation of color #041D1D: hue angle of 180º 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 #041D1D is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 29 | 29 | - |
| CMYK | 0.86 | 0 | 0 | 0.89 |
| HSL | 180º | 0.76% | 0.06% | - |
| HSV(B) | 180º | 0.86% | 0.11% | - |
| XYZ | 0.71 | 0.99 | 1.32 | - |
| YUV | 21.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 29 | 0.86 | 0 | 0 | 0.89 | 180 | 0.76 | 0.06 |
| Hex | 4 | 1D | 1D | 56 | 0 | 0 | 59 | B4 | 4C | 6 |
| Octal | 4 | 35 | 35 | 126 | 0 | 0 | 131 | 264 | 114 | 6 |
| Binary | 100 | 11101 | 11101 | 1010110 | 0 | 0 | 1011001 | 10110100 | 1001100 | 110 |
Color Harmonies of #041D1D
Complementary color
Monochromatic Colors of #041D1D
Black with #041D1D
Text Example
Text Example
White with #041D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D1D; }
p { color: rgb(4,29,29); }
H1.HeaderClassName
{
color: #041D1D;
}
.AnyTagClassName
{
color: #041D1D;
}
</style>
background-color css
<style>
a { background-color: #041D1D; }
a { background-color: rgb(4,29,29); }
div.DivClassName
{
background-color: #041D1D;
}
.BgClassName
{
background-color: #041D1D;
}
</style>
border-color css
<style>
span { border-color: #041D1D; }
span { border-color: rgb(4,29,29); }
td.TdClassName
{
border-color: #041D1D;
}
.TagClassName
{
border-color: #041D1D;
}
</style>