Shades of Dark Green #042B1E
Tints of Dark Green #042B1E
RGB
CMYK
RGB Variations
Color information
#042B1E (or 0x042B1E) is known color: Dark Green. HEX triplet: 04, 2B and 1E. RGB value is (4,43,30). Sum of RGB (Red+Green+Blue) = 4+43+30=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #042B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B1E is #FBD4E1. Grayscale: #1D1D1D. Windows color (decimal): -16504034 or 1977092. OLE color: 1977092.
HSL color Cylindrical-coordinate representation of color #042B1E: hue angle of 160º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042B1E is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 43 | 30 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.83 |
| HSL | 160º | 0.83% | 0.09% | - |
| HSV(B) | 160º | 0.91% | 0.17% | - |
| XYZ | 1.15 | 1.85 | 1.52 | - |
| YUV | 29.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 30 | 0.91 | 0 | 0.30 | 0.83 | 160 | 0.83 | 0.09 |
| Hex | 4 | 2B | 1E | 5B | 0 | 1E | 53 | A0 | 53 | 9 |
| Octal | 4 | 53 | 36 | 133 | 0 | 36 | 123 | 240 | 123 | 11 |
| Binary | 100 | 101011 | 11110 | 1011011 | 0 | 11110 | 1010011 | 10100000 | 1010011 | 1001 |
Color Harmonies of #042B1E
Complementary color
Monochromatic Colors of #042B1E
Black with #042B1E
Text Example
Text Example
White with #042B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B1E; }
p { color: rgb(4,43,30); }
H1.HeaderClassName
{
color: #042B1E;
}
.AnyTagClassName
{
color: #042B1E;
}
</style>
background-color css
<style>
a { background-color: #042B1E; }
a { background-color: rgb(4,43,30); }
div.DivClassName
{
background-color: #042B1E;
}
.BgClassName
{
background-color: #042B1E;
}
</style>
border-color css
<style>
span { border-color: #042B1E; }
span { border-color: rgb(4,43,30); }
td.TdClassName
{
border-color: #042B1E;
}
.TagClassName
{
border-color: #042B1E;
}
</style>