Shades of Dark Green #07322D
Tints of Dark Green #07322D
RGB
CMYK
RGB Variations
Color information
#07322D (or 0x07322D) is known color: Dark Green. HEX triplet: 07, 32 and 2D. RGB value is (7,50,45). Sum of RGB (Red+Green+Blue) = 7+50+45=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #07322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07322D is #F8CDD2. Grayscale: #242424. Windows color (decimal): -16305619 or 2961927. OLE color: 2961927.
HSL color Cylindrical-coordinate representation of color #07322D: hue angle of 173.02º 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 #07322D is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 45 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.80 |
| HSL | 173.02º | 0.75% | 0.11% | - |
| HSV(B) | 173.02º | 0.86% | 0.2% | - |
| XYZ | 1.7 | 2.52 | 2.88 | - |
| YUV | 36.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 45 | 0.86 | 0 | 0.10 | 0.80 | 173.02 | 0.75 | 0.11 |
| Hex | 7 | 32 | 2D | 56 | 0 | A | 50 | AD | 4B | B |
| Octal | 7 | 62 | 55 | 126 | 0 | 12 | 120 | 255 | 113 | 13 |
| Binary | 111 | 110010 | 101101 | 1010110 | 0 | 1010 | 1010000 | 10101101 | 1001011 | 1011 |
Color Harmonies of #07322D
Complementary color
Monochromatic Colors of #07322D
Black with #07322D
Text Example
Text Example
White with #07322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07322D; }
p { color: rgb(7,50,45); }
H1.HeaderClassName
{
color: #07322D;
}
.AnyTagClassName
{
color: #07322D;
}
</style>
background-color css
<style>
a { background-color: #07322D; }
a { background-color: rgb(7,50,45); }
div.DivClassName
{
background-color: #07322D;
}
.BgClassName
{
background-color: #07322D;
}
</style>
border-color css
<style>
span { border-color: #07322D; }
span { border-color: rgb(7,50,45); }
td.TdClassName
{
border-color: #07322D;
}
.TagClassName
{
border-color: #07322D;
}
</style>