Shades of Dark Green #042812
Tints of Dark Green #042812
RGB
CMYK
RGB Variations
Color information
#042812 (or 0x042812) is known color: Dark Green. HEX triplet: 04, 28 and 12. RGB value is (4,40,18). Sum of RGB (Red+Green+Blue) = 4+40+18=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #042812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042812 is #FBD7ED. Grayscale: #1A1A1A. Windows color (decimal): -16504814 or 1189892. OLE color: 1189892.
HSL color Cylindrical-coordinate representation of color #042812: hue angle of 143.33º 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 #042812 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 40 | 18 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.84 |
| HSL | 143.33º | 0.82% | 0.09% | - |
| HSV(B) | 143.33º | 0.9% | 0.16% | - |
| XYZ | 0.92 | 1.59 | 0.83 | - |
| YUV | 26.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 18 | 0.90 | 0 | 0.55 | 0.84 | 143.33 | 0.82 | 0.09 |
| Hex | 4 | 28 | 12 | 5A | 0 | 37 | 54 | 8F | 52 | 9 |
| Octal | 4 | 50 | 22 | 132 | 0 | 67 | 124 | 217 | 122 | 11 |
| Binary | 100 | 101000 | 10010 | 1011010 | 0 | 110111 | 1010100 | 10001111 | 1010010 | 1001 |
Color Harmonies of #042812
Complementary color
Monochromatic Colors of #042812
Black with #042812
Text Example
Text Example
White with #042812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042812; }
p { color: rgb(4,40,18); }
H1.HeaderClassName
{
color: #042812;
}
.AnyTagClassName
{
color: #042812;
}
</style>
background-color css
<style>
a { background-color: #042812; }
a { background-color: rgb(4,40,18); }
div.DivClassName
{
background-color: #042812;
}
.BgClassName
{
background-color: #042812;
}
</style>
border-color css
<style>
span { border-color: #042812; }
span { border-color: rgb(4,40,18); }
td.TdClassName
{
border-color: #042812;
}
.TagClassName
{
border-color: #042812;
}
</style>