Shades of Dark Green #073A28
Tints of Dark Green #073A28
RGB
CMYK
RGB Variations
Color information
#073A28 (or 0x073A28) is known color: Dark Green. HEX triplet: 07, 3A and 28. RGB value is (7,58,40). Sum of RGB (Red+Green+Blue) = 7+58+40=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #073A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A28 is #F8C5D7. Grayscale: #282828. Windows color (decimal): -16303576 or 2636295. OLE color: 2636295.
HSL color Cylindrical-coordinate representation of color #073A28: hue angle of 158.82º 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 #073A28 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 40 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.77 |
| HSL | 158.82º | 0.78% | 0.13% | - |
| HSV(B) | 158.82º | 0.88% | 0.23% | - |
| XYZ | 1.98 | 3.22 | 2.53 | - |
| YUV | 40.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 40 | 0.88 | 0 | 0.31 | 0.77 | 158.82 | 0.78 | 0.13 |
| Hex | 7 | 3A | 28 | 58 | 0 | 1F | 4D | 9F | 4E | D |
| Octal | 7 | 72 | 50 | 130 | 0 | 37 | 115 | 237 | 116 | 15 |
| Binary | 111 | 111010 | 101000 | 1011000 | 0 | 11111 | 1001101 | 10011111 | 1001110 | 1101 |
Color Harmonies of #073A28
Complementary color
Monochromatic Colors of #073A28
Black with #073A28
Text Example
Text Example
White with #073A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A28; }
p { color: rgb(7,58,40); }
H1.HeaderClassName
{
color: #073A28;
}
.AnyTagClassName
{
color: #073A28;
}
</style>
background-color css
<style>
a { background-color: #073A28; }
a { background-color: rgb(7,58,40); }
div.DivClassName
{
background-color: #073A28;
}
.BgClassName
{
background-color: #073A28;
}
</style>
border-color css
<style>
span { border-color: #073A28; }
span { border-color: rgb(7,58,40); }
td.TdClassName
{
border-color: #073A28;
}
.TagClassName
{
border-color: #073A28;
}
</style>