Shades of Dark Green #041A15
Tints of Dark Green #041A15
RGB
CMYK
RGB Variations
Color information
#041A15 (or 0x041A15) is known color: Dark Green. HEX triplet: 04, 1A and 15. RGB value is (4,26,21). Sum of RGB (Red+Green+Blue) = 4+26+21=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #041A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A15 is #FBE5EA. Grayscale: #121212. Windows color (decimal): -16508395 or 1382916. OLE color: 1382916.
HSL color Cylindrical-coordinate representation of color #041A15: hue angle of 166.36º 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 #041A15 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 26 | 21 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.90 |
| HSL | 166.36º | 0.73% | 0.06% | - |
| HSV(B) | 166.36º | 0.85% | 0.1% | - |
| XYZ | 0.55 | 0.82 | 0.84 | - |
| YUV | 18.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 21 | 0.85 | 0 | 0.19 | 0.90 | 166.36 | 0.73 | 0.06 |
| Hex | 4 | 1A | 15 | 55 | 0 | 13 | 5A | A6 | 49 | 6 |
| Octal | 4 | 32 | 25 | 125 | 0 | 23 | 132 | 246 | 111 | 6 |
| Binary | 100 | 11010 | 10101 | 1010101 | 0 | 10011 | 1011010 | 10100110 | 1001001 | 110 |
Color Harmonies of #041A15
Complementary color
Monochromatic Colors of #041A15
Black with #041A15
Text Example
Text Example
White with #041A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A15; }
p { color: rgb(4,26,21); }
H1.HeaderClassName
{
color: #041A15;
}
.AnyTagClassName
{
color: #041A15;
}
</style>
background-color css
<style>
a { background-color: #041A15; }
a { background-color: rgb(4,26,21); }
div.DivClassName
{
background-color: #041A15;
}
.BgClassName
{
background-color: #041A15;
}
</style>
border-color css
<style>
span { border-color: #041A15; }
span { border-color: rgb(4,26,21); }
td.TdClassName
{
border-color: #041A15;
}
.TagClassName
{
border-color: #041A15;
}
</style>