Shades of Dark Green #041C0E
Tints of Dark Green #041C0E
RGB
CMYK
RGB Variations
Color information
#041C0E (or 0x041C0E) is known color: Dark Green. HEX triplet: 04, 1C and 0E. RGB value is (4,28,14). Sum of RGB (Red+Green+Blue) = 4+28+14=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #041C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041C0E is #FBE3F1. Grayscale: #131313. Windows color (decimal): -16507890 or 924676. OLE color: 924676.
HSL color Cylindrical-coordinate representation of color #041C0E: hue angle of 145º degrees, saturation: 0.75, 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 #041C0E is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 28 | 14 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.89 |
| HSL | 145º | 0.75% | 0.06% | - |
| HSV(B) | 145º | 0.86% | 0.11% | - |
| XYZ | 0.54 | 0.89 | 0.56 | - |
| YUV | 19.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 14 | 0.86 | 0 | 0.50 | 0.89 | 145 | 0.75 | 0.06 |
| Hex | 4 | 1C | E | 56 | 0 | 32 | 59 | 91 | 4B | 6 |
| Octal | 4 | 34 | 16 | 126 | 0 | 62 | 131 | 221 | 113 | 6 |
| Binary | 100 | 11100 | 1110 | 1010110 | 0 | 110010 | 1011001 | 10010001 | 1001011 | 110 |
Color Harmonies of #041C0E
Complementary color
Monochromatic Colors of #041C0E
Black with #041C0E
Text Example
Text Example
White with #041C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C0E; }
p { color: rgb(4,28,14); }
H1.HeaderClassName
{
color: #041C0E;
}
.AnyTagClassName
{
color: #041C0E;
}
</style>
background-color css
<style>
a { background-color: #041C0E; }
a { background-color: rgb(4,28,14); }
div.DivClassName
{
background-color: #041C0E;
}
.BgClassName
{
background-color: #041C0E;
}
</style>
border-color css
<style>
span { border-color: #041C0E; }
span { border-color: rgb(4,28,14); }
td.TdClassName
{
border-color: #041C0E;
}
.TagClassName
{
border-color: #041C0E;
}
</style>