Shades of Dark Green #042E23
Tints of Dark Green #042E23
RGB
CMYK
RGB Variations
Color information
#042E23 (or 0x042E23) is known color: Dark Green. HEX triplet: 04, 2E and 23. RGB value is (4,46,35). Sum of RGB (Red+Green+Blue) = 4+46+35=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 46 (18.36% from 255 or 54.12% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 46 - color contains mainly: green. Hex color #042E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E23 is #FBD1DC. Grayscale: #202020. Windows color (decimal): -16503261 or 2305540. OLE color: 2305540.
HSL color Cylindrical-coordinate representation of color #042E23: hue angle of 164.29º 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 #042E23 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 35 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.82 |
| HSL | 164.29º | 0.84% | 0.1% | - |
| HSV(B) | 164.29º | 0.91% | 0.18% | - |
| XYZ | 1.33 | 2.1 | 1.93 | - |
| YUV | 32.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 35 | 0.91 | 0 | 0.24 | 0.82 | 164.29 | 0.84 | 0.1 |
| Hex | 4 | 2E | 23 | 5B | 0 | 18 | 52 | A4 | 54 | A |
| Octal | 4 | 56 | 43 | 133 | 0 | 30 | 122 | 244 | 124 | 12 |
| Binary | 100 | 101110 | 100011 | 1011011 | 0 | 11000 | 1010010 | 10100100 | 1010100 | 1010 |
Color Harmonies of #042E23
Complementary color
Monochromatic Colors of #042E23
Black with #042E23
Text Example
Text Example
White with #042E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E23; }
p { color: rgb(4,46,35); }
H1.HeaderClassName
{
color: #042E23;
}
.AnyTagClassName
{
color: #042E23;
}
</style>
background-color css
<style>
a { background-color: #042E23; }
a { background-color: rgb(4,46,35); }
div.DivClassName
{
background-color: #042E23;
}
.BgClassName
{
background-color: #042E23;
}
</style>
border-color css
<style>
span { border-color: #042E23; }
span { border-color: rgb(4,46,35); }
td.TdClassName
{
border-color: #042E23;
}
.TagClassName
{
border-color: #042E23;
}
</style>