Shades of Dark Green #04312E
Tints of Dark Green #04312E
RGB
CMYK
RGB Variations
Color information
#04312E (or 0x04312E) is known color: Dark Green. HEX triplet: 04, 31 and 2E. RGB value is (4,49,46). Sum of RGB (Red+Green+Blue) = 4+49+46=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #04312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04312E is #FBCED1. Grayscale: #232323. Windows color (decimal): -16502482 or 3027204. OLE color: 3027204.
HSL color Cylindrical-coordinate representation of color #04312E: hue angle of 176º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04312E is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 49 | 46 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.81 |
| HSL | 176º | 0.85% | 0.1% | - |
| HSV(B) | 176º | 0.92% | 0.19% | - |
| XYZ | 1.64 | 2.42 | 2.97 | - |
| YUV | 35.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 46 | 0.92 | 0 | 0.06 | 0.81 | 176 | 0.85 | 0.1 |
| Hex | 4 | 31 | 2E | 5C | 0 | 6 | 51 | B0 | 55 | A |
| Octal | 4 | 61 | 56 | 134 | 0 | 6 | 121 | 260 | 125 | 12 |
| Binary | 100 | 110001 | 101110 | 1011100 | 0 | 110 | 1010001 | 10110000 | 1010101 | 1010 |
Color Harmonies of #04312E
Complementary color
Monochromatic Colors of #04312E
Black with #04312E
Text Example
Text Example
White with #04312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04312E; }
p { color: rgb(4,49,46); }
H1.HeaderClassName
{
color: #04312E;
}
.AnyTagClassName
{
color: #04312E;
}
</style>
background-color css
<style>
a { background-color: #04312E; }
a { background-color: rgb(4,49,46); }
div.DivClassName
{
background-color: #04312E;
}
.BgClassName
{
background-color: #04312E;
}
</style>
border-color css
<style>
span { border-color: #04312E; }
span { border-color: rgb(4,49,46); }
td.TdClassName
{
border-color: #04312E;
}
.TagClassName
{
border-color: #04312E;
}
</style>