Shades of Dark Green #042020
Tints of Dark Green #042020
RGB
CMYK
RGB Variations
Color information
#042020 (or 0x042020) is known color: Dark Green. HEX triplet: 04, 20 and 20. RGB value is (4,32,32). Sum of RGB (Red+Green+Blue) = 4+32+32=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #042020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042020 is #FBDFDF. Grayscale: #171717. Windows color (decimal): -16506848 or 2105348. OLE color: 2105348.
HSL color Cylindrical-coordinate representation of color #042020: hue angle of 180º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042020 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 32 | 32 | - |
| CMYK | 0.87 | 0 | 0 | 0.87 |
| HSL | 180º | 0.78% | 0.07% | - |
| HSV(B) | 180º | 0.88% | 0.13% | - |
| XYZ | 0.83 | 1.16 | 1.55 | - |
| YUV | 23.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 32 | 0.87 | 0 | 0 | 0.87 | 180 | 0.78 | 0.07 |
| Hex | 4 | 20 | 20 | 57 | 0 | 0 | 57 | B4 | 4E | 7 |
| Octal | 4 | 40 | 40 | 127 | 0 | 0 | 127 | 264 | 116 | 7 |
| Binary | 100 | 100000 | 100000 | 1010111 | 0 | 0 | 1010111 | 10110100 | 1001110 | 111 |
Color Harmonies of #042020
Complementary color
Monochromatic Colors of #042020
Black with #042020
Text Example
Text Example
White with #042020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042020; }
p { color: rgb(4,32,32); }
H1.HeaderClassName
{
color: #042020;
}
.AnyTagClassName
{
color: #042020;
}
</style>
background-color css
<style>
a { background-color: #042020; }
a { background-color: rgb(4,32,32); }
div.DivClassName
{
background-color: #042020;
}
.BgClassName
{
background-color: #042020;
}
</style>
border-color css
<style>
span { border-color: #042020; }
span { border-color: rgb(4,32,32); }
td.TdClassName
{
border-color: #042020;
}
.TagClassName
{
border-color: #042020;
}
</style>