Shades of Dark Green #042826
Tints of Dark Green #042826
RGB
CMYK
RGB Variations
Color information
#042826 (or 0x042826) is known color: Dark Green. HEX triplet: 04, 28 and 26. RGB value is (4,40,38). Sum of RGB (Red+Green+Blue) = 4+40+38=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #042826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042826 is #FBD7D9. Grayscale: #1C1C1C. Windows color (decimal): -16504794 or 2500612. OLE color: 2500612.
HSL color Cylindrical-coordinate representation of color #042826: hue angle of 176.67º 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 #042826 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 40 | 38 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.84 |
| HSL | 176.67º | 0.82% | 0.09% | - |
| HSV(B) | 176.67º | 0.9% | 0.16% | - |
| XYZ | 1.16 | 1.68 | 2.1 | - |
| YUV | 29.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 38 | 0.90 | 0 | 0.05 | 0.84 | 176.67 | 0.82 | 0.09 |
| Hex | 4 | 28 | 26 | 5A | 0 | 5 | 54 | B1 | 52 | 9 |
| Octal | 4 | 50 | 46 | 132 | 0 | 5 | 124 | 261 | 122 | 11 |
| Binary | 100 | 101000 | 100110 | 1011010 | 0 | 101 | 1010100 | 10110001 | 1010010 | 1001 |
Color Harmonies of #042826
Complementary color
Monochromatic Colors of #042826
Black with #042826
Text Example
Text Example
White with #042826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042826; }
p { color: rgb(4,40,38); }
H1.HeaderClassName
{
color: #042826;
}
.AnyTagClassName
{
color: #042826;
}
</style>
background-color css
<style>
a { background-color: #042826; }
a { background-color: rgb(4,40,38); }
div.DivClassName
{
background-color: #042826;
}
.BgClassName
{
background-color: #042826;
}
</style>
border-color css
<style>
span { border-color: #042826; }
span { border-color: rgb(4,40,38); }
td.TdClassName
{
border-color: #042826;
}
.TagClassName
{
border-color: #042826;
}
</style>