Shades of Dark Green #07372F
Tints of Dark Green #07372F
RGB
CMYK
RGB Variations
Color information
#07372F (or 0x07372F) is known color: Dark Green. HEX triplet: 07, 37 and 2F. RGB value is (7,55,47). Sum of RGB (Red+Green+Blue) = 7+55+47=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #07372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07372F is #F8C8D0. Grayscale: #272727. Windows color (decimal): -16304337 or 3094279. OLE color: 3094279.
HSL color Cylindrical-coordinate representation of color #07372F: hue angle of 170º 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 #07372F is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 55 | 47 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.78 |
| HSL | 170º | 0.77% | 0.12% | - |
| HSV(B) | 170º | 0.87% | 0.22% | - |
| XYZ | 1.97 | 2.98 | 3.16 | - |
| YUV | 39.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 47 | 0.87 | 0 | 0.15 | 0.78 | 170 | 0.77 | 0.12 |
| Hex | 7 | 37 | 2F | 57 | 0 | F | 4E | AA | 4D | C |
| Octal | 7 | 67 | 57 | 127 | 0 | 17 | 116 | 252 | 115 | 14 |
| Binary | 111 | 110111 | 101111 | 1010111 | 0 | 1111 | 1001110 | 10101010 | 1001101 | 1100 |
Color Harmonies of #07372F
Complementary color
Monochromatic Colors of #07372F
Black with #07372F
Text Example
Text Example
White with #07372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07372F; }
p { color: rgb(7,55,47); }
H1.HeaderClassName
{
color: #07372F;
}
.AnyTagClassName
{
color: #07372F;
}
</style>
background-color css
<style>
a { background-color: #07372F; }
a { background-color: rgb(7,55,47); }
div.DivClassName
{
background-color: #07372F;
}
.BgClassName
{
background-color: #07372F;
}
</style>
border-color css
<style>
span { border-color: #07372F; }
span { border-color: rgb(7,55,47); }
td.TdClassName
{
border-color: #07372F;
}
.TagClassName
{
border-color: #07372F;
}
</style>