Shades of Dark Green #073A30
Tints of Dark Green #073A30
RGB
CMYK
RGB Variations
Color information
#073A30 (or 0x073A30) is known color: Dark Green. HEX triplet: 07, 3A and 30. RGB value is (7,58,48). Sum of RGB (Red+Green+Blue) = 7+58+48=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #073A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A30 is #F8C5CF. Grayscale: #292929. Windows color (decimal): -16303568 or 3160583. OLE color: 3160583.
HSL color Cylindrical-coordinate representation of color #073A30: hue angle of 168.24º 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 #073A30 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 48 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.77 |
| HSL | 168.24º | 0.78% | 0.13% | - |
| HSV(B) | 168.24º | 0.88% | 0.23% | - |
| XYZ | 2.13 | 3.28 | 3.32 | - |
| YUV | 41.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 48 | 0.88 | 0 | 0.17 | 0.77 | 168.24 | 0.78 | 0.13 |
| Hex | 7 | 3A | 30 | 58 | 0 | 11 | 4D | A8 | 4E | D |
| Octal | 7 | 72 | 60 | 130 | 0 | 21 | 115 | 250 | 116 | 15 |
| Binary | 111 | 111010 | 110000 | 1011000 | 0 | 10001 | 1001101 | 10101000 | 1001110 | 1101 |
Color Harmonies of #073A30
Complementary color
Monochromatic Colors of #073A30
Black with #073A30
Text Example
Text Example
White with #073A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A30; }
p { color: rgb(7,58,48); }
H1.HeaderClassName
{
color: #073A30;
}
.AnyTagClassName
{
color: #073A30;
}
</style>
background-color css
<style>
a { background-color: #073A30; }
a { background-color: rgb(7,58,48); }
div.DivClassName
{
background-color: #073A30;
}
.BgClassName
{
background-color: #073A30;
}
</style>
border-color css
<style>
span { border-color: #073A30; }
span { border-color: rgb(7,58,48); }
td.TdClassName
{
border-color: #073A30;
}
.TagClassName
{
border-color: #073A30;
}
</style>