Shades of Dark Green #041E0C
Tints of Dark Green #041E0C
RGB
CMYK
RGB Variations
Color information
#041E0C (or 0x041E0C) is known color: Dark Green. HEX triplet: 04, 1E and 0C. RGB value is (4,30,12). Sum of RGB (Red+Green+Blue) = 4+30+12=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #041E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041E0C is #FBE1F3. Grayscale: #141414. Windows color (decimal): -16507380 or 794116. OLE color: 794116.
HSL color Cylindrical-coordinate representation of color #041E0C: hue angle of 138.46º 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 #041E0C is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 30 | 12 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.88 |
| HSL | 138.46º | 0.76% | 0.07% | - |
| HSV(B) | 138.46º | 0.87% | 0.12% | - |
| XYZ | 0.58 | 0.98 | 0.51 | - |
| YUV | 20.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 12 | 0.87 | 0 | 0.60 | 0.88 | 138.46 | 0.76 | 0.07 |
| Hex | 4 | 1E | C | 57 | 0 | 3C | 58 | 8A | 4C | 7 |
| Octal | 4 | 36 | 14 | 127 | 0 | 74 | 130 | 212 | 114 | 7 |
| Binary | 100 | 11110 | 1100 | 1010111 | 0 | 111100 | 1011000 | 10001010 | 1001100 | 111 |
Color Harmonies of #041E0C
Complementary color
Monochromatic Colors of #041E0C
Black with #041E0C
Text Example
Text Example
White with #041E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E0C; }
p { color: rgb(4,30,12); }
H1.HeaderClassName
{
color: #041E0C;
}
.AnyTagClassName
{
color: #041E0C;
}
</style>
background-color css
<style>
a { background-color: #041E0C; }
a { background-color: rgb(4,30,12); }
div.DivClassName
{
background-color: #041E0C;
}
.BgClassName
{
background-color: #041E0C;
}
</style>
border-color css
<style>
span { border-color: #041E0C; }
span { border-color: rgb(4,30,12); }
td.TdClassName
{
border-color: #041E0C;
}
.TagClassName
{
border-color: #041E0C;
}
</style>