Shades of Dark Green #03321D
Tints of Dark Green #03321D
RGB
CMYK
RGB Variations
Color information
#03321D (or 0x03321D) is known color: Dark Green. HEX triplet: 03, 32 and 1D. RGB value is (3,50,29). Sum of RGB (Red+Green+Blue) = 3+50+29=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #03321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03321D is #FCCDE2. Grayscale: #212121. Windows color (decimal): -16567779 or 1913347. OLE color: 1913347.
HSL color Cylindrical-coordinate representation of color #03321D: hue angle of 153.19º 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 #03321D is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 29 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.80 |
| HSL | 153.19º | 0.89% | 0.1% | - |
| HSV(B) | 153.19º | 0.94% | 0.2% | - |
| XYZ | 1.4 | 2.39 | 1.55 | - |
| YUV | 33.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 29 | 0.94 | 0 | 0.42 | 0.80 | 153.19 | 0.89 | 0.1 |
| Hex | 3 | 32 | 1D | 5E | 0 | 2A | 50 | 99 | 59 | A |
| Octal | 3 | 62 | 35 | 136 | 0 | 52 | 120 | 231 | 131 | 12 |
| Binary | 11 | 110010 | 11101 | 1011110 | 0 | 101010 | 1010000 | 10011001 | 1011001 | 1010 |
Color Harmonies of #03321D
Complementary color
Monochromatic Colors of #03321D
Black with #03321D
Text Example
Text Example
White with #03321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03321D; }
p { color: rgb(3,50,29); }
H1.HeaderClassName
{
color: #03321D;
}
.AnyTagClassName
{
color: #03321D;
}
</style>
background-color css
<style>
a { background-color: #03321D; }
a { background-color: rgb(3,50,29); }
div.DivClassName
{
background-color: #03321D;
}
.BgClassName
{
background-color: #03321D;
}
</style>
border-color css
<style>
span { border-color: #03321D; }
span { border-color: rgb(3,50,29); }
td.TdClassName
{
border-color: #03321D;
}
.TagClassName
{
border-color: #03321D;
}
</style>