Shades of Dark Green #042E2C
Tints of Dark Green #042E2C
RGB
CMYK
RGB Variations
Color information
#042E2C (or 0x042E2C) is known color: Dark Green. HEX triplet: 04, 2E and 2C. RGB value is (4,46,44). Sum of RGB (Red+Green+Blue) = 4+46+44=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #042E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2C is #FBD1D3. Grayscale: #212121. Windows color (decimal): -16503252 or 2895364. OLE color: 2895364.
HSL color Cylindrical-coordinate representation of color #042E2C: hue angle of 177.14º 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 #042E2C is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 44 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.82 |
| HSL | 177.14º | 0.84% | 0.1% | - |
| HSV(B) | 177.14º | 0.91% | 0.18% | - |
| XYZ | 1.48 | 2.16 | 2.72 | - |
| YUV | 33.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 44 | 0.91 | 0 | 0.04 | 0.82 | 177.14 | 0.84 | 0.1 |
| Hex | 4 | 2E | 2C | 5B | 0 | 4 | 52 | B1 | 54 | A |
| Octal | 4 | 56 | 54 | 133 | 0 | 4 | 122 | 261 | 124 | 12 |
| Binary | 100 | 101110 | 101100 | 1011011 | 0 | 100 | 1010010 | 10110001 | 1010100 | 1010 |
Color Harmonies of #042E2C
Complementary color
Monochromatic Colors of #042E2C
Black with #042E2C
Text Example
Text Example
White with #042E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E2C; }
p { color: rgb(4,46,44); }
H1.HeaderClassName
{
color: #042E2C;
}
.AnyTagClassName
{
color: #042E2C;
}
</style>
background-color css
<style>
a { background-color: #042E2C; }
a { background-color: rgb(4,46,44); }
div.DivClassName
{
background-color: #042E2C;
}
.BgClassName
{
background-color: #042E2C;
}
</style>
border-color css
<style>
span { border-color: #042E2C; }
span { border-color: rgb(4,46,44); }
td.TdClassName
{
border-color: #042E2C;
}
.TagClassName
{
border-color: #042E2C;
}
</style>