Shades of Dark Green #073019
Tints of Dark Green #073019
RGB
CMYK
RGB Variations
Color information
#073019 (or 0x073019) is known color: Dark Green. HEX triplet: 07, 30 and 19. RGB value is (7,48,25). Sum of RGB (Red+Green+Blue) = 7+48+25=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #073019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073019 is #F8CFE6. Grayscale: #212121. Windows color (decimal): -16306151 or 1650695. OLE color: 1650695.
HSL color Cylindrical-coordinate representation of color #073019: hue angle of 146.34º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #073019 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 25 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.81 |
| HSL | 146.34º | 0.75% | 0.11% | - |
| HSV(B) | 146.34º | 0.85% | 0.19% | - |
| XYZ | 1.32 | 2.23 | 1.28 | - |
| YUV | 33.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 25 | 0.85 | 0 | 0.48 | 0.81 | 146.34 | 0.75 | 0.11 |
| Hex | 7 | 30 | 19 | 55 | 0 | 30 | 51 | 92 | 4B | B |
| Octal | 7 | 60 | 31 | 125 | 0 | 60 | 121 | 222 | 113 | 13 |
| Binary | 111 | 110000 | 11001 | 1010101 | 0 | 110000 | 1010001 | 10010010 | 1001011 | 1011 |
Color Harmonies of #073019
Complementary color
Monochromatic Colors of #073019
Black with #073019
Text Example
Text Example
White with #073019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073019; }
p { color: rgb(7,48,25); }
H1.HeaderClassName
{
color: #073019;
}
.AnyTagClassName
{
color: #073019;
}
</style>
background-color css
<style>
a { background-color: #073019; }
a { background-color: rgb(7,48,25); }
div.DivClassName
{
background-color: #073019;
}
.BgClassName
{
background-color: #073019;
}
</style>
border-color css
<style>
span { border-color: #073019; }
span { border-color: rgb(7,48,25); }
td.TdClassName
{
border-color: #073019;
}
.TagClassName
{
border-color: #073019;
}
</style>