Shades of Dark Green #07321D
Tints of Dark Green #07321D
RGB
CMYK
RGB Variations
Color information
#07321D (or 0x07321D) is known color: Dark Green. HEX triplet: 07, 32 and 1D. RGB value is (7,50,29). Sum of RGB (Red+Green+Blue) = 7+50+29=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #07321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07321D is #F8CDE2. Grayscale: #222222. Windows color (decimal): -16305635 or 1913351. OLE color: 1913351.
HSL color Cylindrical-coordinate representation of color #07321D: hue angle of 150.7º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07321D is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 29 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.80 |
| HSL | 150.7º | 0.75% | 0.11% | - |
| HSV(B) | 150.7º | 0.86% | 0.2% | - |
| XYZ | 1.45 | 2.42 | 1.55 | - |
| YUV | 34.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 29 | 0.86 | 0 | 0.42 | 0.80 | 150.7 | 0.75 | 0.11 |
| Hex | 7 | 32 | 1D | 56 | 0 | 2A | 50 | 97 | 4B | B |
| Octal | 7 | 62 | 35 | 126 | 0 | 52 | 120 | 227 | 113 | 13 |
| Binary | 111 | 110010 | 11101 | 1010110 | 0 | 101010 | 1010000 | 10010111 | 1001011 | 1011 |
Color Harmonies of #07321D
Complementary color
Monochromatic Colors of #07321D
Black with #07321D
Text Example
Text Example
White with #07321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07321D; }
p { color: rgb(7,50,29); }
H1.HeaderClassName
{
color: #07321D;
}
.AnyTagClassName
{
color: #07321D;
}
</style>
background-color css
<style>
a { background-color: #07321D; }
a { background-color: rgb(7,50,29); }
div.DivClassName
{
background-color: #07321D;
}
.BgClassName
{
background-color: #07321D;
}
</style>
border-color css
<style>
span { border-color: #07321D; }
span { border-color: rgb(7,50,29); }
td.TdClassName
{
border-color: #07321D;
}
.TagClassName
{
border-color: #07321D;
}
</style>