Shades of Dark Green #041F0C
Tints of Dark Green #041F0C
RGB
CMYK
RGB Variations
Color information
#041F0C (or 0x041F0C) is known color: Dark Green. HEX triplet: 04, 1F and 0C. RGB value is (4,31,12). Sum of RGB (Red+Green+Blue) = 4+31+12=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #041F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041F0C is #FBE0F3. Grayscale: #141414. Windows color (decimal): -16507124 or 794372. OLE color: 794372.
HSL color Cylindrical-coordinate representation of color #041F0C: hue angle of 137.78º degrees, saturation: 0.77, 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 #041F0C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 31 | 12 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.88 |
| HSL | 137.78º | 0.77% | 0.07% | - |
| HSV(B) | 137.78º | 0.87% | 0.12% | - |
| XYZ | 0.61 | 1.03 | 0.52 | - |
| YUV | 20.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 12 | 0.87 | 0 | 0.61 | 0.88 | 137.78 | 0.77 | 0.07 |
| Hex | 4 | 1F | C | 57 | 0 | 3D | 58 | 8A | 4D | 7 |
| Octal | 4 | 37 | 14 | 127 | 0 | 75 | 130 | 212 | 115 | 7 |
| Binary | 100 | 11111 | 1100 | 1010111 | 0 | 111101 | 1011000 | 10001010 | 1001101 | 111 |
Color Harmonies of #041F0C
Complementary color
Monochromatic Colors of #041F0C
Black with #041F0C
Text Example
Text Example
White with #041F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041F0C; }
p { color: rgb(4,31,12); }
H1.HeaderClassName
{
color: #041F0C;
}
.AnyTagClassName
{
color: #041F0C;
}
</style>
background-color css
<style>
a { background-color: #041F0C; }
a { background-color: rgb(4,31,12); }
div.DivClassName
{
background-color: #041F0C;
}
.BgClassName
{
background-color: #041F0C;
}
</style>
border-color css
<style>
span { border-color: #041F0C; }
span { border-color: rgb(4,31,12); }
td.TdClassName
{
border-color: #041F0C;
}
.TagClassName
{
border-color: #041F0C;
}
</style>