Shades of Dark Green #043A2D
Tints of Dark Green #043A2D
RGB
CMYK
RGB Variations
Color information
#043A2D (or 0x043A2D) is known color: Dark Green. HEX triplet: 04, 3A and 2D. RGB value is (4,58,45). Sum of RGB (Red+Green+Blue) = 4+58+45=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #043A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A2D is #FBC5D2. Grayscale: #282828. Windows color (decimal): -16500179 or 2963972. OLE color: 2963972.
HSL color Cylindrical-coordinate representation of color #043A2D: hue angle of 165.56º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A2D is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 58 | 45 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.77 |
| HSL | 165.56º | 0.87% | 0.12% | - |
| HSV(B) | 165.56º | 0.93% | 0.23% | - |
| XYZ | 2.04 | 3.24 | 3 | - |
| YUV | 40.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 45 | 0.93 | 0 | 0.22 | 0.77 | 165.56 | 0.87 | 0.12 |
| Hex | 4 | 3A | 2D | 5D | 0 | 16 | 4D | A6 | 57 | C |
| Octal | 4 | 72 | 55 | 135 | 0 | 26 | 115 | 246 | 127 | 14 |
| Binary | 100 | 111010 | 101101 | 1011101 | 0 | 10110 | 1001101 | 10100110 | 1010111 | 1100 |
Color Harmonies of #043A2D
Complementary color
Monochromatic Colors of #043A2D
Black with #043A2D
Text Example
Text Example
White with #043A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A2D; }
p { color: rgb(4,58,45); }
H1.HeaderClassName
{
color: #043A2D;
}
.AnyTagClassName
{
color: #043A2D;
}
</style>
background-color css
<style>
a { background-color: #043A2D; }
a { background-color: rgb(4,58,45); }
div.DivClassName
{
background-color: #043A2D;
}
.BgClassName
{
background-color: #043A2D;
}
</style>
border-color css
<style>
span { border-color: #043A2D; }
span { border-color: rgb(4,58,45); }
td.TdClassName
{
border-color: #043A2D;
}
.TagClassName
{
border-color: #043A2D;
}
</style>