Shades of Dark Green #043A2B
Tints of Dark Green #043A2B
RGB
CMYK
RGB Variations
Color information
#043A2B (or 0x043A2B) is known color: Dark Green. HEX triplet: 04, 3A and 2B. RGB value is (4,58,43). Sum of RGB (Red+Green+Blue) = 4+58+43=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #043A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A2B is #FBC5D4. Grayscale: #282828. Windows color (decimal): -16500181 or 2832900. OLE color: 2832900.
HSL color Cylindrical-coordinate representation of color #043A2B: hue angle of 163.33º 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 #043A2B is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 58 | 43 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.77 |
| HSL | 163.33º | 0.87% | 0.12% | - |
| HSV(B) | 163.33º | 0.93% | 0.23% | - |
| XYZ | 2 | 3.23 | 2.8 | - |
| YUV | 40.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 43 | 0.93 | 0 | 0.26 | 0.77 | 163.33 | 0.87 | 0.12 |
| Hex | 4 | 3A | 2B | 5D | 0 | 1A | 4D | A3 | 57 | C |
| Octal | 4 | 72 | 53 | 135 | 0 | 32 | 115 | 243 | 127 | 14 |
| Binary | 100 | 111010 | 101011 | 1011101 | 0 | 11010 | 1001101 | 10100011 | 1010111 | 1100 |
Color Harmonies of #043A2B
Complementary color
Monochromatic Colors of #043A2B
Black with #043A2B
Text Example
Text Example
White with #043A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A2B; }
p { color: rgb(4,58,43); }
H1.HeaderClassName
{
color: #043A2B;
}
.AnyTagClassName
{
color: #043A2B;
}
</style>
background-color css
<style>
a { background-color: #043A2B; }
a { background-color: rgb(4,58,43); }
div.DivClassName
{
background-color: #043A2B;
}
.BgClassName
{
background-color: #043A2B;
}
</style>
border-color css
<style>
span { border-color: #043A2B; }
span { border-color: rgb(4,58,43); }
td.TdClassName
{
border-color: #043A2B;
}
.TagClassName
{
border-color: #043A2B;
}
</style>