Shades of Dark Green #042D12
Tints of Dark Green #042D12
RGB
CMYK
RGB Variations
Color information
#042D12 (or 0x042D12) is known color: Dark Green. HEX triplet: 04, 2D and 12. RGB value is (4,45,18). Sum of RGB (Red+Green+Blue) = 4+45+18=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #042D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042D12 is #FBD2ED. Grayscale: #1D1D1D. Windows color (decimal): -16503534 or 1191172. OLE color: 1191172.
HSL color Cylindrical-coordinate representation of color #042D12: hue angle of 140.49º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042D12 is Cyan = 0.91, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 45 | 18 | - |
| CMYK | 0.91 | 0 | 0.6 | 0.82 |
| HSL | 140.49º | 0.84% | 0.1% | - |
| HSV(B) | 140.49º | 0.91% | 0.18% | - |
| XYZ | 1.1 | 1.95 | 0.89 | - |
| YUV | 29.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 18 | 0.91 | 0 | 0.6 | 0.82 | 140.49 | 0.84 | 0.1 |
| Hex | 4 | 2D | 12 | 5B | 0 | 3C | 52 | 8C | 54 | A |
| Octal | 4 | 55 | 22 | 133 | 0 | 74 | 122 | 214 | 124 | 12 |
| Binary | 100 | 101101 | 10010 | 1011011 | 0 | 111100 | 1010010 | 10001100 | 1010100 | 1010 |
Color Harmonies of #042D12
Complementary color
Monochromatic Colors of #042D12
Black with #042D12
Text Example
Text Example
White with #042D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D12; }
p { color: rgb(4,45,18); }
H1.HeaderClassName
{
color: #042D12;
}
.AnyTagClassName
{
color: #042D12;
}
</style>
background-color css
<style>
a { background-color: #042D12; }
a { background-color: rgb(4,45,18); }
div.DivClassName
{
background-color: #042D12;
}
.BgClassName
{
background-color: #042D12;
}
</style>
border-color css
<style>
span { border-color: #042D12; }
span { border-color: rgb(4,45,18); }
td.TdClassName
{
border-color: #042D12;
}
.TagClassName
{
border-color: #042D12;
}
</style>