Shades of Dark Green #042E13
Tints of Dark Green #042E13
RGB
CMYK
RGB Variations
Color information
#042E13 (or 0x042E13) is known color: Dark Green. HEX triplet: 04, 2E and 13. RGB value is (4,46,19). Sum of RGB (Red+Green+Blue) = 4+46+19=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 46 (18.36% from 255 or 66.67% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 46 - color contains mainly: green. Hex color #042E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E13 is #FBD1EC. Grayscale: #1E1E1E. Windows color (decimal): -16503277 or 1256964. OLE color: 1256964.
HSL color Cylindrical-coordinate representation of color #042E13: hue angle of 141.43º 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 #042E13 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 19 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.82 |
| HSL | 141.43º | 0.84% | 0.1% | - |
| HSV(B) | 141.43º | 0.91% | 0.18% | - |
| XYZ | 1.14 | 2.03 | 0.95 | - |
| YUV | 30.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 19 | 0.91 | 0 | 0.59 | 0.82 | 141.43 | 0.84 | 0.1 |
| Hex | 4 | 2E | 13 | 5B | 0 | 3B | 52 | 8D | 54 | A |
| Octal | 4 | 56 | 23 | 133 | 0 | 73 | 122 | 215 | 124 | 12 |
| Binary | 100 | 101110 | 10011 | 1011011 | 0 | 111011 | 1010010 | 10001101 | 1010100 | 1010 |
Color Harmonies of #042E13
Complementary color
Monochromatic Colors of #042E13
Black with #042E13
Text Example
Text Example
White with #042E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E13; }
p { color: rgb(4,46,19); }
H1.HeaderClassName
{
color: #042E13;
}
.AnyTagClassName
{
color: #042E13;
}
</style>
background-color css
<style>
a { background-color: #042E13; }
a { background-color: rgb(4,46,19); }
div.DivClassName
{
background-color: #042E13;
}
.BgClassName
{
background-color: #042E13;
}
</style>
border-color css
<style>
span { border-color: #042E13; }
span { border-color: rgb(4,46,19); }
td.TdClassName
{
border-color: #042E13;
}
.TagClassName
{
border-color: #042E13;
}
</style>