Shades of Dark Green #042E28
Tints of Dark Green #042E28
RGB
CMYK
RGB Variations
Color information
#042E28 (or 0x042E28) is known color: Dark Green. HEX triplet: 04, 2E and 28. RGB value is (4,46,40). Sum of RGB (Red+Green+Blue) = 4+46+40=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #042E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E28 is #FBD1D7. Grayscale: #202020. Windows color (decimal): -16503256 or 2633220. OLE color: 2633220.
HSL color Cylindrical-coordinate representation of color #042E28: hue angle of 171.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 #042E28 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 40 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.82 |
| HSL | 171.43º | 0.84% | 0.1% | - |
| HSV(B) | 171.43º | 0.91% | 0.18% | - |
| XYZ | 1.41 | 2.13 | 2.34 | - |
| YUV | 32.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 40 | 0.91 | 0 | 0.13 | 0.82 | 171.43 | 0.84 | 0.1 |
| Hex | 4 | 2E | 28 | 5B | 0 | D | 52 | AB | 54 | A |
| Octal | 4 | 56 | 50 | 133 | 0 | 15 | 122 | 253 | 124 | 12 |
| Binary | 100 | 101110 | 101000 | 1011011 | 0 | 1101 | 1010010 | 10101011 | 1010100 | 1010 |
Color Harmonies of #042E28
Complementary color
Monochromatic Colors of #042E28
Black with #042E28
Text Example
Text Example
White with #042E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E28; }
p { color: rgb(4,46,40); }
H1.HeaderClassName
{
color: #042E28;
}
.AnyTagClassName
{
color: #042E28;
}
</style>
background-color css
<style>
a { background-color: #042E28; }
a { background-color: rgb(4,46,40); }
div.DivClassName
{
background-color: #042E28;
}
.BgClassName
{
background-color: #042E28;
}
</style>
border-color css
<style>
span { border-color: #042E28; }
span { border-color: rgb(4,46,40); }
td.TdClassName
{
border-color: #042E28;
}
.TagClassName
{
border-color: #042E28;
}
</style>