Shades of Dark Green #07392C
Tints of Dark Green #07392C
RGB
CMYK
RGB Variations
Color information
#07392C (or 0x07392C) is known color: Dark Green. HEX triplet: 07, 39 and 2C. RGB value is (7,57,44). Sum of RGB (Red+Green+Blue) = 7+57+44=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #07392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07392C is #F8C6D3. Grayscale: #282828. Windows color (decimal): -16303828 or 2898183. OLE color: 2898183.
HSL color Cylindrical-coordinate representation of color #07392C: hue angle of 164.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07392C is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 57 | 44 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.78 |
| HSL | 164.4º | 0.78% | 0.13% | - |
| HSV(B) | 164.4º | 0.88% | 0.22% | - |
| XYZ | 2.01 | 3.15 | 2.89 | - |
| YUV | 40.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 44 | 0.88 | 0 | 0.23 | 0.78 | 164.4 | 0.78 | 0.13 |
| Hex | 7 | 39 | 2C | 58 | 0 | 17 | 4E | A4 | 4E | D |
| Octal | 7 | 71 | 54 | 130 | 0 | 27 | 116 | 244 | 116 | 15 |
| Binary | 111 | 111001 | 101100 | 1011000 | 0 | 10111 | 1001110 | 10100100 | 1001110 | 1101 |
Color Harmonies of #07392C
Complementary color
Monochromatic Colors of #07392C
Black with #07392C
Text Example
Text Example
White with #07392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07392C; }
p { color: rgb(7,57,44); }
H1.HeaderClassName
{
color: #07392C;
}
.AnyTagClassName
{
color: #07392C;
}
</style>
background-color css
<style>
a { background-color: #07392C; }
a { background-color: rgb(7,57,44); }
div.DivClassName
{
background-color: #07392C;
}
.BgClassName
{
background-color: #07392C;
}
</style>
border-color css
<style>
span { border-color: #07392C; }
span { border-color: rgb(7,57,44); }
td.TdClassName
{
border-color: #07392C;
}
.TagClassName
{
border-color: #07392C;
}
</style>