Shades of Dark Green #00321D
Tints of Dark Green #00321D
RGB
CMYK
RGB Variations
Color information
#00321D (or 0x00321D) is known color: Dark Green. HEX triplet: 00, 32 and 1D. RGB value is (0,50,29). Sum of RGB (Red+Green+Blue) = 0+50+29=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #00321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00321D is #FFCDE2. Grayscale: #202020. Windows color (decimal): -16764387 or 1913344. OLE color: 1913344.
HSL color Cylindrical-coordinate representation of color #00321D: hue angle of 154.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00321D is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 29 | - |
| CMYK | 1 | 0 | 0.42 | 0.80 |
| HSL | 154.8º | 1% | 0.1% | - |
| HSV(B) | 154.8º | 1% | 0.2% | - |
| XYZ | 1.36 | 2.37 | 1.55 | - |
| YUV | 32.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 29 | 1 | 0 | 0.42 | 0.80 | 154.8 | 1 | 0.1 |
| Hex | 0 | 32 | 1D | 64 | 0 | 2A | 50 | 9B | 64 | A |
| Octal | 0 | 62 | 35 | 144 | 0 | 52 | 120 | 233 | 144 | 12 |
| Binary | 0 | 110010 | 11101 | 1100100 | 0 | 101010 | 1010000 | 10011011 | 1100100 | 1010 |
Color Harmonies of #00321D
Complementary color
Monochromatic Colors of #00321D
Black with #00321D
Text Example
Text Example
White with #00321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00321D; }
p { color: rgb(0,50,29); }
H1.HeaderClassName
{
color: #00321D;
}
.AnyTagClassName
{
color: #00321D;
}
</style>
background-color css
<style>
a { background-color: #00321D; }
a { background-color: rgb(0,50,29); }
div.DivClassName
{
background-color: #00321D;
}
.BgClassName
{
background-color: #00321D;
}
</style>
border-color css
<style>
span { border-color: #00321D; }
span { border-color: rgb(0,50,29); }
td.TdClassName
{
border-color: #00321D;
}
.TagClassName
{
border-color: #00321D;
}
</style>