Shades of Dark Green #043014
Tints of Dark Green #043014
RGB
CMYK
RGB Variations
Color information
#043014 (or 0x043014) is known color: Dark Green. HEX triplet: 04, 30 and 14. RGB value is (4,48,20). Sum of RGB (Red+Green+Blue) = 4+48+20=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #043014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043014 is #FBCFEB. Grayscale: #1F1F1F. Windows color (decimal): -16502764 or 1323012. OLE color: 1323012.
HSL color Cylindrical-coordinate representation of color #043014: hue angle of 141.82º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043014 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 48 | 20 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.81 |
| HSL | 141.82º | 0.85% | 0.1% | - |
| HSV(B) | 141.82º | 0.92% | 0.19% | - |
| XYZ | 1.23 | 2.19 | 1.02 | - |
| YUV | 31.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 20 | 0.92 | 0 | 0.58 | 0.81 | 141.82 | 0.85 | 0.1 |
| Hex | 4 | 30 | 14 | 5C | 0 | 3A | 51 | 8E | 55 | A |
| Octal | 4 | 60 | 24 | 134 | 0 | 72 | 121 | 216 | 125 | 12 |
| Binary | 100 | 110000 | 10100 | 1011100 | 0 | 111010 | 1010001 | 10001110 | 1010101 | 1010 |
Color Harmonies of #043014
Complementary color
Monochromatic Colors of #043014
Black with #043014
Text Example
Text Example
White with #043014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043014; }
p { color: rgb(4,48,20); }
H1.HeaderClassName
{
color: #043014;
}
.AnyTagClassName
{
color: #043014;
}
</style>
background-color css
<style>
a { background-color: #043014; }
a { background-color: rgb(4,48,20); }
div.DivClassName
{
background-color: #043014;
}
.BgClassName
{
background-color: #043014;
}
</style>
border-color css
<style>
span { border-color: #043014; }
span { border-color: rgb(4,48,20); }
td.TdClassName
{
border-color: #043014;
}
.TagClassName
{
border-color: #043014;
}
</style>