Shades of Dark Green #04342E
Tints of Dark Green #04342E
RGB
CMYK
RGB Variations
Color information
#04342E (or 0x04342E) is known color: Dark Green. HEX triplet: 04, 34 and 2E. RGB value is (4,52,46). Sum of RGB (Red+Green+Blue) = 4+52+46=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #04342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04342E is #FBCBD1. Grayscale: #242424. Windows color (decimal): -16501714 or 3027972. OLE color: 3027972.
HSL color Cylindrical-coordinate representation of color #04342E: hue angle of 172.5º 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 #04342E is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 52 | 46 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.80 |
| HSL | 172.5º | 0.86% | 0.11% | - |
| HSV(B) | 172.5º | 0.92% | 0.2% | - |
| XYZ | 1.77 | 2.68 | 3.01 | - |
| YUV | 36.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 46 | 0.92 | 0 | 0.12 | 0.80 | 172.5 | 0.86 | 0.11 |
| Hex | 4 | 34 | 2E | 5C | 0 | C | 50 | AC | 56 | B |
| Octal | 4 | 64 | 56 | 134 | 0 | 14 | 120 | 254 | 126 | 13 |
| Binary | 100 | 110100 | 101110 | 1011100 | 0 | 1100 | 1010000 | 10101100 | 1010110 | 1011 |
Color Harmonies of #04342E
Complementary color
Monochromatic Colors of #04342E
Black with #04342E
Text Example
Text Example
White with #04342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04342E; }
p { color: rgb(4,52,46); }
H1.HeaderClassName
{
color: #04342E;
}
.AnyTagClassName
{
color: #04342E;
}
</style>
background-color css
<style>
a { background-color: #04342E; }
a { background-color: rgb(4,52,46); }
div.DivClassName
{
background-color: #04342E;
}
.BgClassName
{
background-color: #04342E;
}
</style>
border-color css
<style>
span { border-color: #04342E; }
span { border-color: rgb(4,52,46); }
td.TdClassName
{
border-color: #04342E;
}
.TagClassName
{
border-color: #04342E;
}
</style>