Shades of Dark Green #043A30
Tints of Dark Green #043A30
RGB
CMYK
RGB Variations
Color information
#043A30 (or 0x043A30) is known color: Dark Green. HEX triplet: 04, 3A and 30. RGB value is (4,58,48). Sum of RGB (Red+Green+Blue) = 4+58+48=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #043A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A30 is #FBC5CF. Grayscale: #282828. Windows color (decimal): -16500176 or 3160580. OLE color: 3160580.
HSL color Cylindrical-coordinate representation of color #043A30: hue angle of 168.89º 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 #043A30 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 58 | 48 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.77 |
| HSL | 168.89º | 0.87% | 0.12% | - |
| HSV(B) | 168.89º | 0.93% | 0.23% | - |
| XYZ | 2.1 | 3.27 | 3.32 | - |
| YUV | 40.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 48 | 0.93 | 0 | 0.17 | 0.77 | 168.89 | 0.87 | 0.12 |
| Hex | 4 | 3A | 30 | 5D | 0 | 11 | 4D | A9 | 57 | C |
| Octal | 4 | 72 | 60 | 135 | 0 | 21 | 115 | 251 | 127 | 14 |
| Binary | 100 | 111010 | 110000 | 1011101 | 0 | 10001 | 1001101 | 10101001 | 1010111 | 1100 |
Color Harmonies of #043A30
Complementary color
Monochromatic Colors of #043A30
Black with #043A30
Text Example
Text Example
White with #043A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A30; }
p { color: rgb(4,58,48); }
H1.HeaderClassName
{
color: #043A30;
}
.AnyTagClassName
{
color: #043A30;
}
</style>
background-color css
<style>
a { background-color: #043A30; }
a { background-color: rgb(4,58,48); }
div.DivClassName
{
background-color: #043A30;
}
.BgClassName
{
background-color: #043A30;
}
</style>
border-color css
<style>
span { border-color: #043A30; }
span { border-color: rgb(4,58,48); }
td.TdClassName
{
border-color: #043A30;
}
.TagClassName
{
border-color: #043A30;
}
</style>