Shades of Dark Green #072114
Tints of Dark Green #072114
RGB
CMYK
RGB Variations
Color information
#072114 (or 0x072114) is known color: Dark Green. HEX triplet: 07, 21 and 14. RGB value is (7,33,20). Sum of RGB (Red+Green+Blue) = 7+33+20=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #072114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072114 is #F8DEEB. Grayscale: #171717. Windows color (decimal): -16309996 or 1319175. OLE color: 1319175.
HSL color Cylindrical-coordinate representation of color #072114: hue angle of 150º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #072114 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 33 | 20 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.87 |
| HSL | 150º | 0.65% | 0.08% | - |
| HSV(B) | 150º | 0.79% | 0.13% | - |
| XYZ | 0.76 | 1.18 | 0.85 | - |
| YUV | 23.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 20 | 0.79 | 0 | 0.39 | 0.87 | 150 | 0.65 | 0.08 |
| Hex | 7 | 21 | 14 | 4F | 0 | 27 | 57 | 96 | 41 | 8 |
| Octal | 7 | 41 | 24 | 117 | 0 | 47 | 127 | 226 | 101 | 10 |
| Binary | 111 | 100001 | 10100 | 1001111 | 0 | 100111 | 1010111 | 10010110 | 1000001 | 1000 |
Color Harmonies of #072114
Complementary color
Monochromatic Colors of #072114
Black with #072114
Text Example
Text Example
White with #072114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072114; }
p { color: rgb(7,33,20); }
H1.HeaderClassName
{
color: #072114;
}
.AnyTagClassName
{
color: #072114;
}
</style>
background-color css
<style>
a { background-color: #072114; }
a { background-color: rgb(7,33,20); }
div.DivClassName
{
background-color: #072114;
}
.BgClassName
{
background-color: #072114;
}
</style>
border-color css
<style>
span { border-color: #072114; }
span { border-color: rgb(7,33,20); }
td.TdClassName
{
border-color: #072114;
}
.TagClassName
{
border-color: #072114;
}
</style>