Shades of Dark Green #03321E
Tints of Dark Green #03321E
RGB
CMYK
RGB Variations
Color information
#03321E (or 0x03321E) is known color: Dark Green. HEX triplet: 03, 32 and 1E. RGB value is (3,50,30). Sum of RGB (Red+Green+Blue) = 3+50+30=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #03321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03321E is #FCCDE1. Grayscale: #212121. Windows color (decimal): -16567778 or 1978883. OLE color: 1978883.
HSL color Cylindrical-coordinate representation of color #03321E: hue angle of 154.47º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03321E is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 30 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.80 |
| HSL | 154.47º | 0.89% | 0.1% | - |
| HSV(B) | 154.47º | 0.94% | 0.2% | - |
| XYZ | 1.41 | 2.39 | 1.62 | - |
| YUV | 33.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 30 | 0.94 | 0 | 0.40 | 0.80 | 154.47 | 0.89 | 0.1 |
| Hex | 3 | 32 | 1E | 5E | 0 | 28 | 50 | 9A | 59 | A |
| Octal | 3 | 62 | 36 | 136 | 0 | 50 | 120 | 232 | 131 | 12 |
| Binary | 11 | 110010 | 11110 | 1011110 | 0 | 101000 | 1010000 | 10011010 | 1011001 | 1010 |
Color Harmonies of #03321E
Complementary color
Monochromatic Colors of #03321E
Black with #03321E
Text Example
Text Example
White with #03321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03321E; }
p { color: rgb(3,50,30); }
H1.HeaderClassName
{
color: #03321E;
}
.AnyTagClassName
{
color: #03321E;
}
</style>
background-color css
<style>
a { background-color: #03321E; }
a { background-color: rgb(3,50,30); }
div.DivClassName
{
background-color: #03321E;
}
.BgClassName
{
background-color: #03321E;
}
</style>
border-color css
<style>
span { border-color: #03321E; }
span { border-color: rgb(3,50,30); }
td.TdClassName
{
border-color: #03321E;
}
.TagClassName
{
border-color: #03321E;
}
</style>