Shades of Dark Green #072313
Tints of Dark Green #072313
RGB
CMYK
RGB Variations
Color information
#072313 (or 0x072313) is known color: Dark Green. HEX triplet: 07, 23 and 13. RGB value is (7,35,19). Sum of RGB (Red+Green+Blue) = 7+35+19=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #072313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072313 is #F8DCEC. Grayscale: #181818. Windows color (decimal): -16309485 or 1254151. OLE color: 1254151.
HSL color Cylindrical-coordinate representation of color #072313: hue angle of 145.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #072313 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 35 | 19 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.86 |
| HSL | 145.71º | 0.67% | 0.08% | - |
| HSV(B) | 145.71º | 0.8% | 0.14% | - |
| XYZ | 0.81 | 1.29 | 0.82 | - |
| YUV | 24.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 19 | 0.80 | 0 | 0.46 | 0.86 | 145.71 | 0.67 | 0.08 |
| Hex | 7 | 23 | 13 | 50 | 0 | 2E | 56 | 92 | 43 | 8 |
| Octal | 7 | 43 | 23 | 120 | 0 | 56 | 126 | 222 | 103 | 10 |
| Binary | 111 | 100011 | 10011 | 1010000 | 0 | 101110 | 1010110 | 10010010 | 1000011 | 1000 |
Color Harmonies of #072313
Complementary color
Monochromatic Colors of #072313
Black with #072313
Text Example
Text Example
White with #072313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072313; }
p { color: rgb(7,35,19); }
H1.HeaderClassName
{
color: #072313;
}
.AnyTagClassName
{
color: #072313;
}
</style>
background-color css
<style>
a { background-color: #072313; }
a { background-color: rgb(7,35,19); }
div.DivClassName
{
background-color: #072313;
}
.BgClassName
{
background-color: #072313;
}
</style>
border-color css
<style>
span { border-color: #072313; }
span { border-color: rgb(7,35,19); }
td.TdClassName
{
border-color: #072313;
}
.TagClassName
{
border-color: #072313;
}
</style>