Shades of Dark Green #041D1E
Tints of Dark Green #041D1E
RGB
CMYK
RGB Variations
Color information
#041D1E (or 0x041D1E) is known color: Dark Green. HEX triplet: 04, 1D and 1E. RGB value is (4,29,30). Sum of RGB (Red+Green+Blue) = 4+29+30=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #041D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D1E is #FBE2E1. Grayscale: #151515. Windows color (decimal): -16507618 or 1973508. OLE color: 1973508.
HSL color Cylindrical-coordinate representation of color #041D1E: hue angle of 182.31º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041D1E is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 29 | 30 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.88 |
| HSL | 182.31º | 0.76% | 0.07% | - |
| HSV(B) | 182.31º | 0.87% | 0.12% | - |
| XYZ | 0.72 | 1 | 1.38 | - |
| YUV | 21.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 30 | 0.87 | 0.03 | 0 | 0.88 | 182.31 | 0.76 | 0.07 |
| Hex | 4 | 1D | 1E | 57 | 3 | 0 | 58 | B6 | 4C | 7 |
| Octal | 4 | 35 | 36 | 127 | 3 | 0 | 130 | 266 | 114 | 7 |
| Binary | 100 | 11101 | 11110 | 1010111 | 11 | 0 | 1011000 | 10110110 | 1001100 | 111 |
Color Harmonies of #041D1E
Complementary color
Monochromatic Colors of #041D1E
Black with #041D1E
Text Example
Text Example
White with #041D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D1E; }
p { color: rgb(4,29,30); }
H1.HeaderClassName
{
color: #041D1E;
}
.AnyTagClassName
{
color: #041D1E;
}
</style>
background-color css
<style>
a { background-color: #041D1E; }
a { background-color: rgb(4,29,30); }
div.DivClassName
{
background-color: #041D1E;
}
.BgClassName
{
background-color: #041D1E;
}
</style>
border-color css
<style>
span { border-color: #041D1E; }
span { border-color: rgb(4,29,30); }
td.TdClassName
{
border-color: #041D1E;
}
.TagClassName
{
border-color: #041D1E;
}
</style>