Shades of Dark Green #042620
Tints of Dark Green #042620
RGB
CMYK
RGB Variations
Color information
#042620 (or 0x042620) is known color: Dark Green. HEX triplet: 04, 26 and 20. RGB value is (4,38,32). Sum of RGB (Red+Green+Blue) = 4+38+32=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #042620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042620 is #FBD9DF. Grayscale: #1B1B1B. Windows color (decimal): -16505312 or 2106884. OLE color: 2106884.
HSL color Cylindrical-coordinate representation of color #042620: hue angle of 169.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042620 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 32 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.85 |
| HSL | 169.41º | 0.81% | 0.08% | - |
| HSV(B) | 169.41º | 0.89% | 0.15% | - |
| XYZ | 1 | 1.52 | 1.61 | - |
| YUV | 27.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 32 | 0.89 | 0 | 0.16 | 0.85 | 169.41 | 0.81 | 0.08 |
| Hex | 4 | 26 | 20 | 59 | 0 | 10 | 55 | A9 | 51 | 8 |
| Octal | 4 | 46 | 40 | 131 | 0 | 20 | 125 | 251 | 121 | 10 |
| Binary | 100 | 100110 | 100000 | 1011001 | 0 | 10000 | 1010101 | 10101001 | 1010001 | 1000 |
Color Harmonies of #042620
Complementary color
Monochromatic Colors of #042620
Black with #042620
Text Example
Text Example
White with #042620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042620; }
p { color: rgb(4,38,32); }
H1.HeaderClassName
{
color: #042620;
}
.AnyTagClassName
{
color: #042620;
}
</style>
background-color css
<style>
a { background-color: #042620; }
a { background-color: rgb(4,38,32); }
div.DivClassName
{
background-color: #042620;
}
.BgClassName
{
background-color: #042620;
}
</style>
border-color css
<style>
span { border-color: #042620; }
span { border-color: rgb(4,38,32); }
td.TdClassName
{
border-color: #042620;
}
.TagClassName
{
border-color: #042620;
}
</style>