Shades of Dark Green #04392F
Tints of Dark Green #04392F
RGB
CMYK
RGB Variations
Color information
#04392F (or 0x04392F) is known color: Dark Green. HEX triplet: 04, 39 and 2F. RGB value is (4,57,47). Sum of RGB (Red+Green+Blue) = 4+57+47=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #04392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04392F is #FBC6D0. Grayscale: #282828. Windows color (decimal): -16500433 or 3094788. OLE color: 3094788.
HSL color Cylindrical-coordinate representation of color #04392F: hue angle of 168.68º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04392F is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 57 | 47 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.78 |
| HSL | 168.68º | 0.87% | 0.12% | - |
| HSV(B) | 168.68º | 0.93% | 0.22% | - |
| XYZ | 2.03 | 3.16 | 3.19 | - |
| YUV | 40.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 47 | 0.93 | 0 | 0.18 | 0.78 | 168.68 | 0.87 | 0.12 |
| Hex | 4 | 39 | 2F | 5D | 0 | 12 | 4E | A9 | 57 | C |
| Octal | 4 | 71 | 57 | 135 | 0 | 22 | 116 | 251 | 127 | 14 |
| Binary | 100 | 111001 | 101111 | 1011101 | 0 | 10010 | 1001110 | 10101001 | 1010111 | 1100 |
Color Harmonies of #04392F
Complementary color
Monochromatic Colors of #04392F
Black with #04392F
Text Example
Text Example
White with #04392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04392F; }
p { color: rgb(4,57,47); }
H1.HeaderClassName
{
color: #04392F;
}
.AnyTagClassName
{
color: #04392F;
}
</style>
background-color css
<style>
a { background-color: #04392F; }
a { background-color: rgb(4,57,47); }
div.DivClassName
{
background-color: #04392F;
}
.BgClassName
{
background-color: #04392F;
}
</style>
border-color css
<style>
span { border-color: #04392F; }
span { border-color: rgb(4,57,47); }
td.TdClassName
{
border-color: #04392F;
}
.TagClassName
{
border-color: #04392F;
}
</style>