Shades of Dark Green #041A0D
Tints of Dark Green #041A0D
RGB
CMYK
RGB Variations
Color information
#041A0D (or 0x041A0D) is known color: Dark Green. HEX triplet: 04, 1A and 0D. RGB value is (4,26,13). Sum of RGB (Red+Green+Blue) = 4+26+13=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #041A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A0D is #FBE5F2. Grayscale: #111111. Windows color (decimal): -16508403 or 858628. OLE color: 858628.
HSL color Cylindrical-coordinate representation of color #041A0D: hue angle of 144.55º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A0D is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 26 | 13 | - |
| CMYK | 0.85 | 0 | 0.5 | 0.90 |
| HSL | 144.55º | 0.73% | 0.06% | - |
| HSV(B) | 144.55º | 0.85% | 0.1% | - |
| XYZ | 0.49 | 0.79 | 0.51 | - |
| YUV | 17.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 13 | 0.85 | 0 | 0.5 | 0.90 | 144.55 | 0.73 | 0.06 |
| Hex | 4 | 1A | D | 55 | 0 | 32 | 5A | 91 | 49 | 6 |
| Octal | 4 | 32 | 15 | 125 | 0 | 62 | 132 | 221 | 111 | 6 |
| Binary | 100 | 11010 | 1101 | 1010101 | 0 | 110010 | 1011010 | 10010001 | 1001001 | 110 |
Color Harmonies of #041A0D
Complementary color
Monochromatic Colors of #041A0D
Black with #041A0D
Text Example
Text Example
White with #041A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A0D; }
p { color: rgb(4,26,13); }
H1.HeaderClassName
{
color: #041A0D;
}
.AnyTagClassName
{
color: #041A0D;
}
</style>
background-color css
<style>
a { background-color: #041A0D; }
a { background-color: rgb(4,26,13); }
div.DivClassName
{
background-color: #041A0D;
}
.BgClassName
{
background-color: #041A0D;
}
</style>
border-color css
<style>
span { border-color: #041A0D; }
span { border-color: rgb(4,26,13); }
td.TdClassName
{
border-color: #041A0D;
}
.TagClassName
{
border-color: #041A0D;
}
</style>