Shades of Dark Green #04332E
Tints of Dark Green #04332E
RGB
CMYK
RGB Variations
Color information
#04332E (or 0x04332E) is known color: Dark Green. HEX triplet: 04, 33 and 2E. RGB value is (4,51,46). Sum of RGB (Red+Green+Blue) = 4+51+46=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #04332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04332E is #FBCCD1. Grayscale: #242424. Windows color (decimal): -16501970 or 3027716. OLE color: 3027716.
HSL color Cylindrical-coordinate representation of color #04332E: hue angle of 173.62º 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 #04332E is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 51 | 46 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.8 |
| HSL | 173.62º | 0.85% | 0.11% | - |
| HSV(B) | 173.62º | 0.92% | 0.2% | - |
| XYZ | 1.73 | 2.59 | 2.99 | - |
| YUV | 36.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 46 | 0.92 | 0 | 0.10 | 0.8 | 173.62 | 0.85 | 0.11 |
| Hex | 4 | 33 | 2E | 5C | 0 | A | 50 | AE | 55 | B |
| Octal | 4 | 63 | 56 | 134 | 0 | 12 | 120 | 256 | 125 | 13 |
| Binary | 100 | 110011 | 101110 | 1011100 | 0 | 1010 | 1010000 | 10101110 | 1010101 | 1011 |
Color Harmonies of #04332E
Complementary color
Monochromatic Colors of #04332E
Black with #04332E
Text Example
Text Example
White with #04332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04332E; }
p { color: rgb(4,51,46); }
H1.HeaderClassName
{
color: #04332E;
}
.AnyTagClassName
{
color: #04332E;
}
</style>
background-color css
<style>
a { background-color: #04332E; }
a { background-color: rgb(4,51,46); }
div.DivClassName
{
background-color: #04332E;
}
.BgClassName
{
background-color: #04332E;
}
</style>
border-color css
<style>
span { border-color: #04332E; }
span { border-color: rgb(4,51,46); }
td.TdClassName
{
border-color: #04332E;
}
.TagClassName
{
border-color: #04332E;
}
</style>