Shades of Dark Green #041D0B
Tints of Dark Green #041D0B
RGB
CMYK
RGB Variations
Color information
#041D0B (or 0x041D0B) is known color: Dark Green. HEX triplet: 04, 1D and 0B. RGB value is (4,29,11). Sum of RGB (Red+Green+Blue) = 4+29+11=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 29 (11.72% from 255 or 65.91% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 29 - color contains mainly: green. Hex color #041D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041D0B is #FBE2F4. Grayscale: #131313. Windows color (decimal): -16507637 or 728324. OLE color: 728324.
HSL color Cylindrical-coordinate representation of color #041D0B: hue angle of 136.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 #041D0B is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 29 | 11 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.89 |
| HSL | 136.8º | 0.76% | 0.06% | - |
| HSV(B) | 136.8º | 0.86% | 0.11% | - |
| XYZ | 0.55 | 0.93 | 0.47 | - |
| YUV | 19.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 11 | 0.86 | 0 | 0.62 | 0.89 | 136.8 | 0.76 | 0.06 |
| Hex | 4 | 1D | B | 56 | 0 | 3E | 59 | 89 | 4C | 6 |
| Octal | 4 | 35 | 13 | 126 | 0 | 76 | 131 | 211 | 114 | 6 |
| Binary | 100 | 11101 | 1011 | 1010110 | 0 | 111110 | 1011001 | 10001001 | 1001100 | 110 |
Color Harmonies of #041D0B
Complementary color
Monochromatic Colors of #041D0B
Black with #041D0B
Text Example
Text Example
White with #041D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D0B; }
p { color: rgb(4,29,11); }
H1.HeaderClassName
{
color: #041D0B;
}
.AnyTagClassName
{
color: #041D0B;
}
</style>
background-color css
<style>
a { background-color: #041D0B; }
a { background-color: rgb(4,29,11); }
div.DivClassName
{
background-color: #041D0B;
}
.BgClassName
{
background-color: #041D0B;
}
</style>
border-color css
<style>
span { border-color: #041D0B; }
span { border-color: rgb(4,29,11); }
td.TdClassName
{
border-color: #041D0B;
}
.TagClassName
{
border-color: #041D0B;
}
</style>