Shades of Dark Green #04332F
Tints of Dark Green #04332F
RGB
CMYK
RGB Variations
Color information
#04332F (or 0x04332F) is known color: Dark Green. HEX triplet: 04, 33 and 2F. RGB value is (4,51,47). Sum of RGB (Red+Green+Blue) = 4+51+47=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #04332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04332F is #FBCCD0. Grayscale: #242424. Windows color (decimal): -16501969 or 3093252. OLE color: 3093252.
HSL color Cylindrical-coordinate representation of color #04332F: hue angle of 174.89º 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 #04332F is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 51 | 47 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.8 |
| HSL | 174.89º | 0.85% | 0.11% | - |
| HSV(B) | 174.89º | 0.92% | 0.2% | - |
| XYZ | 1.75 | 2.6 | 3.1 | - |
| YUV | 36.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 47 | 0.92 | 0 | 0.08 | 0.8 | 174.89 | 0.85 | 0.11 |
| Hex | 4 | 33 | 2F | 5C | 0 | 8 | 50 | AF | 55 | B |
| Octal | 4 | 63 | 57 | 134 | 0 | 10 | 120 | 257 | 125 | 13 |
| Binary | 100 | 110011 | 101111 | 1011100 | 0 | 1000 | 1010000 | 10101111 | 1010101 | 1011 |
Color Harmonies of #04332F
Complementary color
Monochromatic Colors of #04332F
Black with #04332F
Text Example
Text Example
White with #04332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04332F; }
p { color: rgb(4,51,47); }
H1.HeaderClassName
{
color: #04332F;
}
.AnyTagClassName
{
color: #04332F;
}
</style>
background-color css
<style>
a { background-color: #04332F; }
a { background-color: rgb(4,51,47); }
div.DivClassName
{
background-color: #04332F;
}
.BgClassName
{
background-color: #04332F;
}
</style>
border-color css
<style>
span { border-color: #04332F; }
span { border-color: rgb(4,51,47); }
td.TdClassName
{
border-color: #04332F;
}
.TagClassName
{
border-color: #04332F;
}
</style>