Shades of Dark Green #042E1A
Tints of Dark Green #042E1A
RGB
CMYK
RGB Variations
Color information
#042E1A (or 0x042E1A) is known color: Dark Green. HEX triplet: 04, 2E and 1A. RGB value is (4,46,26). Sum of RGB (Red+Green+Blue) = 4+46+26=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 46 (18.36% from 255 or 60.53% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 46 - color contains mainly: green. Hex color #042E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E1A is #FBD1E5. Grayscale: #1F1F1F. Windows color (decimal): -16503270 or 1715716. OLE color: 1715716.
HSL color Cylindrical-coordinate representation of color #042E1A: hue angle of 151.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 #042E1A is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 26 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.82 |
| HSL | 151.43º | 0.84% | 0.1% | - |
| HSV(B) | 151.43º | 0.91% | 0.18% | - |
| XYZ | 1.21 | 2.05 | 1.31 | - |
| YUV | 31.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 26 | 0.91 | 0 | 0.43 | 0.82 | 151.43 | 0.84 | 0.1 |
| Hex | 4 | 2E | 1A | 5B | 0 | 2B | 52 | 97 | 54 | A |
| Octal | 4 | 56 | 32 | 133 | 0 | 53 | 122 | 227 | 124 | 12 |
| Binary | 100 | 101110 | 11010 | 1011011 | 0 | 101011 | 1010010 | 10010111 | 1010100 | 1010 |
Color Harmonies of #042E1A
Complementary color
Monochromatic Colors of #042E1A
Black with #042E1A
Text Example
Text Example
White with #042E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E1A; }
p { color: rgb(4,46,26); }
H1.HeaderClassName
{
color: #042E1A;
}
.AnyTagClassName
{
color: #042E1A;
}
</style>
background-color css
<style>
a { background-color: #042E1A; }
a { background-color: rgb(4,46,26); }
div.DivClassName
{
background-color: #042E1A;
}
.BgClassName
{
background-color: #042E1A;
}
</style>
border-color css
<style>
span { border-color: #042E1A; }
span { border-color: rgb(4,46,26); }
td.TdClassName
{
border-color: #042E1A;
}
.TagClassName
{
border-color: #042E1A;
}
</style>