Shades of Dark Green #042929
Tints of Dark Green #042929
RGB
CMYK
RGB Variations
Color information
#042929 (or 0x042929) is known color: Dark Green. HEX triplet: 04, 29 and 29. RGB value is (4,41,41). Sum of RGB (Red+Green+Blue) = 4+41+41=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 41 - color contains mainly: green, blue. Hex color #042929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042929 is #FBD6D6. Grayscale: #1D1D1D. Windows color (decimal): -16504535 or 2697476. OLE color: 2697476.
HSL color Cylindrical-coordinate representation of color #042929: hue angle of 180º 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 #042929 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 41 | 41 | - |
| CMYK | 0.90 | 0 | 0 | 0.84 |
| HSL | 180º | 0.82% | 0.09% | - |
| HSV(B) | 180º | 0.9% | 0.16% | - |
| XYZ | 1.24 | 1.77 | 2.37 | - |
| YUV | 29.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 41 | 0.90 | 0 | 0 | 0.84 | 180 | 0.82 | 0.09 |
| Hex | 4 | 29 | 29 | 5A | 0 | 0 | 54 | B4 | 52 | 9 |
| Octal | 4 | 51 | 51 | 132 | 0 | 0 | 124 | 264 | 122 | 11 |
| Binary | 100 | 101001 | 101001 | 1011010 | 0 | 0 | 1010100 | 10110100 | 1010010 | 1001 |
Color Harmonies of #042929
Complementary color
Monochromatic Colors of #042929
Black with #042929
Text Example
Text Example
White with #042929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042929; }
p { color: rgb(4,41,41); }
H1.HeaderClassName
{
color: #042929;
}
.AnyTagClassName
{
color: #042929;
}
</style>
background-color css
<style>
a { background-color: #042929; }
a { background-color: rgb(4,41,41); }
div.DivClassName
{
background-color: #042929;
}
.BgClassName
{
background-color: #042929;
}
</style>
border-color css
<style>
span { border-color: #042929; }
span { border-color: rgb(4,41,41); }
td.TdClassName
{
border-color: #042929;
}
.TagClassName
{
border-color: #042929;
}
</style>