Shades of Dark Green #042E2D
Tints of Dark Green #042E2D
RGB
CMYK
RGB Variations
Color information
#042E2D (or 0x042E2D) is known color: Dark Green. HEX triplet: 04, 2E and 2D. RGB value is (4,46,45). Sum of RGB (Red+Green+Blue) = 4+46+45=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #042E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2D is #FBD1D2. Grayscale: #212121. Windows color (decimal): -16503251 or 2960900. OLE color: 2960900.
HSL color Cylindrical-coordinate representation of color #042E2D: hue angle of 178.57º 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 #042E2D is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 45 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.82 |
| HSL | 178.57º | 0.84% | 0.1% | - |
| HSV(B) | 178.57º | 0.91% | 0.18% | - |
| XYZ | 1.5 | 2.17 | 2.82 | - |
| YUV | 33.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 45 | 0.91 | 0 | 0.02 | 0.82 | 178.57 | 0.84 | 0.1 |
| Hex | 4 | 2E | 2D | 5B | 0 | 2 | 52 | B3 | 54 | A |
| Octal | 4 | 56 | 55 | 133 | 0 | 2 | 122 | 263 | 124 | 12 |
| Binary | 100 | 101110 | 101101 | 1011011 | 0 | 10 | 1010010 | 10110011 | 1010100 | 1010 |
Color Harmonies of #042E2D
Complementary color
Monochromatic Colors of #042E2D
Black with #042E2D
Text Example
Text Example
White with #042E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E2D; }
p { color: rgb(4,46,45); }
H1.HeaderClassName
{
color: #042E2D;
}
.AnyTagClassName
{
color: #042E2D;
}
</style>
background-color css
<style>
a { background-color: #042E2D; }
a { background-color: rgb(4,46,45); }
div.DivClassName
{
background-color: #042E2D;
}
.BgClassName
{
background-color: #042E2D;
}
</style>
border-color css
<style>
span { border-color: #042E2D; }
span { border-color: rgb(4,46,45); }
td.TdClassName
{
border-color: #042E2D;
}
.TagClassName
{
border-color: #042E2D;
}
</style>