Shades of Dark Green #04331F
Tints of Dark Green #04331F
RGB
CMYK
RGB Variations
Color information
#04331F (or 0x04331F) is known color: Dark Green. HEX triplet: 04, 33 and 1F. RGB value is (4,51,31). Sum of RGB (Red+Green+Blue) = 4+51+31=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #04331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04331F is #FBCCE0. Grayscale: #222222. Windows color (decimal): -16501985 or 2044676. OLE color: 2044676.
HSL color Cylindrical-coordinate representation of color #04331F: hue angle of 154.47º degrees, saturation: 0.85, 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 #04331F is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 51 | 31 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.8 |
| HSL | 154.47º | 0.85% | 0.11% | - |
| HSV(B) | 154.47º | 0.92% | 0.2% | - |
| XYZ | 1.48 | 2.49 | 1.7 | - |
| YUV | 34.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 31 | 0.92 | 0 | 0.39 | 0.8 | 154.47 | 0.85 | 0.11 |
| Hex | 4 | 33 | 1F | 5C | 0 | 27 | 50 | 9A | 55 | B |
| Octal | 4 | 63 | 37 | 134 | 0 | 47 | 120 | 232 | 125 | 13 |
| Binary | 100 | 110011 | 11111 | 1011100 | 0 | 100111 | 1010000 | 10011010 | 1010101 | 1011 |
Color Harmonies of #04331F
Complementary color
Monochromatic Colors of #04331F
Black with #04331F
Text Example
Text Example
White with #04331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04331F; }
p { color: rgb(4,51,31); }
H1.HeaderClassName
{
color: #04331F;
}
.AnyTagClassName
{
color: #04331F;
}
</style>
background-color css
<style>
a { background-color: #04331F; }
a { background-color: rgb(4,51,31); }
div.DivClassName
{
background-color: #04331F;
}
.BgClassName
{
background-color: #04331F;
}
</style>
border-color css
<style>
span { border-color: #04331F; }
span { border-color: rgb(4,51,31); }
td.TdClassName
{
border-color: #04331F;
}
.TagClassName
{
border-color: #04331F;
}
</style>