Shades of Dark Green #073B30
Tints of Dark Green #073B30
RGB
CMYK
RGB Variations
Color information
#073B30 (or 0x073B30) is known color: Dark Green. HEX triplet: 07, 3B and 30. RGB value is (7,59,48). Sum of RGB (Red+Green+Blue) = 7+59+48=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #073B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B30 is #F8C4CF. Grayscale: #2A2A2A. Windows color (decimal): -16303312 or 3160839. OLE color: 3160839.
HSL color Cylindrical-coordinate representation of color #073B30: hue angle of 167.31º 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 #073B30 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 59 | 48 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.77 |
| HSL | 167.31º | 0.79% | 0.13% | - |
| HSV(B) | 167.31º | 0.88% | 0.23% | - |
| XYZ | 2.19 | 3.39 | 3.33 | - |
| YUV | 42.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 48 | 0.88 | 0 | 0.19 | 0.77 | 167.31 | 0.79 | 0.13 |
| Hex | 7 | 3B | 30 | 58 | 0 | 13 | 4D | A7 | 4F | D |
| Octal | 7 | 73 | 60 | 130 | 0 | 23 | 115 | 247 | 117 | 15 |
| Binary | 111 | 111011 | 110000 | 1011000 | 0 | 10011 | 1001101 | 10100111 | 1001111 | 1101 |
Color Harmonies of #073B30
Complementary color
Monochromatic Colors of #073B30
Black with #073B30
Text Example
Text Example
White with #073B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B30; }
p { color: rgb(7,59,48); }
H1.HeaderClassName
{
color: #073B30;
}
.AnyTagClassName
{
color: #073B30;
}
</style>
background-color css
<style>
a { background-color: #073B30; }
a { background-color: rgb(7,59,48); }
div.DivClassName
{
background-color: #073B30;
}
.BgClassName
{
background-color: #073B30;
}
</style>
border-color css
<style>
span { border-color: #073B30; }
span { border-color: rgb(7,59,48); }
td.TdClassName
{
border-color: #073B30;
}
.TagClassName
{
border-color: #073B30;
}
</style>