Shades of Dark Green #042422
Tints of Dark Green #042422
RGB
CMYK
RGB Variations
Color information
#042422 (or 0x042422) is known color: Dark Green. HEX triplet: 04, 24 and 22. RGB value is (4,36,34). Sum of RGB (Red+Green+Blue) = 4+36+34=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #042422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042422 is #FBDBDD. Grayscale: #1A1A1A. Windows color (decimal): -16505822 or 2237444. OLE color: 2237444.
HSL color Cylindrical-coordinate representation of color #042422: hue angle of 176.25º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042422 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 36 | 34 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.86 |
| HSL | 176.25º | 0.8% | 0.08% | - |
| HSV(B) | 176.25º | 0.89% | 0.14% | - |
| XYZ | 0.97 | 1.4 | 1.73 | - |
| YUV | 26.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 34 | 0.89 | 0 | 0.06 | 0.86 | 176.25 | 0.8 | 0.08 |
| Hex | 4 | 24 | 22 | 59 | 0 | 6 | 56 | B0 | 50 | 8 |
| Octal | 4 | 44 | 42 | 131 | 0 | 6 | 126 | 260 | 120 | 10 |
| Binary | 100 | 100100 | 100010 | 1011001 | 0 | 110 | 1010110 | 10110000 | 1010000 | 1000 |
Color Harmonies of #042422
Complementary color
Monochromatic Colors of #042422
Black with #042422
Text Example
Text Example
White with #042422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042422; }
p { color: rgb(4,36,34); }
H1.HeaderClassName
{
color: #042422;
}
.AnyTagClassName
{
color: #042422;
}
</style>
background-color css
<style>
a { background-color: #042422; }
a { background-color: rgb(4,36,34); }
div.DivClassName
{
background-color: #042422;
}
.BgClassName
{
background-color: #042422;
}
</style>
border-color css
<style>
span { border-color: #042422; }
span { border-color: rgb(4,36,34); }
td.TdClassName
{
border-color: #042422;
}
.TagClassName
{
border-color: #042422;
}
</style>