Shades of Dark Green #04341D
Tints of Dark Green #04341D
RGB
CMYK
RGB Variations
Color information
#04341D (or 0x04341D) is known color: Dark Green. HEX triplet: 04, 34 and 1D. RGB value is (4,52,29). Sum of RGB (Red+Green+Blue) = 4+52+29=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #04341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04341D is #FBCBE2. Grayscale: #232323. Windows color (decimal): -16501731 or 1913860. OLE color: 1913860.
HSL color Cylindrical-coordinate representation of color #04341D: hue angle of 151.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04341D is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 52 | 29 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.80 |
| HSL | 151.25º | 0.86% | 0.11% | - |
| HSV(B) | 151.25º | 0.92% | 0.2% | - |
| XYZ | 1.5 | 2.57 | 1.58 | - |
| YUV | 35.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 29 | 0.92 | 0 | 0.44 | 0.80 | 151.25 | 0.86 | 0.11 |
| Hex | 4 | 34 | 1D | 5C | 0 | 2C | 50 | 97 | 56 | B |
| Octal | 4 | 64 | 35 | 134 | 0 | 54 | 120 | 227 | 126 | 13 |
| Binary | 100 | 110100 | 11101 | 1011100 | 0 | 101100 | 1010000 | 10010111 | 1010110 | 1011 |
Color Harmonies of #04341D
Complementary color
Monochromatic Colors of #04341D
Black with #04341D
Text Example
Text Example
White with #04341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04341D; }
p { color: rgb(4,52,29); }
H1.HeaderClassName
{
color: #04341D;
}
.AnyTagClassName
{
color: #04341D;
}
</style>
background-color css
<style>
a { background-color: #04341D; }
a { background-color: rgb(4,52,29); }
div.DivClassName
{
background-color: #04341D;
}
.BgClassName
{
background-color: #04341D;
}
</style>
border-color css
<style>
span { border-color: #04341D; }
span { border-color: rgb(4,52,29); }
td.TdClassName
{
border-color: #04341D;
}
.TagClassName
{
border-color: #04341D;
}
</style>