Shades of Dark Green #04301D
Tints of Dark Green #04301D
RGB
CMYK
RGB Variations
Color information
#04301D (or 0x04301D) is known color: Dark Green. HEX triplet: 04, 30 and 1D. RGB value is (4,48,29). Sum of RGB (Red+Green+Blue) = 4+48+29=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #04301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04301D is #FBCFE2. Grayscale: #202020. Windows color (decimal): -16502755 or 1912836. OLE color: 1912836.
HSL color Cylindrical-coordinate representation of color #04301D: hue angle of 154.09º 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 #04301D is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 48 | 29 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.81 |
| HSL | 154.09º | 0.85% | 0.1% | - |
| HSV(B) | 154.09º | 0.92% | 0.19% | - |
| XYZ | 1.33 | 2.23 | 1.52 | - |
| YUV | 32.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 29 | 0.92 | 0 | 0.40 | 0.81 | 154.09 | 0.85 | 0.1 |
| Hex | 4 | 30 | 1D | 5C | 0 | 28 | 51 | 9A | 55 | A |
| Octal | 4 | 60 | 35 | 134 | 0 | 50 | 121 | 232 | 125 | 12 |
| Binary | 100 | 110000 | 11101 | 1011100 | 0 | 101000 | 1010001 | 10011010 | 1010101 | 1010 |
Color Harmonies of #04301D
Complementary color
Monochromatic Colors of #04301D
Black with #04301D
Text Example
Text Example
White with #04301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04301D; }
p { color: rgb(4,48,29); }
H1.HeaderClassName
{
color: #04301D;
}
.AnyTagClassName
{
color: #04301D;
}
</style>
background-color css
<style>
a { background-color: #04301D; }
a { background-color: rgb(4,48,29); }
div.DivClassName
{
background-color: #04301D;
}
.BgClassName
{
background-color: #04301D;
}
</style>
border-color css
<style>
span { border-color: #04301D; }
span { border-color: rgb(4,48,29); }
td.TdClassName
{
border-color: #04301D;
}
.TagClassName
{
border-color: #04301D;
}
</style>