Shades of Dark Green #073A2C
Tints of Dark Green #073A2C
RGB
CMYK
RGB Variations
Color information
#073A2C (or 0x073A2C) is known color: Dark Green. HEX triplet: 07, 3A and 2C. RGB value is (7,58,44). Sum of RGB (Red+Green+Blue) = 7+58+44=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #073A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A2C is #F8C5D3. Grayscale: #292929. Windows color (decimal): -16303572 or 2898439. OLE color: 2898439.
HSL color Cylindrical-coordinate representation of color #073A2C: hue angle of 163.53º degrees, saturation: 0.78, 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 #073A2C is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 44 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.77 |
| HSL | 163.53º | 0.78% | 0.13% | - |
| HSV(B) | 163.53º | 0.88% | 0.23% | - |
| XYZ | 2.06 | 3.25 | 2.9 | - |
| YUV | 41.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 44 | 0.88 | 0 | 0.24 | 0.77 | 163.53 | 0.78 | 0.13 |
| Hex | 7 | 3A | 2C | 58 | 0 | 18 | 4D | A4 | 4E | D |
| Octal | 7 | 72 | 54 | 130 | 0 | 30 | 115 | 244 | 116 | 15 |
| Binary | 111 | 111010 | 101100 | 1011000 | 0 | 11000 | 1001101 | 10100100 | 1001110 | 1101 |
Color Harmonies of #073A2C
Complementary color
Monochromatic Colors of #073A2C
Black with #073A2C
Text Example
Text Example
White with #073A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A2C; }
p { color: rgb(7,58,44); }
H1.HeaderClassName
{
color: #073A2C;
}
.AnyTagClassName
{
color: #073A2C;
}
</style>
background-color css
<style>
a { background-color: #073A2C; }
a { background-color: rgb(7,58,44); }
div.DivClassName
{
background-color: #073A2C;
}
.BgClassName
{
background-color: #073A2C;
}
</style>
border-color css
<style>
span { border-color: #073A2C; }
span { border-color: rgb(7,58,44); }
td.TdClassName
{
border-color: #073A2C;
}
.TagClassName
{
border-color: #073A2C;
}
</style>