Shades of Dark Green #07392B
Tints of Dark Green #07392B
RGB
CMYK
RGB Variations
Color information
#07392B (or 0x07392B) is known color: Dark Green. HEX triplet: 07, 39 and 2B. RGB value is (7,57,43). Sum of RGB (Red+Green+Blue) = 7+57+43=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #07392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07392B is #F8C6D4. Grayscale: #282828. Windows color (decimal): -16303829 or 2832647. OLE color: 2832647.
HSL color Cylindrical-coordinate representation of color #07392B: hue angle of 163.2º 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 #07392B is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 57 | 43 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.78 |
| HSL | 163.2º | 0.78% | 0.13% | - |
| HSV(B) | 163.2º | 0.88% | 0.22% | - |
| XYZ | 1.99 | 3.15 | 2.79 | - |
| YUV | 40.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 43 | 0.88 | 0 | 0.25 | 0.78 | 163.2 | 0.78 | 0.13 |
| Hex | 7 | 39 | 2B | 58 | 0 | 19 | 4E | A3 | 4E | D |
| Octal | 7 | 71 | 53 | 130 | 0 | 31 | 116 | 243 | 116 | 15 |
| Binary | 111 | 111001 | 101011 | 1011000 | 0 | 11001 | 1001110 | 10100011 | 1001110 | 1101 |
Color Harmonies of #07392B
Complementary color
Monochromatic Colors of #07392B
Black with #07392B
Text Example
Text Example
White with #07392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07392B; }
p { color: rgb(7,57,43); }
H1.HeaderClassName
{
color: #07392B;
}
.AnyTagClassName
{
color: #07392B;
}
</style>
background-color css
<style>
a { background-color: #07392B; }
a { background-color: rgb(7,57,43); }
div.DivClassName
{
background-color: #07392B;
}
.BgClassName
{
background-color: #07392B;
}
</style>
border-color css
<style>
span { border-color: #07392B; }
span { border-color: rgb(7,57,43); }
td.TdClassName
{
border-color: #07392B;
}
.TagClassName
{
border-color: #07392B;
}
</style>