Shades of Dark Green #042E2A
Tints of Dark Green #042E2A
RGB
CMYK
RGB Variations
Color information
#042E2A (or 0x042E2A) is known color: Dark Green. HEX triplet: 04, 2E and 2A. RGB value is (4,46,42). Sum of RGB (Red+Green+Blue) = 4+46+42=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #042E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2A is #FBD1D5. Grayscale: #202020. Windows color (decimal): -16503254 or 2764292. OLE color: 2764292.
HSL color Cylindrical-coordinate representation of color #042E2A: hue angle of 174.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 #042E2A is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 46 | 42 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.82 |
| HSL | 174.29º | 0.84% | 0.1% | - |
| HSV(B) | 174.29º | 0.91% | 0.18% | - |
| XYZ | 1.44 | 2.15 | 2.53 | - |
| YUV | 32.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 42 | 0.91 | 0 | 0.09 | 0.82 | 174.29 | 0.84 | 0.1 |
| Hex | 4 | 2E | 2A | 5B | 0 | 9 | 52 | AE | 54 | A |
| Octal | 4 | 56 | 52 | 133 | 0 | 11 | 122 | 256 | 124 | 12 |
| Binary | 100 | 101110 | 101010 | 1011011 | 0 | 1001 | 1010010 | 10101110 | 1010100 | 1010 |
Color Harmonies of #042E2A
Complementary color
Monochromatic Colors of #042E2A
Black with #042E2A
Text Example
Text Example
White with #042E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E2A; }
p { color: rgb(4,46,42); }
H1.HeaderClassName
{
color: #042E2A;
}
.AnyTagClassName
{
color: #042E2A;
}
</style>
background-color css
<style>
a { background-color: #042E2A; }
a { background-color: rgb(4,46,42); }
div.DivClassName
{
background-color: #042E2A;
}
.BgClassName
{
background-color: #042E2A;
}
</style>
border-color css
<style>
span { border-color: #042E2A; }
span { border-color: rgb(4,46,42); }
td.TdClassName
{
border-color: #042E2A;
}
.TagClassName
{
border-color: #042E2A;
}
</style>