Shades of Dark Green #073B2E
Tints of Dark Green #073B2E
RGB
CMYK
RGB Variations
Color information
#073B2E (or 0x073B2E) is known color: Dark Green. HEX triplet: 07, 3B and 2E. RGB value is (7,59,46). Sum of RGB (Red+Green+Blue) = 7+59+46=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #073B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B2E is #F8C4D1. Grayscale: #292929. Windows color (decimal): -16303314 or 3029767. OLE color: 3029767.
HSL color Cylindrical-coordinate representation of color #073B2E: hue angle of 165º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073B2E is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 59 | 46 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.77 |
| HSL | 165º | 0.79% | 0.13% | - |
| HSV(B) | 165º | 0.88% | 0.23% | - |
| XYZ | 2.14 | 3.37 | 3.12 | - |
| YUV | 41.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 46 | 0.88 | 0 | 0.22 | 0.77 | 165 | 0.79 | 0.13 |
| Hex | 7 | 3B | 2E | 58 | 0 | 16 | 4D | A5 | 4F | D |
| Octal | 7 | 73 | 56 | 130 | 0 | 26 | 115 | 245 | 117 | 15 |
| Binary | 111 | 111011 | 101110 | 1011000 | 0 | 10110 | 1001101 | 10100101 | 1001111 | 1101 |
Color Harmonies of #073B2E
Complementary color
Monochromatic Colors of #073B2E
Black with #073B2E
Text Example
Text Example
White with #073B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B2E; }
p { color: rgb(7,59,46); }
H1.HeaderClassName
{
color: #073B2E;
}
.AnyTagClassName
{
color: #073B2E;
}
</style>
background-color css
<style>
a { background-color: #073B2E; }
a { background-color: rgb(7,59,46); }
div.DivClassName
{
background-color: #073B2E;
}
.BgClassName
{
background-color: #073B2E;
}
</style>
border-color css
<style>
span { border-color: #073B2E; }
span { border-color: rgb(7,59,46); }
td.TdClassName
{
border-color: #073B2E;
}
.TagClassName
{
border-color: #073B2E;
}
</style>