Shades of Dark Green #042919
Tints of Dark Green #042919
RGB
CMYK
RGB Variations
Color information
#042919 (or 0x042919) is known color: Dark Green. HEX triplet: 04, 29 and 19. RGB value is (4,41,25). Sum of RGB (Red+Green+Blue) = 4+41+25=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #042919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042919 is #FBD6E6. Grayscale: #1C1C1C. Windows color (decimal): -16504551 or 1648900. OLE color: 1648900.
HSL color Cylindrical-coordinate representation of color #042919: hue angle of 154.05º 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 #042919 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 25 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.84 |
| HSL | 154.05º | 0.82% | 0.09% | - |
| HSV(B) | 154.05º | 0.9% | 0.16% | - |
| XYZ | 1.02 | 1.68 | 1.19 | - |
| YUV | 28.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 25 | 0.90 | 0 | 0.39 | 0.84 | 154.05 | 0.82 | 0.09 |
| Hex | 4 | 29 | 19 | 5A | 0 | 27 | 54 | 9A | 52 | 9 |
| Octal | 4 | 51 | 31 | 132 | 0 | 47 | 124 | 232 | 122 | 11 |
| Binary | 100 | 101001 | 11001 | 1011010 | 0 | 100111 | 1010100 | 10011010 | 1010010 | 1001 |
Color Harmonies of #042919
Complementary color
Monochromatic Colors of #042919
Black with #042919
Text Example
Text Example
White with #042919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042919; }
p { color: rgb(4,41,25); }
H1.HeaderClassName
{
color: #042919;
}
.AnyTagClassName
{
color: #042919;
}
</style>
background-color css
<style>
a { background-color: #042919; }
a { background-color: rgb(4,41,25); }
div.DivClassName
{
background-color: #042919;
}
.BgClassName
{
background-color: #042919;
}
</style>
border-color css
<style>
span { border-color: #042919; }
span { border-color: rgb(4,41,25); }
td.TdClassName
{
border-color: #042919;
}
.TagClassName
{
border-color: #042919;
}
</style>