Shades of Dark Green #07372D
Tints of Dark Green #07372D
RGB
CMYK
RGB Variations
Color information
#07372D (or 0x07372D) is known color: Dark Green. HEX triplet: 07, 37 and 2D. RGB value is (7,55,45). Sum of RGB (Red+Green+Blue) = 7+55+45=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #07372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07372D is #F8C8D2. Grayscale: #272727. Windows color (decimal): -16304339 or 2963207. OLE color: 2963207.
HSL color Cylindrical-coordinate representation of color #07372D: hue angle of 167.5º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07372D is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 55 | 45 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.78 |
| HSL | 167.5º | 0.77% | 0.12% | - |
| HSV(B) | 167.5º | 0.87% | 0.22% | - |
| XYZ | 1.93 | 2.97 | 2.95 | - |
| YUV | 39.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 45 | 0.87 | 0 | 0.18 | 0.78 | 167.5 | 0.77 | 0.12 |
| Hex | 7 | 37 | 2D | 57 | 0 | 12 | 4E | A8 | 4D | C |
| Octal | 7 | 67 | 55 | 127 | 0 | 22 | 116 | 250 | 115 | 14 |
| Binary | 111 | 110111 | 101101 | 1010111 | 0 | 10010 | 1001110 | 10101000 | 1001101 | 1100 |
Color Harmonies of #07372D
Complementary color
Monochromatic Colors of #07372D
Black with #07372D
Text Example
Text Example
White with #07372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07372D; }
p { color: rgb(7,55,45); }
H1.HeaderClassName
{
color: #07372D;
}
.AnyTagClassName
{
color: #07372D;
}
</style>
background-color css
<style>
a { background-color: #07372D; }
a { background-color: rgb(7,55,45); }
div.DivClassName
{
background-color: #07372D;
}
.BgClassName
{
background-color: #07372D;
}
</style>
border-color css
<style>
span { border-color: #07372D; }
span { border-color: rgb(7,55,45); }
td.TdClassName
{
border-color: #07372D;
}
.TagClassName
{
border-color: #07372D;
}
</style>