Shades of Dark Green #07372A
Tints of Dark Green #07372A
RGB
CMYK
RGB Variations
Color information
#07372A (or 0x07372A) is known color: Dark Green. HEX triplet: 07, 37 and 2A. RGB value is (7,55,42). Sum of RGB (Red+Green+Blue) = 7+55+42=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #07372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07372A is #F8C8D5. Grayscale: #272727. Windows color (decimal): -16304342 or 2766599. OLE color: 2766599.
HSL color Cylindrical-coordinate representation of color #07372A: hue angle of 163.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 #07372A is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 55 | 42 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.78 |
| HSL | 163.75º | 0.77% | 0.12% | - |
| HSV(B) | 163.75º | 0.87% | 0.22% | - |
| XYZ | 1.87 | 2.94 | 2.66 | - |
| YUV | 39.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 42 | 0.87 | 0 | 0.24 | 0.78 | 163.75 | 0.77 | 0.12 |
| Hex | 7 | 37 | 2A | 57 | 0 | 18 | 4E | A4 | 4D | C |
| Octal | 7 | 67 | 52 | 127 | 0 | 30 | 116 | 244 | 115 | 14 |
| Binary | 111 | 110111 | 101010 | 1010111 | 0 | 11000 | 1001110 | 10100100 | 1001101 | 1100 |
Color Harmonies of #07372A
Complementary color
Monochromatic Colors of #07372A
Black with #07372A
Text Example
Text Example
White with #07372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07372A; }
p { color: rgb(7,55,42); }
H1.HeaderClassName
{
color: #07372A;
}
.AnyTagClassName
{
color: #07372A;
}
</style>
background-color css
<style>
a { background-color: #07372A; }
a { background-color: rgb(7,55,42); }
div.DivClassName
{
background-color: #07372A;
}
.BgClassName
{
background-color: #07372A;
}
</style>
border-color css
<style>
span { border-color: #07372A; }
span { border-color: rgb(7,55,42); }
td.TdClassName
{
border-color: #07372A;
}
.TagClassName
{
border-color: #07372A;
}
</style>