Shades of Dark Green #041C12
Tints of Dark Green #041C12
RGB
CMYK
RGB Variations
Color information
#041C12 (or 0x041C12) is known color: Dark Green. HEX triplet: 04, 1C and 12. RGB value is (4,28,18). Sum of RGB (Red+Green+Blue) = 4+28+18=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #041C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041C12 is #FBE3ED. Grayscale: #131313. Windows color (decimal): -16507886 or 1186820. OLE color: 1186820.
HSL color Cylindrical-coordinate representation of color #041C12: hue angle of 155º 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 #041C12 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 28 | 18 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.89 |
| HSL | 155º | 0.75% | 0.06% | - |
| HSV(B) | 155º | 0.86% | 0.11% | - |
| XYZ | 0.57 | 0.9 | 0.72 | - |
| YUV | 19.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 18 | 0.86 | 0 | 0.36 | 0.89 | 155 | 0.75 | 0.06 |
| Hex | 4 | 1C | 12 | 56 | 0 | 24 | 59 | 9B | 4B | 6 |
| Octal | 4 | 34 | 22 | 126 | 0 | 44 | 131 | 233 | 113 | 6 |
| Binary | 100 | 11100 | 10010 | 1010110 | 0 | 100100 | 1011001 | 10011011 | 1001011 | 110 |
Color Harmonies of #041C12
Complementary color
Monochromatic Colors of #041C12
Black with #041C12
Text Example
Text Example
White with #041C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C12; }
p { color: rgb(4,28,18); }
H1.HeaderClassName
{
color: #041C12;
}
.AnyTagClassName
{
color: #041C12;
}
</style>
background-color css
<style>
a { background-color: #041C12; }
a { background-color: rgb(4,28,18); }
div.DivClassName
{
background-color: #041C12;
}
.BgClassName
{
background-color: #041C12;
}
</style>
border-color css
<style>
span { border-color: #041C12; }
span { border-color: rgb(4,28,18); }
td.TdClassName
{
border-color: #041C12;
}
.TagClassName
{
border-color: #041C12;
}
</style>