Shades of Dark Green #00321C
Tints of Dark Green #00321C
RGB
CMYK
RGB Variations
Color information
#00321C (or 0x00321C) is known color: Dark Green. HEX triplet: 00, 32 and 1C. RGB value is (0,50,28). Sum of RGB (Red+Green+Blue) = 0+50+28=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #00321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00321C is #FFCDE3. Grayscale: #202020. Windows color (decimal): -16764388 or 1847808. OLE color: 1847808.
HSL color Cylindrical-coordinate representation of color #00321C: hue angle of 153.6º 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 #00321C is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 28 | - |
| CMYK | 1 | 0 | 0.44 | 0.80 |
| HSL | 153.6º | 1% | 0.1% | - |
| HSV(B) | 153.6º | 1% | 0.2% | - |
| XYZ | 1.35 | 2.37 | 1.48 | - |
| YUV | 32.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 28 | 1 | 0 | 0.44 | 0.80 | 153.6 | 1 | 0.1 |
| Hex | 0 | 32 | 1C | 64 | 0 | 2C | 50 | 9A | 64 | A |
| Octal | 0 | 62 | 34 | 144 | 0 | 54 | 120 | 232 | 144 | 12 |
| Binary | 0 | 110010 | 11100 | 1100100 | 0 | 101100 | 1010000 | 10011010 | 1100100 | 1010 |
Color Harmonies of #00321C
Complementary color
Monochromatic Colors of #00321C
Black with #00321C
Text Example
Text Example
White with #00321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00321C; }
p { color: rgb(0,50,28); }
H1.HeaderClassName
{
color: #00321C;
}
.AnyTagClassName
{
color: #00321C;
}
</style>
background-color css
<style>
a { background-color: #00321C; }
a { background-color: rgb(0,50,28); }
div.DivClassName
{
background-color: #00321C;
}
.BgClassName
{
background-color: #00321C;
}
</style>
border-color css
<style>
span { border-color: #00321C; }
span { border-color: rgb(0,50,28); }
td.TdClassName
{
border-color: #00321C;
}
.TagClassName
{
border-color: #00321C;
}
</style>