Shades of Dark Green #04342B
Tints of Dark Green #04342B
RGB
CMYK
RGB Variations
Color information
#04342B (or 0x04342B) is known color: Dark Green. HEX triplet: 04, 34 and 2B. RGB value is (4,52,43). Sum of RGB (Red+Green+Blue) = 4+52+43=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #04342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04342B is #FBCBD4. Grayscale: #242424. Windows color (decimal): -16501717 or 2831364. OLE color: 2831364.
HSL color Cylindrical-coordinate representation of color #04342B: hue angle of 168.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 #04342B is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 52 | 43 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.80 |
| HSL | 168.75º | 0.86% | 0.11% | - |
| HSV(B) | 168.75º | 0.92% | 0.2% | - |
| XYZ | 1.71 | 2.66 | 2.71 | - |
| YUV | 36.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 43 | 0.92 | 0 | 0.17 | 0.80 | 168.75 | 0.86 | 0.11 |
| Hex | 4 | 34 | 2B | 5C | 0 | 11 | 50 | A9 | 56 | B |
| Octal | 4 | 64 | 53 | 134 | 0 | 21 | 120 | 251 | 126 | 13 |
| Binary | 100 | 110100 | 101011 | 1011100 | 0 | 10001 | 1010000 | 10101001 | 1010110 | 1011 |
Color Harmonies of #04342B
Complementary color
Monochromatic Colors of #04342B
Black with #04342B
Text Example
Text Example
White with #04342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04342B; }
p { color: rgb(4,52,43); }
H1.HeaderClassName
{
color: #04342B;
}
.AnyTagClassName
{
color: #04342B;
}
</style>
background-color css
<style>
a { background-color: #04342B; }
a { background-color: rgb(4,52,43); }
div.DivClassName
{
background-color: #04342B;
}
.BgClassName
{
background-color: #04342B;
}
</style>
border-color css
<style>
span { border-color: #04342B; }
span { border-color: rgb(4,52,43); }
td.TdClassName
{
border-color: #04342B;
}
.TagClassName
{
border-color: #04342B;
}
</style>