Shades of Dark Green #07372E
Tints of Dark Green #07372E
RGB
CMYK
RGB Variations
Color information
#07372E (or 0x07372E) is known color: Dark Green. HEX triplet: 07, 37 and 2E. RGB value is (7,55,46). Sum of RGB (Red+Green+Blue) = 7+55+46=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #07372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07372E is #F8C8D1. Grayscale: #272727. Windows color (decimal): -16304338 or 3028743. OLE color: 3028743.
HSL color Cylindrical-coordinate representation of color #07372E: hue angle of 168.75º 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 #07372E is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 55 | 46 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.78 |
| HSL | 168.75º | 0.77% | 0.12% | - |
| HSV(B) | 168.75º | 0.87% | 0.22% | - |
| XYZ | 1.95 | 2.97 | 3.06 | - |
| YUV | 39.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 46 | 0.87 | 0 | 0.16 | 0.78 | 168.75 | 0.77 | 0.12 |
| Hex | 7 | 37 | 2E | 57 | 0 | 10 | 4E | A9 | 4D | C |
| Octal | 7 | 67 | 56 | 127 | 0 | 20 | 116 | 251 | 115 | 14 |
| Binary | 111 | 110111 | 101110 | 1010111 | 0 | 10000 | 1001110 | 10101001 | 1001101 | 1100 |
Color Harmonies of #07372E
Complementary color
Monochromatic Colors of #07372E
Black with #07372E
Text Example
Text Example
White with #07372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07372E; }
p { color: rgb(7,55,46); }
H1.HeaderClassName
{
color: #07372E;
}
.AnyTagClassName
{
color: #07372E;
}
</style>
background-color css
<style>
a { background-color: #07372E; }
a { background-color: rgb(7,55,46); }
div.DivClassName
{
background-color: #07372E;
}
.BgClassName
{
background-color: #07372E;
}
</style>
border-color css
<style>
span { border-color: #07372E; }
span { border-color: rgb(7,55,46); }
td.TdClassName
{
border-color: #07372E;
}
.TagClassName
{
border-color: #07372E;
}
</style>