Shades of Dark Green #072013
Tints of Dark Green #072013
RGB
CMYK
RGB Variations
Color information
#072013 (or 0x072013) is known color: Dark Green. HEX triplet: 07, 20 and 13. RGB value is (7,32,19). Sum of RGB (Red+Green+Blue) = 7+32+19=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #072013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072013 is #F8DFEC. Grayscale: #171717. Windows color (decimal): -16310253 or 1253383. OLE color: 1253383.
HSL color Cylindrical-coordinate representation of color #072013: hue angle of 148.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #072013 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 32 | 19 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.87 |
| HSL | 148.8º | 0.64% | 0.08% | - |
| HSV(B) | 148.8º | 0.78% | 0.13% | - |
| XYZ | 0.72 | 1.13 | 0.8 | - |
| YUV | 23.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 19 | 0.78 | 0 | 0.41 | 0.87 | 148.8 | 0.64 | 0.08 |
| Hex | 7 | 20 | 13 | 4E | 0 | 29 | 57 | 95 | 40 | 8 |
| Octal | 7 | 40 | 23 | 116 | 0 | 51 | 127 | 225 | 100 | 10 |
| Binary | 111 | 100000 | 10011 | 1001110 | 0 | 101001 | 1010111 | 10010101 | 1000000 | 1000 |
Color Harmonies of #072013
Complementary color
Monochromatic Colors of #072013
Black with #072013
Text Example
Text Example
White with #072013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072013; }
p { color: rgb(7,32,19); }
H1.HeaderClassName
{
color: #072013;
}
.AnyTagClassName
{
color: #072013;
}
</style>
background-color css
<style>
a { background-color: #072013; }
a { background-color: rgb(7,32,19); }
div.DivClassName
{
background-color: #072013;
}
.BgClassName
{
background-color: #072013;
}
</style>
border-color css
<style>
span { border-color: #072013; }
span { border-color: rgb(7,32,19); }
td.TdClassName
{
border-color: #072013;
}
.TagClassName
{
border-color: #072013;
}
</style>