Shades of Dark Green #00320E
Tints of Dark Green #00320E
RGB
CMYK
RGB Variations
Color information
#00320E (or 0x00320E) is known color: Dark Green. HEX triplet: 00, 32 and 0E. RGB value is (0,50,14). Sum of RGB (Red+Green+Blue) = 0+50+14=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #00320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00320E is #FFCDF1. Grayscale: #1F1F1F. Windows color (decimal): -16764402 or 930304. OLE color: 930304.
HSL color Cylindrical-coordinate representation of color #00320E: hue angle of 136.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 #00320E is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 14 | - |
| CMYK | 1 | 0 | 0.72 | 0.80 |
| HSL | 136.8º | 1% | 0.1% | - |
| HSV(B) | 136.8º | 1% | 0.2% | - |
| XYZ | 1.22 | 2.31 | 0.8 | - |
| YUV | 30.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 14 | 1 | 0 | 0.72 | 0.80 | 136.8 | 1 | 0.1 |
| Hex | 0 | 32 | E | 64 | 0 | 48 | 50 | 89 | 64 | A |
| Octal | 0 | 62 | 16 | 144 | 0 | 110 | 120 | 211 | 144 | 12 |
| Binary | 0 | 110010 | 1110 | 1100100 | 0 | 1001000 | 1010000 | 10001001 | 1100100 | 1010 |
Color Harmonies of #00320E
Complementary color
Monochromatic Colors of #00320E
Black with #00320E
Text Example
Text Example
White with #00320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00320E; }
p { color: rgb(0,50,14); }
H1.HeaderClassName
{
color: #00320E;
}
.AnyTagClassName
{
color: #00320E;
}
</style>
background-color css
<style>
a { background-color: #00320E; }
a { background-color: rgb(0,50,14); }
div.DivClassName
{
background-color: #00320E;
}
.BgClassName
{
background-color: #00320E;
}
</style>
border-color css
<style>
span { border-color: #00320E; }
span { border-color: rgb(0,50,14); }
td.TdClassName
{
border-color: #00320E;
}
.TagClassName
{
border-color: #00320E;
}
</style>