Shades of Dark Green #042E1B
Tints of Dark Green #042E1B
RGB
CMYK
RGB Variations
Color information
#042E1B (or 0x042E1B) is known color: Dark Green. HEX triplet: 04, 2E and 1B. RGB value is (4,46,27). Sum of RGB (Red+Green+Blue) = 4+46+27=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #042E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E1B is #FBD1E4. Grayscale: #1F1F1F. Windows color (decimal): -16503269 or 1781252. OLE color: 1781252.
HSL color Cylindrical-coordinate representation of color #042E1B: hue angle of 152.86º 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 #042E1B is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 27 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.82 |
| HSL | 152.86º | 0.84% | 0.1% | - |
| HSV(B) | 152.86º | 0.91% | 0.18% | - |
| XYZ | 1.22 | 2.06 | 1.37 | - |
| YUV | 31.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 27 | 0.91 | 0 | 0.41 | 0.82 | 152.86 | 0.84 | 0.1 |
| Hex | 4 | 2E | 1B | 5B | 0 | 29 | 52 | 99 | 54 | A |
| Octal | 4 | 56 | 33 | 133 | 0 | 51 | 122 | 231 | 124 | 12 |
| Binary | 100 | 101110 | 11011 | 1011011 | 0 | 101001 | 1010010 | 10011001 | 1010100 | 1010 |
Color Harmonies of #042E1B
Complementary color
Monochromatic Colors of #042E1B
Black with #042E1B
Text Example
Text Example
White with #042E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E1B; }
p { color: rgb(4,46,27); }
H1.HeaderClassName
{
color: #042E1B;
}
.AnyTagClassName
{
color: #042E1B;
}
</style>
background-color css
<style>
a { background-color: #042E1B; }
a { background-color: rgb(4,46,27); }
div.DivClassName
{
background-color: #042E1B;
}
.BgClassName
{
background-color: #042E1B;
}
</style>
border-color css
<style>
span { border-color: #042E1B; }
span { border-color: rgb(4,46,27); }
td.TdClassName
{
border-color: #042E1B;
}
.TagClassName
{
border-color: #042E1B;
}
</style>