Shades of Dark Green #04342F
Tints of Dark Green #04342F
RGB
CMYK
RGB Variations
Color information
#04342F (or 0x04342F) is known color: Dark Green. HEX triplet: 04, 34 and 2F. RGB value is (4,52,47). Sum of RGB (Red+Green+Blue) = 4+52+47=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #04342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04342F is #FBCBD0. Grayscale: #252525. Windows color (decimal): -16501713 or 3093508. OLE color: 3093508.
HSL color Cylindrical-coordinate representation of color #04342F: hue angle of 173.75º 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 #04342F is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 52 | 47 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.80 |
| HSL | 173.75º | 0.86% | 0.11% | - |
| HSV(B) | 173.75º | 0.92% | 0.2% | - |
| XYZ | 1.79 | 2.69 | 3.11 | - |
| YUV | 37.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 47 | 0.92 | 0 | 0.10 | 0.80 | 173.75 | 0.86 | 0.11 |
| Hex | 4 | 34 | 2F | 5C | 0 | A | 50 | AE | 56 | B |
| Octal | 4 | 64 | 57 | 134 | 0 | 12 | 120 | 256 | 126 | 13 |
| Binary | 100 | 110100 | 101111 | 1011100 | 0 | 1010 | 1010000 | 10101110 | 1010110 | 1011 |
Color Harmonies of #04342F
Complementary color
Monochromatic Colors of #04342F
Black with #04342F
Text Example
Text Example
White with #04342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04342F; }
p { color: rgb(4,52,47); }
H1.HeaderClassName
{
color: #04342F;
}
.AnyTagClassName
{
color: #04342F;
}
</style>
background-color css
<style>
a { background-color: #04342F; }
a { background-color: rgb(4,52,47); }
div.DivClassName
{
background-color: #04342F;
}
.BgClassName
{
background-color: #04342F;
}
</style>
border-color css
<style>
span { border-color: #04342F; }
span { border-color: rgb(4,52,47); }
td.TdClassName
{
border-color: #04342F;
}
.TagClassName
{
border-color: #04342F;
}
</style>