Shades of Dark Green #042D13
Tints of Dark Green #042D13
RGB
CMYK
RGB Variations
Color information
#042D13 (or 0x042D13) is known color: Dark Green. HEX triplet: 04, 2D and 13. RGB value is (4,45,19). Sum of RGB (Red+Green+Blue) = 4+45+19=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 45 (17.97% from 255 or 66.18% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 45 - color contains mainly: green. Hex color #042D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042D13 is #FBD2EC. Grayscale: #1D1D1D. Windows color (decimal): -16503533 or 1256708. OLE color: 1256708.
HSL color Cylindrical-coordinate representation of color #042D13: hue angle of 141.95º 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 #042D13 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 45 | 19 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.82 |
| HSL | 141.95º | 0.84% | 0.1% | - |
| HSV(B) | 141.95º | 0.91% | 0.18% | - |
| XYZ | 1.11 | 1.95 | 0.93 | - |
| YUV | 29.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 19 | 0.91 | 0 | 0.58 | 0.82 | 141.95 | 0.84 | 0.1 |
| Hex | 4 | 2D | 13 | 5B | 0 | 3A | 52 | 8E | 54 | A |
| Octal | 4 | 55 | 23 | 133 | 0 | 72 | 122 | 216 | 124 | 12 |
| Binary | 100 | 101101 | 10011 | 1011011 | 0 | 111010 | 1010010 | 10001110 | 1010100 | 1010 |
Color Harmonies of #042D13
Complementary color
Monochromatic Colors of #042D13
Black with #042D13
Text Example
Text Example
White with #042D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D13; }
p { color: rgb(4,45,19); }
H1.HeaderClassName
{
color: #042D13;
}
.AnyTagClassName
{
color: #042D13;
}
</style>
background-color css
<style>
a { background-color: #042D13; }
a { background-color: rgb(4,45,19); }
div.DivClassName
{
background-color: #042D13;
}
.BgClassName
{
background-color: #042D13;
}
</style>
border-color css
<style>
span { border-color: #042D13; }
span { border-color: rgb(4,45,19); }
td.TdClassName
{
border-color: #042D13;
}
.TagClassName
{
border-color: #042D13;
}
</style>