Shades of Dark Green #042122
Tints of Dark Green #042122
RGB
CMYK
RGB Variations
Color information
#042122 (or 0x042122) is known color: Dark Green. HEX triplet: 04, 21 and 22. RGB value is (4,33,34). Sum of RGB (Red+Green+Blue) = 4+33+34=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 34 - color contains mainly: blue. Hex color #042122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042122 is #FBDEDD. Grayscale: #181818. Windows color (decimal): -16506590 or 2236676. OLE color: 2236676.
HSL color Cylindrical-coordinate representation of color #042122: hue angle of 182º degrees, saturation: 0.79, 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 #042122 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 33 | 34 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.87 |
| HSL | 182º | 0.79% | 0.07% | - |
| HSV(B) | 182º | 0.88% | 0.13% | - |
| XYZ | 0.88 | 1.23 | 1.7 | - |
| YUV | 24.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 34 | 0.88 | 0.03 | 0 | 0.87 | 182 | 0.79 | 0.07 |
| Hex | 4 | 21 | 22 | 58 | 3 | 0 | 57 | B6 | 4F | 7 |
| Octal | 4 | 41 | 42 | 130 | 3 | 0 | 127 | 266 | 117 | 7 |
| Binary | 100 | 100001 | 100010 | 1011000 | 11 | 0 | 1010111 | 10110110 | 1001111 | 111 |
Color Harmonies of #042122
Complementary color
Monochromatic Colors of #042122
Black with #042122
Text Example
Text Example
White with #042122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042122; }
p { color: rgb(4,33,34); }
H1.HeaderClassName
{
color: #042122;
}
.AnyTagClassName
{
color: #042122;
}
</style>
background-color css
<style>
a { background-color: #042122; }
a { background-color: rgb(4,33,34); }
div.DivClassName
{
background-color: #042122;
}
.BgClassName
{
background-color: #042122;
}
</style>
border-color css
<style>
span { border-color: #042122; }
span { border-color: rgb(4,33,34); }
td.TdClassName
{
border-color: #042122;
}
.TagClassName
{
border-color: #042122;
}
</style>