Shades of Dark Green #073017
Tints of Dark Green #073017
RGB
CMYK
RGB Variations
Color information
#073017 (or 0x073017) is known color: Dark Green. HEX triplet: 07, 30 and 17. RGB value is (7,48,23). Sum of RGB (Red+Green+Blue) = 7+48+23=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #073017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073017 is #F8CFE8. Grayscale: #202020. Windows color (decimal): -16306153 or 1519623. OLE color: 1519623.
HSL color Cylindrical-coordinate representation of color #073017: hue angle of 143.41º 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 #073017 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 23 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.81 |
| HSL | 143.41º | 0.75% | 0.11% | - |
| HSV(B) | 143.41º | 0.85% | 0.19% | - |
| XYZ | 1.3 | 2.22 | 1.17 | - |
| YUV | 32.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 23 | 0.85 | 0 | 0.52 | 0.81 | 143.41 | 0.75 | 0.11 |
| Hex | 7 | 30 | 17 | 55 | 0 | 34 | 51 | 8F | 4B | B |
| Octal | 7 | 60 | 27 | 125 | 0 | 64 | 121 | 217 | 113 | 13 |
| Binary | 111 | 110000 | 10111 | 1010101 | 0 | 110100 | 1010001 | 10001111 | 1001011 | 1011 |
Color Harmonies of #073017
Complementary color
Monochromatic Colors of #073017
Black with #073017
Text Example
Text Example
White with #073017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073017; }
p { color: rgb(7,48,23); }
H1.HeaderClassName
{
color: #073017;
}
.AnyTagClassName
{
color: #073017;
}
</style>
background-color css
<style>
a { background-color: #073017; }
a { background-color: rgb(7,48,23); }
div.DivClassName
{
background-color: #073017;
}
.BgClassName
{
background-color: #073017;
}
</style>
border-color css
<style>
span { border-color: #073017; }
span { border-color: rgb(7,48,23); }
td.TdClassName
{
border-color: #073017;
}
.TagClassName
{
border-color: #073017;
}
</style>