Shades of Dark Green #072314
Tints of Dark Green #072314
RGB
CMYK
RGB Variations
Color information
#072314 (or 0x072314) is known color: Dark Green. HEX triplet: 07, 23 and 14. RGB value is (7,35,20). Sum of RGB (Red+Green+Blue) = 7+35+20=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #072314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072314 is #F8DCEB. Grayscale: #181818. Windows color (decimal): -16309484 or 1319687. OLE color: 1319687.
HSL color Cylindrical-coordinate representation of color #072314: hue angle of 147.86º 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 #072314 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 35 | 20 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.86 |
| HSL | 147.86º | 0.67% | 0.08% | - |
| HSV(B) | 147.86º | 0.8% | 0.14% | - |
| XYZ | 0.81 | 1.3 | 0.87 | - |
| YUV | 24.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 20 | 0.80 | 0 | 0.43 | 0.86 | 147.86 | 0.67 | 0.08 |
| Hex | 7 | 23 | 14 | 50 | 0 | 2B | 56 | 94 | 43 | 8 |
| Octal | 7 | 43 | 24 | 120 | 0 | 53 | 126 | 224 | 103 | 10 |
| Binary | 111 | 100011 | 10100 | 1010000 | 0 | 101011 | 1010110 | 10010100 | 1000011 | 1000 |
Color Harmonies of #072314
Complementary color
Monochromatic Colors of #072314
Black with #072314
Text Example
Text Example
White with #072314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072314; }
p { color: rgb(7,35,20); }
H1.HeaderClassName
{
color: #072314;
}
.AnyTagClassName
{
color: #072314;
}
</style>
background-color css
<style>
a { background-color: #072314; }
a { background-color: rgb(7,35,20); }
div.DivClassName
{
background-color: #072314;
}
.BgClassName
{
background-color: #072314;
}
</style>
border-color css
<style>
span { border-color: #072314; }
span { border-color: rgb(7,35,20); }
td.TdClassName
{
border-color: #072314;
}
.TagClassName
{
border-color: #072314;
}
</style>