Shades of Dark Green #042916
Tints of Dark Green #042916
RGB
CMYK
RGB Variations
Color information
#042916 (or 0x042916) is known color: Dark Green. HEX triplet: 04, 29 and 16. RGB value is (4,41,22). Sum of RGB (Red+Green+Blue) = 4+41+22=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #042916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042916 is #FBD6E9. Grayscale: #1B1B1B. Windows color (decimal): -16504554 or 1452292. OLE color: 1452292.
HSL color Cylindrical-coordinate representation of color #042916: hue angle of 149.19º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042916 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 22 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.84 |
| HSL | 149.19º | 0.82% | 0.09% | - |
| HSV(B) | 149.19º | 0.9% | 0.16% | - |
| XYZ | 0.99 | 1.67 | 1.03 | - |
| YUV | 27.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 22 | 0.90 | 0 | 0.46 | 0.84 | 149.19 | 0.82 | 0.09 |
| Hex | 4 | 29 | 16 | 5A | 0 | 2E | 54 | 95 | 52 | 9 |
| Octal | 4 | 51 | 26 | 132 | 0 | 56 | 124 | 225 | 122 | 11 |
| Binary | 100 | 101001 | 10110 | 1011010 | 0 | 101110 | 1010100 | 10010101 | 1010010 | 1001 |
Color Harmonies of #042916
Complementary color
Monochromatic Colors of #042916
Black with #042916
Text Example
Text Example
White with #042916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042916; }
p { color: rgb(4,41,22); }
H1.HeaderClassName
{
color: #042916;
}
.AnyTagClassName
{
color: #042916;
}
</style>
background-color css
<style>
a { background-color: #042916; }
a { background-color: rgb(4,41,22); }
div.DivClassName
{
background-color: #042916;
}
.BgClassName
{
background-color: #042916;
}
</style>
border-color css
<style>
span { border-color: #042916; }
span { border-color: rgb(4,41,22); }
td.TdClassName
{
border-color: #042916;
}
.TagClassName
{
border-color: #042916;
}
</style>