Shades of Dark Green #042913
Tints of Dark Green #042913
RGB
CMYK
RGB Variations
Color information
#042913 (or 0x042913) is known color: Dark Green. HEX triplet: 04, 29 and 13. RGB value is (4,41,19). Sum of RGB (Red+Green+Blue) = 4+41+19=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #042913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042913 is #FBD6EC. Grayscale: #1B1B1B. Windows color (decimal): -16504557 or 1255684. OLE color: 1255684.
HSL color Cylindrical-coordinate representation of color #042913: hue angle of 144.32º 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 #042913 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 19 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.84 |
| HSL | 144.32º | 0.82% | 0.09% | - |
| HSV(B) | 144.32º | 0.9% | 0.16% | - |
| XYZ | 0.96 | 1.66 | 0.89 | - |
| YUV | 27.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 19 | 0.90 | 0 | 0.54 | 0.84 | 144.32 | 0.82 | 0.09 |
| Hex | 4 | 29 | 13 | 5A | 0 | 36 | 54 | 90 | 52 | 9 |
| Octal | 4 | 51 | 23 | 132 | 0 | 66 | 124 | 220 | 122 | 11 |
| Binary | 100 | 101001 | 10011 | 1011010 | 0 | 110110 | 1010100 | 10010000 | 1010010 | 1001 |
Color Harmonies of #042913
Complementary color
Monochromatic Colors of #042913
Black with #042913
Text Example
Text Example
White with #042913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042913; }
p { color: rgb(4,41,19); }
H1.HeaderClassName
{
color: #042913;
}
.AnyTagClassName
{
color: #042913;
}
</style>
background-color css
<style>
a { background-color: #042913; }
a { background-color: rgb(4,41,19); }
div.DivClassName
{
background-color: #042913;
}
.BgClassName
{
background-color: #042913;
}
</style>
border-color css
<style>
span { border-color: #042913; }
span { border-color: rgb(4,41,19); }
td.TdClassName
{
border-color: #042913;
}
.TagClassName
{
border-color: #042913;
}
</style>